CALL:SSERvice
Last updated: September 2, 2009
GPIB Command Conventions
CALL:SSERvice:PIPE
|
Function
|
Sets/queries the Supplementary Services (SS) Pipe State.
When this parameter is set to "On" any external data received for downlink transmission over the SS pipe will be processed according to the requirements of the specific message if there is an already existing MM-connection or MM/RRC connection (involved in AMR voice Call or RB Test Mode Call. Otherwise the message will be ignored. Similarly, any data received from the UE when this parameter is "On" is processed according to the requirements of the applicable message, and made available for querying over the RUI. |
|
Setting
|
Range: 1|ON|0|OFF
|
|
Query
|
Range: 1|0 |
|
*RST Setting
|
OFF
|
|
Requirements
|
Lab Application Revision: F.00.19 and above |
|
Programming Example
OUTPUT 714;"CALL:SSERvice:PIPE 0"
!Sets the Supplementary Services (SS) Pipe State to Off.
|
CALL:SSERvice:PIPE:DATA:RX?
|
Function
|
Queries the latest Supplementary Services (SS) Pipe message received from the UE. This command reports a value regardless of the "SS Pipe State" and MM connection state. An empty string will be returned if no message has been received from the UE. The Rx data remains unchanged when the SS Pipe State is changed. The Rx Data is stored when a message is received from the UE via the SS Pipe.The Rx Data is reset back to an empty string once it has been read using this command.
|
|
Query
|
Range: <"ascii string of hex digits defining message">
|
|
*RST Setting
|
""
|
|
Requirements
|
Lab Application Revision: F.00.19 and above |
|
Programming Example
OUTPUT 714;"CALL:SSERvice:PIPE:DATA:RX?"
!QQueries the latest Supplementary Services (SS) Pipe message received from the UE.
|
CALL:SSERvice:PIPE:DATA:RX:AVAilable?
|
Function
|
Queries whether unread uplink Supplementary Services (SS) Pipe data is available. This command reports a value regardless of the "SS Pipe State" and MM connection state. The Rx data available flag is set to 1 when any data is received via the SS pipe and is available to read using this command: The Rx data available flag is reset to 0 after data has been read using this command:.The Rx data available flag remains unchanged when the "SS Pipe State" is changed..
|
|
Query
|
Range: 1|0 |
|
*RST Setting
|
0
|
|
Requirements
|
Lab Application Revision: F.00.19 and above |
|
Programming Example
OUTPUT 714;"CALL:SSERvice:PIPE:DATA:RX:AVAilable?"
!Queries whether unread uplink Supplementary Services (SS) Pipe data is available.
|
CALL:SSERvice:PIPE:DATA:TX
|
Function
|
Sets/queries the raw data to be sent using the SS pipe. An empty string is returned if you query the Tx Data before it is set. The Tx Data exists until it is set to a new value using this command, even if it has been transmitted successfully one or more times.
|
|
Setting
|
Range: <"ascii string of hex digits defining message">
|
|
Query
|
Range: <"ascii string of hex digits defining message">
|
|
*RST Setting
|
""
|
|
Requirements
|
Lab Application Revision: F.00.19 and above |
|
Programming Example
OUTPUT 714;"CALL:SSERvice:PIPE:DATA:TX?"
!Queries the raw data to be sent using the SS pipe.
|
CALL:SSERvice:PIPE:DATA:TX:SEND
|
Function
|
Immediately sends the SS Pipe Message.
|
|
Requirements
|
Lab Application Revision: F.00.19 and above |
|
Programming Example
OUTPUT 714;"CALL:SSERvice:PIPE:DATA:TX:SEND"
!Immediately sends the SS Pipe Message.
|
|