When I send AT command, AT+COPS?, in example, +COPS: 0,2,"26201",7 will be returned. In this example, it returned one numeric string for MCC and MNC.
Can I simply read this numeric string, first 3 digits as MCC and remaining digits as MNC? If not, please teach me how to read the value of MCC/MNC.