There is no MAC address equivalent in LTE hence the unit does not have one. FS1 is correct for identifying numbers you need to look at IMEI or serial number.
There isn’t an AT command to get the DNS out, you ned to get this from the OS the unit is connected to.
SIM card operators name isnot on the SIM card, only the IMSI with the first digits being the MCC/MNC i.e. 234 15 indicates a UK (234) Vodafone (15) card.
Use the 3GPP command at+ccid? command.
and 6. As FS1 says use at!gstatus.
at+ccid?
+CCID: 8944200116085022336F
OK
at!gstatus?
!GSTATUS:
Current Time: 1025 Temperature: 25
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Attached
LTE band: B3 LTE bw: 15 MHz
LTE Rx chan: 1392 LTE Tx chan: 19392
LTE CA state: NOT ASSIGNED
EMM state: Registered Normal Service
RRC state: RRC Idle
IMS reg state: No Srv
Thanks.
When you say I can get the counters from the host OS, do you mean from something like ifconfig? Or do you mean some SDK calls that I can make to query the modem?