Skip to content

struct gsm_registration_info_t

Serving-cell registration information. #include <modem/gsm_modem.h>

Public Attributes

Name
intMCC
Mobile Country Code (numeric, e.g. 262)
intMNC
Mobile Network Code (numeric)
intLAC
Location / Tracking Area Code (TAC on LTE), as reported by the modem.
intCI
Cell identity, as reported by the modem.
intRAT
Access technology, 3GPP +COPS <AcT> coding (BG77: 8 = eMTC, 9 = NB-IoT)

Public Attributes Documentation

variable MCC

cpp
int gsm_registration_info_t::MCC

Mobile Country Code (numeric, e.g. 262)

variable MNC

cpp
int gsm_registration_info_t::MNC

Mobile Network Code (numeric)

variable LAC

cpp
int gsm_registration_info_t::LAC

Location / Tracking Area Code (TAC on LTE), as reported by the modem.

variable CI

cpp
int gsm_registration_info_t::CI

Cell identity, as reported by the modem.

variable RAT

cpp
int gsm_registration_info_t::RAT

Access technology, 3GPP +COPS <AcT> coding (BG77: 8 = eMTC, 9 = NB-IoT)