Hi
I checked how AT%XOPNAME could be used to receive notifications about operator name updates. However I'm wondering about the notification syntax.
According to the specification, the notification might look sth like
"88D6B23CAD7FBB41D7B4BCCC2ECFE7","8B56FD15","556776"
which could be decoded according to 3GPP TS 24.008 Ch. 10.5.3.5a Network Name.
However, when running the at_client example on my devkit (v0.9.0) with modem version v1.2.0 I get:
AT+CFUN?
+CFUN: 0
OK
AT%XOPNAME=1
OK
AT+CFUN=1
OK
%XOPNAME: "80","80","22801"
So I have two questions:
- Will the <full_name> and <short_name> ever be something different than "80"?
- Is <oper> always a 5 or 6 character string with MCC and MNC? I'm asking because I couldn't match the example string "556776" to any MCC/MNC tuple.
Thanks for clarifying this.