CALL:SMService

CALL:SMService

Last updated: October 19, 2012

This section is only applicable to the lab application.

GPIB Command Conventions

CALL:SMService:CBRoadcast:MESSage[<n>]:CDATa

Function

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.

Setting

Range: 0 to 2460 hexadecimal characters.

Query

Range: 0 to 2460 hexadecimal characters.

*RST setting

"" (null string)

Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CDATa `a5fe'"
!Sets the custom binary data string.

CALL:SMService:CBRoadcast:MESSage[<n>]:CODE

Function

This sets the message code for Cell Broadcast Message n, where n can be 1, 2, or 3. See Message Code for more information.

Setting

Range: 0 to 1023

Query

Range: 0 to 1023

*RST setting

0

Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CODE 1000"
! Sets the Cell Broadcast Message 1 to have 1000 as the code.

CALL:SMService:CBRoadcast:MESSage[<n>]:CONTent

Function

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 .

Setting

Range: TXT1|TXT2|CTEXt|CDATa

Query

Range: TXT1|TXT2|CTEX|CDAT

*RST setting

TXT1 (for message 1 and 3), TXT2 (for message 2)
Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:TXT1" 
!Sets the Cell Broadcast Message 1 to use TXT1.

CALL:SMService:CBRoadcast:MESSage[<n>]:CTEXt

Function

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.

Setting

Range: 0 to 1395 ASCII characters

Query

Range: 0 to 1395 ASCII characters

*RST setting

"" (Empty String)
Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:CTEXt `Hello. How are you today?'"
!Sets the custom text string for message 1.

CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme[:SPECify]

Function

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:

  1. Language

    See CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme:LANGuage .

  2. ValueSee CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme:VALue .

This parameter is automatically set to Value if the following Request URL Parameters are included in the HTTP request URL: DCS or DCSHEX.

Setting

Range: LANGuage|VALue

Query

Range: LANG|VAL

*RST setting

LANG
Requirements

Lab Application Revision: C.03 and above

Programming Example

 
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.

CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme:LANGuage

Function

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] .

Setting

Range: See Language values .

Query

Range: See Language values .

*RST setting

ENGLish
Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:DCSCheme:LANGuage ENGLish"
!Sets the language to English for the Cell Broadcast Message 1.

CALL:SMService:CBRoadcast:MESSage[<n>]:DCSCheme:VALue

Function

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] .

Setting

Range: 0 to 255

Resolution: 1

Query

Range: 0 to 255

Resolution: 1

*RST setting

1
Requirements

Lab Application Revision: C.03 and above

Programming Example

 
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.

CALL:SMService:CBRoadcast:MESSage[<n>]:GSCope

Function

This command sets/queries the Geographical Scope (GS) for message n, where n can be 1, 2, or 3.

Setting

Range: CIMMediate|PNORmal|SNORmal|CNORmal

Query

Range: CIMM|PNOR|SNOR|CNOR

*RST setting

CNOR

Requirements

Lab Application Revision: C.03 and above

Programming Example

 
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.

CALL:SMService:CBRoadcast:MESSage[<n>]:IDENtifier

Function

This command sets/queries the Message Identifier for Cell Broadcast Message n (where n can be 1,2, or 3).

Setting

Range: 0 to 65534

Query

Range: 0 to 65534

*RST setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:IDENtifier 1500"
! Sets the message identifier for Cell Broadcast Message 1 to 1500.

CALL:SMService:CBRoadcast:MESSage[<n>]:LANGuage

Function

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.

Setting

Fixed string (see table below)

Query

Fixed string

*RST setting

ENGLish
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:LANGuage ENGLish"
! Sets the language to English for the Cell Broadcast Message 1.
Language values
Parameter Form Query Value
GERMan GERM
ENGLish ENGL
ITALian ITAL
FRENch FREN
SPANish SPAN
DUTCh DUTC
SWEDish SWED
DANish DAN
PORTuguese PORT
FINNish FINN
NORWegian NORW
GREek GRE
TURKish TURK
HUNGarian HUNG
POLish POL
UNSPecified UNSP

CALL:SMService:CBRoadcast:MESSage[<n>]:STATe

Function

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 .

Setting

0|OFF|1|ON

Query

0||1

*RST setting

Message 1 is ON; Messages 2 and 3 are OFF

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
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

