Last updated: October 19, 2012
This section is only applicable to the lab application.
This command sets/queries the User Defined Text Message (Custom Data) , which is the custom binary data string for message n, where n can be 1,2, or 3, that can be included in the cell broadcast message content.
An even number of characters must be used when setting the custom data string with this command. |
|
Range: 0 to 2460 hexadecimal characters. | |
Range: 0 to 2460 hexadecimal characters. | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CDATa `a5fe'" !Sets the custom binary data string. |
This sets the message code for Cell Broadcast Message n, where n can be 1, 2, or 3. See Message Code for more information. |
|
Range: 0 to 1023 | |
Range: 0 to 1023 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CODE 1000" ! Sets the Cell Broadcast Message 1 to have 1000 as the code. |
This command sets/queries the type of content that is to be included in each message (see Cell Broadcast Messages -Content ). The selected content can be one of two predefined text message strings, TXT1 or TXT2 (see CALL:SMService:CBRoadcast:TXT1? or CALL:SMService:CBRoadcast:TXT2? ), a custom text string (see CALL:SMService:CBRoadcast:MESSage[<n>]:CTEXt ), or a custom binary data (see CALL:SMService:CBRoadcast:MESSage[<n>]:CDATa ). This parameter is automatically set to CTEXt if TEXT is included in the HTTP request URL. Similarly, this parameter is automatically set to CDATA if DATA is included in the HTTP request URL for message n, where n can be 1, 2, or 3. See Request URL Parameters . |
|
Range: TXT1|TXT2|CTEXt|CDATa | |
Range: TXT1|TXT2|CTEX|CDAT | |
TXT1 (for message 1 and 3), TXT2 (for message 2) | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:TXT1" !Sets the Cell Broadcast Message 1 to use TXT1. |
This command sets/queries the User Defined Text Message (Custom Text) string that can be included in the cell broadcast message n, where n can be 1, 2, or 3. |
|
Range: 0 to 1395 ASCII characters | |
Range: 0 to 1395 ASCII characters | |
"" (Empty String) | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CTEXt `Hello. How are you today?'" !Sets the custom text string for message 1. |
This command sets/queries the method used to set the 8-bit CBS Data Coding Scheme for message n, where n can be 1, 2, or 3. The two methods that can be used to specify the data coding scheme are:
This parameter is automatically set to Value if the following Request URL Parameters are included in the HTTP request URL: DCS or DCSHEX. |
|
Range: LANGuage|VALue | |
Range: LANG|VAL | |
LANG | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:DCSCheme LANG" !Allows the test set to configure the data coding scheme for message 1 according to a specified !language. |
This command sets/queries the language for the cell broadcast text message for message n, where n can be 1, 2, or 3. The specified language is also used to set the 8-bit CBS Data Coding Scheme. This method is only appropriate for configuring text messages. See Data Coding Scheme Language for more information. The 8-bit CBS Data Coding Scheme Specification must be set to LANGuage for this command to apply. The command to specify the method used to set the 8-bit CBS Data Coding Scheme is CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme[:SPECify] . |
|
Range: See Language values . | |
Range: See Language values . | |
ENGLish | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:DCSCheme:LANGuage ENGLish" !Sets the language to English for the Cell Broadcast Message 1. |
This command sets/queries the value used to set the 8-bit CBS Data Coding Scheme for message n, where n can be 1, 2, or 3. See Data Coding Scheme Value for more information. The 8-bit CBS Data Coding Scheme Specification must be set to VALue for this command to apply. The command to specify the method used to set the 8-bit CBS Data Coding Scheme is CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme[:SPECify] . |
|
1 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:DCSCheme:VALue 1" !Sets the value of the Data Coding Scheme to 1 for the Cell Broadcast Message 1. |
This command sets/queries the Geographical Scope (GS) for message n, where n can be 1, 2, or 3. |
|
Range: CIMMediate|PNORmal|SNORmal|CNORmal | |
Range: CIMM|PNOR|SNOR|CNOR | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:GSCope CIMMediate" !Sets the geographical scope for Cell Broadcast Message 1 regard similar messages in other cells as !new and to continuously display the message. |
This command sets/queries the Message Identifier for Cell Broadcast Message n (where n can be 1,2, or 3). |
|
Range: 0 to 65534 | |
Range: 0 to 65534 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:IDENtifier 1500" ! Sets the message identifier for Cell Broadcast Message 1 to 1500. |
This command is obsolete. Please use the command CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme:LANGuage instead. This sets the language for Cell Broadcast Message n, where n can be 1, 2, or 3. |
|
Fixed string (see table below) | |
Fixed string | |
ENGLish | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:LANGuage ENGLish" ! Sets the language to English for the Cell Broadcast Message 1. |
Enables Cell Broadcast Message n, where n is 1, 2 or 3. Cell Broadcast service must be started for a message to be sent. See CALL:SMService:CBRoadcast:STARt . |
|
0|OFF|1|ON | |
0||1 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage2:STATe ON" ! Sets the state for the Cell Broadcast Message 2 to ON, ! which is necessary to allow a message to be sent |
THIS COMMAND IS OBSOLETE. Please use the command CALL:SMService:CBRoadcast:MESSage[<n>]:CONTent instead. This command selects the text to be transmitted for Cell Broadcast Message n, where n is 1, 2 or 3. |
|
TXT1|TXT2|CUSTom | |
TXT1|TXT2|CUST | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:TEXT TXT2" ! Sets the Cell Broadcast Message 1 to contain the predefined TXT2 text. |
This sets the Update Number for Cell Broadcast Message n, where n can be 1, 2, or 3. |
|
Range: 0 to 15 | |
Range: 0 to 15 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:UPDate 10" ! Sets the Message Update number to 10 for the Cell Broadcast Message 1. |
This command sets/queries the Repetition Period for sending the cell broadcast message. |
|
Range: 1 to 1800 | |
Range: 1 to 1800 | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:REPetition 30" !Sets the Cell Broadcast Service repetiion period to 30 seconds. |
This command initiates the Cell Broadcast Service, which causes the periodic transmission of all messages enabled through the command CALL:SMService:CBRoadcast:MESSage[<n>]:STATe . This command is ignored if Cell Broadcast Service has already been started. |
|
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:STARt" ! Starts the Cell Broadcast Service. |
THIS COMMAND IS OBSOLETE. Please use CALL:SMService:CBRoadcast:MESSage[<n>]:CTEXt instead. This sets the string of the custom text which can be sent with any of the Cell Broadcast Messages. |
|
String: 7 bit ACSII characters up to 1395 characters in length in quotes. | |
String: 7 bit ACSII characters up to 1395 characters in length. | |
"Enter your text here" | |
Requirements |
Lab Application Revision: C.01 and above Revision C.03 extends the range of accepted characters to 1395. |
OUTPUT 714; "CALL:SMService:CBRoadcast:TEXT:CUSTom "Hello World" " ! Sets `Hello World' as a custom text which can be sent with ! any of the Cell Broadcast Messages. |
This queries the Predefined text message 1 (Text1) . |
|
Returns a string. | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:TXT1?" ! Queries for the fixed Text Message 1. |
This queries the Predefined text message 2 (Text2) . |
|
Returns a string. | |
Requirements | |
OUTPUT 714;"CALL:SMService:CBRoadcast:TXT2?" |
Clears all Received Message data. This includes Transport, Length, Format, Contents, Text, Destination Address, Message Count, More Messages to Send Indication, Data Coding Scheme, User Data Header Indication, User Data Header Length, Status Report Request, and Message Reference. Empties the message queue if it is enabled. Clears the mobile terminated send state (See CALL:SMService:PTPoint[:MTERminated]:SEND:STATe? ). |
|
Requirements | |
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:CLEar" ! Clears all Received Message Data. |
Query |
Range: 0 to 255 Resolution: 1 |
0 | |
Requirements | |
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:COUNt?" ! Returns the number of messages received by the test set. |
Sets/queries the data to be sent in mobile terminated SMS messages. SMS data is formatted in octets, therefore there must be an even number of characters in the string. This data is only sent to the mobile station if the CALL:SMService:PTPoint[:MTERminated]:CONTents is set to CDATA. |
|
Range: 0 to 280 2-bit ASCII hexadecimal characters, enclosed by double quotes |
|
Requirements | |
OUTPUT 714; "CALL:SMService:PTPoint:DATA:CUSTom '4141'" ! This sets the hex data 4141 to be sent in subsequent mobile terminated SMS messages |
Queries the reject cause value when a mobile terminated message is rejected by the mobile station. If the last message sent to the mobile station was not rejected, NAN is returned for the reject cause value. If the last message sent to the mobile station was rejected, this query returns the decimal value of the reject cause. |
|
Range: 0 to 255 (decimal) See
Reject Cause
and 9.91 E+37 (NAN) |
|
Requirements | |
OUTPUT 714; "CALL:SMService:PTPoint:RCAuse?" ! Queries the reject cause decimal value when a mobile terminated message is rejected by the ! mobile station. If the last message sent to the mobile was not rejected, the query returns NAN. |
Sends a Point to Point SMS message. | |
Requirements | |
OUTPUT 714; "CALL:SMService:PTPoint:SEND" ! Sends a Point to Point SMS message . |
PSD | |
Requirements | |
OUTPUT 714;"CALL:SMService:PTPoint:TRANsport PSD" ! Selects PS Domain to be the transportation mechanism used. |
Returns a string. | |
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" | |
Requirements | |
OUTPUT 714;"CALL:SMService:PTPoint:TXT1" ! This queries the fixed Text Message 1. |
Returns a string. | |
"Keysight Technologies, your partner in wireless solutions" | |
Requirements | |
OUTPUT 714;"CALL:SMService:PTPoint:TXT2?" ! This queries the fixed Text Message 2. |