327
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_call_ms_reported_m.fm
CALL:MS:REPorted:<MCC,MIN1,MIN2,MNC,MSIN>
CALL:MS:REPorted:MCCode?
CALL:MS:REPorted:MIN1:HEX?
CALL:MS:REPorted:MIN2:HEX?
Function Queries the mobile country code (MCC), as reported by the mobile station.
Query Range: 0 to 999
*RST Setting Null string
Programming Example
OUTPUT 714;”CALL:MS:REPORTED:MCCODE?”
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 operating mode.
Query Range: 0x000000 to 0xFFFFFF, or null
*RST Setting null
Programming Example
OUTPUT 714;”CALL:MS:REPORTED:MIN1:HEX?” !Returns the MIN1 value.
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.
Query Range: 0x000 to 0x3FF, or null
*RST Setting null
Programming Example
OUTPUT 714;”CALL:MS:REPORTED:MIN2:HEX?”