CALL:SMService:CBRoadcast:MESSage[<n>]:TEXT 

Function

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.

Setting

TXT1|TXT2|CUSTom

Query

TXT1|TXT2|CUST

*RST setting

Message 2 is TXT2; Messages 1and 3 are TXT1

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:TEXT TXT2"
! Sets the Cell Broadcast Message 1 to contain the predefined TXT2 text.

CALL:SMService:CBRoadcast:MESSage[<n>]:UPDate

Function

This sets the Update Number for Cell Broadcast Message n, where n can be 1, 2, or 3.

Setting

Range: 0 to 15

Query

Range: 0 to 15

*RST setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:MESSage1:UPDate 10"
! Sets the Message Update number to 10 for the Cell Broadcast Message 1.

CALL:SMService:CBRoadcast:REPetition[:SEConds]

Function

This command sets/queries the Repetition Period for sending the cell broadcast message.

Setting

Range: 1 to 1800

Query

Range: 1 to 1800

*RST setting

30

Requirements

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:REPetition 30"
!Sets the Cell Broadcast Service repetiion period to 30 seconds.

CALL:SMService:CBRoadcast:STARt

Function

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

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:STARt"
! Starts the Cell Broadcast Service.

CALL:SMService:CBRoadcast:STOP

Function

Stops the Cell Broadcast Service.

This command is ignored if Cell Broadcast Service has already been ended.

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:CBRoadcast:STOP"
! Stops the Cell Broadcast Service.

CALL:SMService:CBRoadcast:TEXT:CUSTom

Function

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.

Setting

String: 7 bit ACSII characters up to 1395 characters in length in quotes.

Query

String: 7 bit ACSII characters up to 1395 characters in length.

*RST Setting

"Enter your text here"
Requirements

Lab Application Revision: C.01 and above

Revision C.03 extends the range of accepted characters to 1395.

Programming Example

 
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.

CALL:SMService:CBRoadcast:TXT1?

Function

This queries the Predefined text message 1 (Text1) .

Query

Returns a string.
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:CBRoadcast:TXT1?"
! Queries for the fixed Text Message 1.

CALL:SMService:CBRoadcast:TXT2?

Function

This queries the Predefined text message 2 (Text2) .

Query

Returns a string.
Requirements

Lab Application Revision: C.01 and above

Programming Example

OUTPUT 714;"CALL:SMService:CBRoadcast:TXT2?"
! Queries for the fixed Text Message 2.

CALL:SMService:HTTProtocol:INPut

Function

Enables or disables the HTTP input interface for mobile terminated SMS.

Setting

0|OFF|1|ON

Query

0|1

*RST setting

OFF

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:SMService:HTTProtocol:INPut ON"
! Enables the HTTP input interface for mobile terminated SMS

CALL:SMService:HTTProtocol:OUTPut

Function

Enables or disables the HTTP output interface for mobile originated SMS.

Setting

0|OFF|1|ON

Query

0|1

*RST setting

OFF

Requirements

Lab Application Revision: C.01 and above

Programming Example

OUTPUT 714;"CALL:SMService:HTTProtocol:OUTPut 1"
! Enables the HTTP output interface for mobile originated SMS.

CALL:SMService:PTPoint:MORiginated:LOOPback

Function

Enables the loopback of a point-to-point message. The message is sent to the mobile station with the same parameters as the most recently received text message.

Setting

0|OFF|1|ON

Query

0|1

*RST setting

0
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:LOOPback ON"
! Enable loopback of a point to point message.

CALL:SMService:PTPoint:MORiginated[:MESSage]:CLEar[:ALL]

Function

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

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:CLEar"
! Clears all Received Message Data.

CALL:SMService:PTPoint:MORiginated[:MESSage]:CONTents?

Function

Queries the contents of the last mobile originated message and returns the raw message content.

Query Returns an ASCII formatted string of hexadecimal characters.
Range: 0 to 280 characters

*RST setting

Empty string.
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:CONTents?"
! Returns the raw content of the last mobile originates message.

CALL:SMService:PTPoint:MORiginated[:MESSage]:COUNt?

Function

Queries the number of messages received by the test set.

Query Range: 0 to 255
Resolution: 1

*RST setting

0
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:COUNt?"
! Returns the number of messages received by the test set.

CALL:SMService:PTPoint:MORiginated[:MESSage]:DCSCheme?

