GetGsmPortStatus
Jump to navigation
Jump to search
This command writes to the standard output the port status of the specified GSM port. If status is REGISTERED (HOME) or REGISTERED (ROAMING) it returns Registration (IMSI Attach) time in milliseconds (the time between the first CHANNEL_REQUEST message sent by MS to BTS and the TMSI_REALLOCATION_COMPLETE message sent by MS to MSC/VLR.)
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
GetGsmPortStatus | Port index | Port Status |
OUTPUT:
none
EXAMPLE:
~# GetGsmPortStatus 1
INITIALIZED
~# GetGsmPortStatus 1
REGISTERED (HOME) (3462)
~# GetGsmPortStatus 0
NOT_REGISTERED (DENIED)