#include <qaGobiApiNas.h>
|
|
BYTE | band |
| |
|
BYTE | bandwidth |
| |
|
WORD | RXChan |
| |
|
WORD | TXChan |
| |
|
BYTE | emmState |
| |
|
BYTE | emmSubState |
| |
|
BYTE | emmConnState |
| |
Structure for storing the LTE information for the device.
- Parameters
-
| band |
- LTE Band
- 1 ~ 41 (Band in decimal)
- 0xFF - Invalid
|
| bandwidth |
- BandWidth.
- 0x00 - 1.4 MHz
- 0x01 - 3 MHz
- 0x02 - 5 MHz
- 0x03 - 10 MHz
- 0x04 - 15 MHz
- 0x05 - 20 MHz
- 0x06 - Invalid
- 0xFF - Unknown
|
| RXChan |
- RX channel number in decimal
|
| TXChan |
- TX channel number in decimal
|
| emmState |
- EMM State.
- 0x00 - Deregistered
- 0x01 - Reg Initiated
- 0x02 - Registered
- 0x03 - TAU Initiated
- 0x04 - SR Initiated
- 0x05 - Dereg Initiated
- 0x06 - Invalid
- 0xFF - Unknown
|
| emmSubState |
- EMM Sub State.
- When EMM_state is 0x00:
- 0x00 - No IMSI
- 0x01 - PLMN Search
- 0x02 - Attach Needed
- 0x03 - No Cell
- 0x04 - Attaching
- 0x05 - Normal Service
- 0x06 - Limited Service
- 0x07 - Waiting for PDN
- When EMM_state is 0x01:
- 0x00 - Waiting for NW
- 0x01 - Waiting for ESM
- When EMM_state is 0x02:
- 0x00 - Normal Service
- 0x01 - Update Needed
- 0x02 - Attempt Update
- 0x03 - No Cell
- 0x04 - PLMN Search
- 0x05 - Limited Service
- 0x06 - MM Update
- 0x07 - IMSI Detach
- 0x08 - Waiting for ESM
|
| emmConnState |
- EMM Connected Mode State.
- 0x00 - RRC Idle
- 0x01 - Waiting RRC Cfm
- 0x02 - RRC Connected
- 0x03 - RRC Releasing
- 0xFF - Unknown
|
The documentation for this struct was generated from the following file: