0

What is the AT command to get the network name on a HUAWEI USB modem?

Kristina
  • 15,859
  • 29
  • 111
  • 181

1 Answers1

1

If supported by your phone the command AT+COPS? will give you the following results:-

<mode>[,<format>,<oper>[,<AcT>]

If the phone is powered up and actively camped onto a network the <oper> field should contain a 5 or 6 digit number. The first three digits are the Mobile Country Code and the last 2 or 3 are the Mobile Network Code. You can look up the MCC/MNC here http://en.wikipedia.org/wiki/Mobile_Network_Code.

Not all phones support all AT commands so your mileage may vary.

Andrew O'Reilly
  • 1,645
  • 13
  • 15