Function

Queries the Data Coding Scheme (TP-DCS) of the last message received by the test set or the current message available in the message queue.

Query Range: 0 to 255 or 9.91E+37 (NAN)
Resolution: 1

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:DCSCheme?"
! Queries the Data Coding Scheme of the last message received
! by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated[:MESSage]:DESTination?

Function

Queries the destination address of the last SMS message received by the test set.

Query Returns a string.

*RST setting

"" (null string)
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:DESTination?"
! Queries the destination address of the last SMS message received by the test set.

CALL:SMService:PTPoint:MORiginated[:MESSage]:FORMat?

Function

Queries the Last Received Message Format.

Query

ASC|BIN|UCS2|INV|UNKN

ASC: 7 bit ASCII string
BIN: Binary data
UCS2: Unicode Character Set 2
INV: Invalid (returned when no messages have been received
UNKN: Unknown message format

*RST setting

INV
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:FORMat?"
! Queries the Last Received Message Format.

CALL:SMService:PTPoint:MORiginated[:MESSage]:LENGth?

Function

Queries the Last Received Message Length.

Query Returns a number value or 9.91E+37 (NAN).

ASCII - the number of characters in the ASCII text message
Binary/UCS2 - the number of octets of data in the message
No message received - NAN

*RST setting

9.91E37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:LENGth?"
! Queries the Last Received Message Length.

CALL:SMService:PTPoint:MORiginated[:MESSage]:MREFerence?

Function

Queries the Message Reference (TP-MR) of the last message received by the test set or the current message available in the message queue.

Query Range: 0 to 255 or 9.91E+37 (NAN)

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:MREFerence?"
! Queries the Message Reference (TP-MR) of the last message received
! by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated[:MESSage]:PIDentifier?

Function

Queries the Protocol Identifier (TP-PID) of the last message received by the test set or the current message available in the message queue.

Query Range: 0 to 255 or 9.91E+37 (NAN)

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:PIDentifier?"
!Queries the Protocol Identifier (TP-PID) of the last message received
! by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated[:MESSage]:SRRequest?

Function

Queries the Status Report Request (TP-SRR) of the last message received by the test set or the current message available in the message queue.

Query 0 | 1 | 9.91E+37 (NAN)

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:SRRequest?"
! Queries the Status Report Request (TP-SRR) of the last message received
! by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated[:MESSage]:TEXT?

Function

Queries the text from the last SMS message received by the test set.

Query Returns a string.

*RST setting

"" (null string)
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:TEXT?"
! Queries the text from the last SMS message received by the test set.

CALL:SMService:PTPoint:MORiginated[:MESSage]:TRANsport?

Function

Queries the reported transportation mechanism used by the mobile station when it originates a point-to-point SMS message.

Query Range: CSD|INV|PSD

CSD: CS Domain was used
INV: Invalid (returned when no messages have been received by the test set)
PSD: PS Domain was used
*RST Setting INV
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:TRANsport?"
! Queries the reported transportation mechanism used by the mobile station
! when it originates a point-to-point SMS message.

CALL:SMService:PTPoint:MORiginated[:MESSage]:UDHind?

Function

Queries the User Data Header Indication (TP-UDHI) of the last message received by the test set or the current message available in the message queue.

Query 0 | 1 | 9.91E+37 (NAN)

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:UDHind?"
! Queries the User Data Header Indication (TP-UDHI) of the last message
! received by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated[:MESSage]:UDHLength?

Function

Queries the User Data Header Length of the last message received by the test set or the current message available in the message queue.

Query Range: 0 to 140 bytes or 9.91E+37 (NAN)

*RST setting

9.91E+37
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:UDHLength?"
! Queries the User Data Header Length of the last message received
! by the test set or the current message available in the message queue.

CALL:SMService:PTPoint:MORiginated:QUEue[:STATe]

Function

Enables SMS message queuing. This causes the test set to put received SMS-SUBMIT messages into a queue instead of overwriting existing messages.

Setting

0|OFF|1|ON
Query Range: 0|1
*RST Setting 0
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:QUEue 1"
! Enables SMS message queuing. This causes the test set to put received
! SMS-SUBMIT messages into a queue instead of overwriting existing messages.

CALL:SMService:PTPoint:MORiginated:QUEue:COUNt?

Function

Queries the current number of SMS messages held in the message queue.

Query Range: 0 to 255
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:QUEue:COUNt?"
! Enables SMS message queuing. This causes the test set to put received
! SMS-SUBMIT messages into a queue instead of overwriting existing messages.

CALL:SMService:PTPoint:MORiginated:QUEue:NEXT

Function

Extracts the next message in the queue, making it available for query. Sending this command clears the previously available message results.

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:QUEue:NEXT"
! Enables SMS message queuing. This causes the test set to put received
! SMS-SUBMIT messages into a queue instead of overwriting existing messages.

CALL:SMService:PTPoint:MORiginated:REPort:MODE:STATus

Function

Sets/queries the method used to send Status Reports.

Setting AUTO | MANual
Query AUTO | MAN
*RST Setting AUTO
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:REPort:MODE:STATus MANual"
! Sets/queries the method used to send Status Reports to Manual.

CALL:SMService:PTPoint:MORiginated:REPort:MODE:SUBMit

Function

Sets/queries the method used to send Submit Reports.

Setting AUTO | MANual
Query AUTO | MAN
*RST Setting AUTO
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MORiginated:REPort:MODE:SUBMit AUTO" !Sets/queries the method used to send Submit Reports to Auto.

CALL:SMService:PTPoint[:MTERminated]:CONTents

Function

This selects the content to be sent in mobile terminated SMS messages.

Setting

Range: TXT1 | TXT2 | CTEXt | CDATa

Query

Range: TXT1 | TXT2 | CTEX | CDAT

*RST Setting

TXT1

Requirements

Lab Application Revision: C.01 and above

Programming Example

OUTPUT 714;"CALL:SMService:PTPoint:CONTents TXT1"
! Selects TXT1 to be be sent in subsequent mobile terminated SMS messages.

CALL:SMService:PTPoint[:MTERminated]:DATA:CUSTom

Function

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.

Setting

Range: 0 to 280 2-bit ASCII hexidecimal characters

Query

Range: 0 to 280 2-bit ASCII hexadecimal characters, enclosed by double quotes

*RST Setting

"00"

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:DATA:CUSTom '4141'"
! This sets the hex data 4141 to be sent in subsequent mobile terminated SMS messages

CALL:SMService:PTPoint[:MTERminated][:MESSage]:DCSCheme

Function

Configures the TP-DCS (Data Coding Scheme) header element, used to identify the coding scheme used in the message contents.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:DCSCheme 75"
! Configures the TP-DCS (Data Coding Scheme) header element, used to identify the coding scheme used in the message contents to 75.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:FCAuse

Function

Configures the TP-FCS (Failure Cause) header element, used to identify the reason for a previous SMS-SUBMIT failure. This setting is only relevant to the Submit Report message type. It is not relevant to either Deliver or Status Report message types.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

255

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:FCAuse 20"
! Sets the TP-FCS (Failure Cause) header element, used to identify
! the reason for a previous SMS-SUBMIT failure.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:MMTSend

Function

Configures the TP-MMS (More Messages to Send) header element.

Setting

0 | 1
0: More messages to send
1: No more messages

Query

0 | 1

*RST Setting

1

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MMTSend 1"
! Sets the TP-MMS (More Messages to Send) header element to
! indicate that there are no more messages.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:MREFerence

Function

Configures the TP-MR (Message Reference) header element. This element is only included in mobile terminated SMS messages if their message type is SMS-STATUS REPORT. It is used to identify the previously submitted mobile originated SMS to which the status report message relates.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MREFerence 100"
! Sets the TP-MR (Message Reference) header element for
! subsequent mobile terminated SMS messages.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:OADDress

Function

Configures the address value portion of the TP-OA (Originating Address) header element, used to identify the sender of the message.

Setting

ASCII string of digits 0-9, the symbols * and #, and the lower case characters a, b, and c.
Range: 2 to 20 characters

Query

ASCII string

*RST Setting

"8960"

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:OADDress "abc" "
! Changes the address value portion of the TP-OA (Originating Address) header
! element to abc, which is used to identify the sender of the message.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:OADDress:PLAN

Function

Configures the number plan identification bits of the Type of Address field of the TP-OA (Originating Address) header element, used to identify the sender of the message.

Setting

Range: UNKNown | ISDN | DATA | TELex | PRIVate | NATional

Query

Range: UNKN | ISDN | DATA | TEL | PRIV | NAT

*RST Setting

UNKN

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:OADDress:PLAN NATional"
! Sets the number plan identification bits of the Type of Address field of the
! TP-OA (Originating Address) header element to National, which is used to
! identify the sender of the message.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:OADDress:TYPE

Function

Configures the Type of Number bits of the Type of Address field of the TP-OA (Originating Address) header element, used to identify the sender of the message.

Setting

Range: UNKNown | INATional | NATional | NETWork | SUBScriber

Query

Range: UNKN | INAT | NAT | NETW | SUBS

*RST Setting

UNKN
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:OADDress:TYPE SUBScriber"
! Sets the Type of Number bits of the Type of Address field of the TP-OA (Originating Address)
! header element to `Suscriber', which is used to identify the sender of the message.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:PIDentifier

Function

Configures the TP-PID (Protocol Identifier) header element, used to identify the higher layer protocol used to send the SMS message.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:MTERminated:MESSage:PIDentifier 100"
! Configures the TP-PID (Protocol Identifier) header element, used to identify the
! higher layer protocol used to send the SMS message.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:PINDicator

Function

Configures the TP-PI (Parameter Indicator) header element, used to identify the presence of optional elements within SMS-SUBMIT-REPORT and SMS-STATUS-REPORT messages.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

7

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:PINDicator 5"
! Sets the TP-PI (Parameter Indicator) header element to `5', which is used to identify
! the presence of optional elements within SMS-SUBMIT-REPORT and
! SMS-STATUS-REPORT messages.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:RADDress

Function

Configures the TP-RA (Recipient Address) header element, used to identify the recipient of the previously submitted SMS message.

Setting

ASCII string of digits 0-9, the symbols *, #, and +, and the letters a, b, and c.
Range: 2 to 20 characters

Query

ASCII string

*RST Setting

"8960"

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:RADDress `abc'"
! Configures the TP-RA (Recipient Address) header element,
! used to identify the recipient of the previously submitted SMS messages.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:RPATh

Function

Configures the TP-RP (Reply Path) header element.

Setting

0 | 1
0: A reply path does not exist
1: A reply path exists

Query

0 | 1

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:RPATh 1"
! Configures the TP-RP (Rely Path) header element to indicate the existence
! of a reply path.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:SADDress

Function

Configures the RP Originating Address header element, used to identify the originating SMS Service Center address for MT transfer.

Setting

ASCII string of digits 0-9, the symbols * and #, and the lower case characters a, b, and c.

Range: 2-20 characters

Query

ASCII string

*RST Setting

"8960"
Requirements

Lab Application Revision: E.00.16 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SADDress "8960" 

!Changes the SMSC Address to 8960.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:SADDress:PLAN

Function

Configures the RP Originating Address header element, which is used to identify the originating SMS Service Center address for MT transfer.

Setting

Range: UNKNown | ISDN | DATA | TELex | PRIVate | NATional

Query

Range: UNKN | ISDN | DATA | TEL | PRIV | NAT

*RST Setting

UNKN
Requirements

Lab Application Revision: E.00.16 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SADDress:PLAN NATional" 

!Sets the SMSC Address plan to National.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:SADDress:TYPE

Function

Configures the RP Originating Address type header element, which is used to identify the type of the SMSC address setting.

Setting

Range: NKNown | INATional | NATional | NETWork | SUBScriber

Query

Range: UNKN | INAT | NAT | NETW | SUBS

*RST Setting

UNKN
Requirements

Lab Application Revision: E.00.16 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SADDress:TYPE SUBScriber" 

!Sets the SMSC Address type to subscriber.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:SREPort

Function

Configures the TP-SRI (Status Report Indication) header element, used to indicate to the mobile station that a status report was requested for this message by the sender.

Setting

0 | 1
0: Status report not requested
1: Status report requested

Query

0 | 1

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SREPort 1"
! Sets the state of the TP-SRI (Status Report Indication) header element to 1,
! which is used to indicate that the mobile station should send a status report to the test set.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:STATus

Function

Configures the TP-ST (Status) header element, used to describe the status of the previously originated mobile SMS.

Setting

Range: 0 to 255

Query

Range: 0 to 255

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:STATus 30"
! Sets the TP-ST (Status) header element to 30, which is used to describe
! the status of the previously originated mobile SMS.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:TYPE

Function

Sets the type of SMS message sent from the test set to the mobile station.

Setting

DELiver | SUBReport | STATReport

Query

DEL | SUBR |STATR

*RST Setting

DELiver
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TYPE"
! Sets the type of SMS message sent from the test set to the mobile station to DELiver.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:TYPE:SUBReport:RPTYpe

Function

Sets the RP type to use when sending an SMS-SUBMIT-REPORT message from the test set to the mobile station.

Setting

ERRor | ACK

Query

ERR | ACK

*RST Setting

ACK
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TYPE:SUBReport:RPTYpe ACK"
! Sets the RP type to `ACK' to use when sending an SMS-SUBMIT-REPORT
! message from the test set to the mobile station.

CALL:SMService:PTPoint[:MTERminated][:MESSage]:UDHind

Function

Configures the TP-UDHI (User Data Header Indication) header element. The TP-UDHI is used to indicate that the user data sent to the mobile station contains header information. This command is used when binary or concatenated messages are sent, but not with simple text messages.

Setting

0 | 1
0: Content does not include header
1: Content includes header

Query

0 | 1

*RST Setting

0

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:UDHind 1"
! Sets the TP-UDHI (User Data Header Indication) header element to 1,
! which is used to indicate that the user data sent to the mobile station does
! contain header information.

CALL:SMService:PTPoint[:MTERminated]:RCAuse?

Function

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.

Query

Range: 0 to 255 (decimal) See Reject Cause
and 9.91 E+37 (NAN)

*RST Setting

9.91 E+37 (NAN)

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
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.

CALL:SMService:PTPoint[:MTERminated]:SEND[:IMMediate]

Function

Sends a Point to Point SMS message.
Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SEND"
! Sends a Point to Point SMS message .

CALL:SMService:PTPoint[:MTERminated]:SEND:STATe?

Function

Queries the state of the last message sent to the mobile station.

Query

Range: IDLE | SEND | ACK | NACK | REJ | FAIL
IDLE: No message has been sent
SEND: Message send in progress
ACK: Message acknowledged by mobile station
NACK: Message was not acknowledged by mobile station and send timed out
REJ: Message was rejected by the mobile station
FAIL: Message could not be sent

*RST Setting

IDLE

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714; "CALL:SMService:PTPoint:SEND:STATe?"
! Queries the state of the last message sent to the mobile station. .

CALL:SMService:PTPoint[:MTERminated]:TEXT:CUSTom

Function

This sets the text of the custom message to be sent.

Setting

String: 7 bit ASCII characters up to 160 characters in length

Query

String: 7 bit ASCII characters up to 160 characters in length, enclosed by double quotes.

*RST Setting

"Enter your text here"
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TEXT:CUSTom `Hello World'"

CALL:SMService:PTPoint[:MTERminated]:TRANsport

Function

Selects the transportation mechanism to be used.

Setting

Range: CSDomain|PSDomain

Query

Range: CSD|PSD

*RST Setting

PSD
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TRANsport PSD"
! Selects PS Domain to be the transportation mechanism used.

CALL:SMService:PTPoint[:MTERminated]:TXT1?

Function

This queries the fixed Text Message 1.

Query

Returns a string.

*RST Setting

"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TXT1"
! This queries the fixed Text Message 1.

CALL:SMService:PTPoint[:MTERminated]:TXT2?

Function

This queries the fixed Text Message 2.

Query

Returns a string.

*RST Setting

"Keysight Technologies, your partner in wireless solutions"
Requirements

Lab Application Revision: C.01 and above

Programming Example:

 
OUTPUT 714;"CALL:SMService:PTPoint:TXT2?"
! This queries the fixed Text Message 2.

CALL:SMService:PTPoint:PS:SCRelease[:STATe]

Function

Sets/queries whether the test set will send Signalling Connection Release (PS domain) message to the UE when:

  • service in CS domain is activated
  • a MO/MT SMS in PS domain is sent

when set to On , the test set will send Signalling Connection Release (PS domain) message to the UE after the completion of sending/receiving the SMS.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0
Requirements

Lab Application Revision: I.00.00 and above.

Programming Example

 
OUTPUT 714;" CALL:SMService:PTPoint:PS:SCRelease:STATe 0"