SelectGsmOperator: Difference between revisions
Jump to navigation
Jump to search
m (added Category:R2D2 using HotCat) |
m (added Category:NETWORK using HotCat) |
||
Line 25: | Line 25: | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:NETWORK]] |
Latest revision as of 21:36, 1 April 2025
This command selects the GSM operator and operator selection mode for the specified GSM port. Mode can be AUTOMATIC, MANUAL and MANUAL_AUTOMATIC. If mode is AUTOMATIC PLMN parameter is omitted. The parameter Access Technology allows to force the registration on a specific technology of the PLMN.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SelectGsmOperator | PortIndex, Operator selection mode, [Operator PLMN [Access Technology]] | Error Code in case of error. |
OUTPUT
Command status for set command:
"%s (%d)\n", command_status (OK | ERROR), cops_time
EXAMPLE
~# SelectGsmOperator 0 MANUAL 20810
OK (8287)