Represents network service status. More...
#include <cellular_types.h>
Represents network service status.
| CellularRat_t CellularServiceStatus_t::rat |
Radio Access Technology (RAT).
| CellularNetworkRegistrationMode_t CellularServiceStatus_t::networkRegistrationMode |
Network registration mode (auto/manual etc.) currently selected.
| CellularNetworkRegistrationStatus_t CellularServiceStatus_t::csRegistrationStatus |
CS (Circuit Switched) registration status (registered/searching/roaming etc.).
| CellularNetworkRegistrationStatus_t CellularServiceStatus_t::psRegistrationStatus |
PS (Packet Switched) registration status (registered/searching/roaming etc.).
| CellularPlmnInfo_t CellularServiceStatus_t::plmnInfo |
Registered MCC and MNC information.
| CellularOperatorNameFormat_t CellularServiceStatus_t::operatorNameFormat |
Format of registered network operator name.
| char CellularServiceStatus_t::operatorName[CELLULAR_NETWORK_NAME_MAX_SIZE+1] |
Registered network operator name.
| uint8_t CellularServiceStatus_t::csRejectionType |
CS Reject Type. 0 - 3GPP specific Reject Cause. 1 - Manufacture specific.
| uint8_t CellularServiceStatus_t::csRejectionCause |
Reason why the CS (Circuit Switched) registration attempt was rejected.
| uint8_t CellularServiceStatus_t::psRejectionType |
PS Reject Type. 0 - 3GPP specific Reject Cause. 1 - Manufacture specific.
| uint8_t CellularServiceStatus_t::psRejectionCause |
Reason why the PS (Packet Switched) registration attempt was rejected.