CALL:MS:REPorted<:MCC|:MEID|:MIN1|:MIN2|:MNC|MSIN>

CALL:MS:REPorted<:MCC|:MEID|:MIN1|:MIN2|:MNC|MSIN>

Last updated: June 6, 2007

GPIB Command Conventions

CALL:MS:REPorted:MCCode?

Function

Queries the mobile country code (MCC), as reported by the mobile station.

Query

Range:

  • '0' to '999' (up to 3 digits from the set of 0123456789, enclosed by quotes)
  • '' (null string)

*RST Setting

'' (null string)

Programming Example

 
OUTPUT 714;"CALL:MS:REPORTED:MCCODE?" 

CALL:MS:REPorted:MEIDentifier:[:DECimal]?

Function

Queries the MEID value in decimal format. It is returned as a string. See MEID for details.

Query

Range:

  • '' (Null) (when a MEID is not reported)
  • 19 characters in the form of "xxxxxxxxxx-xxxxxxxx", where the x's are characters from the set 0123456789

*RST Setting

'' (null string)
Requirement

Test Application Revision: B.10 and above

Lab Application Revision: B.03.10 and above

Programming Example

 
OUTPUT 714;"CALL:MS:REPorted:MEIDentifier?"
!Queries the decimal value of the MEID.

CALL:MS:REPorted:MEIDentifier:HEX?

Function

Queries the MEID value reported by the mobile station in hexadecimal format. It is returned as a string. See MEID for details.

Query

Range:

  • '' (Null) (when a MEID is not reported)
  • '0x00000000000000' to '0xFFFFFFFFFFFFFF' (0x plus 14 characters from the set 0123456789ABCDEF)

*RST Setting

'' (null string)
Requirement

Test Application Revision: B.10 and above

Lab Application Revision: B.03.10 and above

Programming Example

 
OUTPUT 714;"CALL:MS:REPorted:MEIDentifier:HEX?"
!Queries the hexadecimal value of the MEID.

CALL:MS:REPorted:MEIDentifier:QUERy

Function

Commands an MEID-equipped mobile station to report its MEID value. See MEID / Enhanced PLCM .

Requirement

Test Application Revision: B.10 and above

Lab Application Revision: B.03.10 and above

Programming Example

 
OUTPUT 714;"CALL:MS:REPorted:MEIDentifier:QUERy"
!Commands the MS to report its MEID value.

CALL:MS:REPorted:MEIDentifier:SUPPorted?

Function

Queries whether the MS is an MEID-equipped or an ESN-equipped equipment. See MEID Supported for details.

Query

Range: YES|NO|UNKN

  • YES (MEID-equipped MS)
  • NO (ESN-equipped MS)
  • UNKN (when a MEID Indicator is not reported)

*RST Setting

UNKN

Requirement

Test Application Revision: B.10 and above

Lab Application Revision: B.03.10 and above

Programming Example

 
OUTPUT 714;"CALL:MS:REPorted:MEIDentifier:SUPPorted?"
!Queries whether MS supports of MEID or not.

CALL:MS:REPorted:MIN1:HEX?

Function

Queries the 24 bits of the mobile identification number that represent the mobile station's 7 digit phone number. Returns a string of hexadecimal characters.

When the MS registers, the MS sends a 34 bit Mobile Identification Number that is divided into MIN1 (24 bits) representing the MS's 7 digit phone number and MIN2 (10 bits) representing the 3 digit area code. When the 34 bit Mobile Identification Number value is received by the test set, Paging Phone Number, MIN1 and MIN2 will be updated.

Used only in Active Cell mode and AMPS system.

Query

Range:

  • '0x000000' to '0xFFFFFF' (0x plus 6 characters from the set of 0123456789ABCDEF, enclosed by quotes)
  • '' (null string)

*RST Setting

'' (null string)

Programming Example

 
OUTPUT 714;"CALL:MS:REPORTED:MIN1:HEX?"
!Returns the MIN1 value.

CALL:MS:REPorted:MIN2:HEX?

Function

Queries the 10 bits of the mobile identification number that represent the mobile station's 3 digit area. Returns a string of hexadecimal characters. Used only in active cell operating mode.

When the MS registers, the MS sends a 34 bit Mobile Identification Number that is divided into MIN1 (24 bits) representing the MS's 7 digit phone number and MIN2 (10 bits) representing the 3 digit area code. When the 34 bit Mobile Identification Number value is received by the test set, Paging Phone Number, MIN1 and MIN2 will be updated.

Used only in Active Cell mode and AMPS system.

Query

Range:

  • '0x000' to '0x3FF' (0x plus 3 characters from the set of 0123456789ABCDEF, enclosed by quotes)
  • '' (null string)

*RST Setting

'' (null string)

Programming Example

 
OUTPUT 714;"CALL:MS:REPORTED:MIN2:HEX?"

CALL:MS:REPorted:MNCode?

Function

Queries the mobile network code (MNC), as reported by the mobile station.

Query

Range:

  • '0' to '999' (up to 3 digits from the set of 0123456789, enclosed by quotes)
  • '' (null string)

*RST Setting

'' (null string)

Programming Example

 
OUTPUT 714;"CALL:MS:REPORTED:MNCODE?" 

CALL:MS:REPorted:MSINumber?

Function

Queries the mobile station reported mobile station identification number.

Query

Range: returns up to 10 digits string enclosed by quotes, each digits from the set of 0123456789

*RST Setting

'' (null string)

Programming Example

 
OUTPUT 714;"CALL:MS:REPORTED:MSINUMBER?"