#include <nas.h>
|
uint8_t | radio_if |
|
uint8_t | mcc |
|
uint8_t | mnc |
|
This structure contains Primary PLMN Information
- Parameters
-
radio_if |
- Radio interface currently in use.
- Values:
- 0x04 - RADIO_IF_GSM - GSM
- 0x05 - RADIO_IF_UMTS - UMTS
- 0x08 - RADIO_IF_LTE - LTE
- 0x09 - RADIO_IF_TDSCDMA - TD-SCDMA
- 0x0C - RADIO_IF_NR5G - NR5G.
|
mcc |
- MCC digits in ASCII characters. For CDMA, the MCC wildcard value is returned as {‘3’, 0xFF,0xFF}.
|
mnc |
- MNC digits in ASCII characters. For this field: Unused byte is set to 0xFF In the case of two-digit MNC values, the third (unused) digit is set to 0xFF. For example, 15 (a two-digit MNC) is reported using the byte stream 0x35 0x31 0xFF. For CDMA, the MNC wildcard value is returned as {‘7’, 0xFF, 0xFF}.
|
The documentation for this struct was generated from the following file: