SelectGsmOperator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SelectGsmOperator''' |PortIndex, Operator selection mode, [Operator PLMN [Access Technology]] |R2D2...") |
m (added Category:R2D2 using HotCat) |
||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
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)