Skip to content

Commit

Permalink
Add frequency check question to WINF.FT.C.HBT.1 & 2, for Issue #135
Browse files Browse the repository at this point in the history
Add question to ensure CBSD transmission is within the granted frequency
range, as per Issue #135
  • Loading branch information
cwilliams-ericsson committed Jul 30, 2018
1 parent 007955a commit a460e4a
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Program Constants
TEST_HARNESS_VERSION = "predev_1.0.0.3"
TEST_HARNESS_DATE = "2018-July-25"
TEST_HARNESS_DATE = "2018-July-30"
WINNF_PROTOCOL_VERSION = "v1.2"
SHORTER_GRANT_EXPIRY_TIME = 360
DEFAULT_RULE_APPLIED = "FCC_PART_96"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name":"HBT_heartbeat_AuthState2_freqQuestion",
"questions":
[
{
"question" : "Did CBSD2 transmit power prior to AUTHORIZED state (first successful HBT response)?",
"answers" : ["y", "n"],
"expectedAnswer" : "n"
},
{
"question" : "Did CBSD2 transmit only within the frequency range specified in its grantRequest message?",
"answers" : ["y", "n"],
"expectedAnswer" : "y"
}
],
"heartbeatRequest":
[
{
"operationState" : "AUTHORIZED"
}
],
"response":
{
"heartbeatResponse":
[
{
"response" : {
"responseCode" : 0
}
}
]
}


}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name":"HBT_heartbeat_AuthState_freqQuestion",
"questions":
[
{
"question" : "Did CBSD1 transmit power prior to AUTHORIZED state (first successful HBT response)?",
"answers" : ["y", "n"],
"expectedAnswer" : "n"
},
{
"question" : "Did CBSD1 transmit only within the frequency range specified in its grantRequest message?",
"answers" : ["y", "n"],
"expectedAnswer" : "y"
}
],
"heartbeatRequest":
[
{
"operationState" : "AUTHORIZED"
}
],
"response":
{
"heartbeatResponse":
[
{
"response" : {
"responseCode" : 0
}
}
]
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ HBT_heartbeat_AuthState.json
HBT_heartbeat_AuthState.json
HBT_heartbeat_AuthState.json
HBT_heartbeat_AuthState.json
HBT_heartbeat_AuthState.json
HBT_heartbeat_AuthState_freqQuestion.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ HBT_heartbeat_AuthState.json,HBT_heartbeat_AuthState2.json
HBT_heartbeat_AuthState.json,HBT_heartbeat_AuthState2.json
HBT_heartbeat_AuthState.json,HBT_heartbeat_AuthState2.json
HBT_heartbeat_AuthState.json,HBT_heartbeat_AuthState2.json
HBT_heartbeat_AuthState.json,HBT_heartbeat_AuthState2.json
HBT_heartbeat_AuthState_freqQuestion.json,HBT_heartbeat_AuthState2_freqQuestion.json

0 comments on commit a460e4a

Please sign in to comment.