-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add frequency check question to WINF.FT.C.HBT.1 & 2, for Issue #135
Add question to ensure CBSD transmission is within the granted frequency range, as per Issue #135
- Loading branch information
1 parent
007955a
commit a460e4a
Showing
5 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...on_Master/cbrsPython-master/jsonExpectedFolder/HBT_heartbeat_AuthState2_freqQuestion.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
] | ||
} | ||
|
||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...hon_Master/cbrsPython-master/jsonExpectedFolder/HBT_heartbeat_AuthState_freqQuestion.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
] | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters