Appearance
struct gsm_registration_info_t
Serving-cell registration information. #include <modem/gsm_modem.h>
Public Attributes
| Name | |
|---|---|
| int | MCC Mobile Country Code (numeric, e.g. 262) |
| int | MNC Mobile Network Code (numeric) |
| int | LAC Location / Tracking Area Code (TAC on LTE), as reported by the modem. |
| int | CI Cell identity, as reported by the modem. |
| int | RAT Access technology, 3GPP +COPS <AcT> coding (BG77: 8 = eMTC, 9 = NB-IoT) |
Public Attributes Documentation
variable MCC
cpp
int gsm_registration_info_t::MCCMobile Country Code (numeric, e.g. 262)
variable MNC
cpp
int gsm_registration_info_t::MNCMobile Network Code (numeric)
variable LAC
cpp
int gsm_registration_info_t::LACLocation / Tracking Area Code (TAC on LTE), as reported by the modem.
variable CI
cpp
int gsm_registration_info_t::CICell identity, as reported by the modem.
variable RAT
cpp
int gsm_registration_info_t::RATAccess technology, 3GPP +COPS <AcT> coding (BG77: 8 = eMTC, 9 = NB-IoT)