Network
3-176 AT Commands Reference Manual June 30, 2008
The following table shows the +COPS parameters.
Example
AT+CO PS= ?
+COPS:(002,"IL ORANGE","ORANGE","42501"),(003,"IL
Cellcom","Cellcom","42502"),(001,"IL-77","I-77","42577"),, (000,001,002,003,004),(000,001,002)
OK
AT+CO PS?
+COPS: 000,000,"IL ORANGE"
OK
AT+CO PS= 3,2
AT+CO PS ?
+COPS: 000,002,"42501" //Specific provider number
AT+CO PS= 0
OK
AT+COPS=1,2,"31038"
OK
AT+COPS=1,1,"ORANGE"
OK
Table 3-104:+COPS Parameters
<Parameter> Description
<format> The operator format type:
0 Long alphanumeric
1 Short alphanumeric
2 Numeric
The default value is 0.
<mode> Determines whether what is displayed is defined by <oper>, or is done automatically
by the G24.
0 Automatic (<oper> field is ignored)
1 Manual (<oper> field is present)
2 De-register from network
3 Set only <format> (<oper> field is ignored); used for Read command only, do
not attempt registration/deregistration
4 Manual/automatic (<oper> field is present; if manual selection fails, use
automatic mode)
The default value is 0.
<stat> 0 Unknown
1 Available
2 Current
3 Forbidden
<oper> Operator name displayed.
The long alphanumeric format can be up to 16 characters long. The short
alphanumeric format can be up to 8 characters long.
The numeric format is the GSM Location Area Identification number (refer to GSM
04.08 [8] subclause 10.5.1.3), consisting of a three BCD digit country code (as per
ITU-T E.212 Annex A [10]), plus a two BCD digit network code, which is
administration specific.
The returned <oper> is not in BCD format, but in IRA characters converted from
BCD, and therefore the number has the following structure:
(country code digit 3)(country code digit 2)(country code digit 1)(network code digit
2)(network code digit 1)