GsmRegistrationMode: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
No edit summary
m (Administrator moved page R2D2 - GsmRegistrationMode to GsmRegistrationMode without leaving a redirect)
(No difference)

Revision as of 10:48, 27 March 2025

This command sets/gets GSM auto registration mode.

If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this.

If mode parameter is not specified command will return current auto registration mode.

COMMAND:

Command Input Arguments Returns
GsmRegistrationMode Port index, [Registration mode] Command status or the actual Registration mode

OUTPUT:

Command status for set command:
"%s\n", command_status (OK | ERROR)

Or actual auto registration mode for get command:
"%s\n", mode (ENABLED | DISABLED)

EXAMPLE:

~# GsmRegistrationMode 0 DISABLED
OK

~# GsmRegistrationMode 0
DISABLED

~# GetGsmPortStatus 0
NOT_REGISTERED

~# SelectGsmOperator 0 MANUAL 22001
OK (8287)

~# GetGsmPortStatus 0
REGISTERED (4)