GetGsmPortStatus

From Opale Wiki
Revision as of 20:51, 1 April 2025 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)