C027 の mbes os 5 での動作を確認しました。 I confirmed the operation at mbes os 5 of C 027.

Fork of C027_Support by u-blox

Embed: (wiki syntax)

« Back to documentation index

MDMParser::NetStatus Struct Reference

MDMParser::NetStatus Struct Reference

Network Status. More...

#include <MDM.h>

Data Fields

Reg csd
 CSD Registration Status (Circuit Switched Data)
Reg psd
 PSD Registration status (Packet Switched Data)
Reg eps
 EPS Registration status.
AcT act
 Access Technology.
int rssi
 Received Signal Strength Indication (in dBm, range -113..-51)
int ber
 Bit Error Rate (BER), see 3GPP TS 45.008 [20] subclause 8.2.4.
char opr [16+1]
 Operator Name.
char num [32]
 Mobile Directory Number.
unsigned short lac
 location area code in hexadecimal format (2 bytes in hex)
unsigned int ci
 Cell ID in hexadecimal format (2 to 4 bytes in hex)
CopsMode regStatus
 Cops mode.

Detailed Description

Network Status.

Definition at line 62 of file MDM.h.


Field Documentation

Access Technology.

Definition at line 66 of file MDM.h.

int ber

Bit Error Rate (BER), see 3GPP TS 45.008 [20] subclause 8.2.4.

Definition at line 68 of file MDM.h.

unsigned int ci

Cell ID in hexadecimal format (2 to 4 bytes in hex)

Definition at line 72 of file MDM.h.

CSD Registration Status (Circuit Switched Data)

Definition at line 63 of file MDM.h.

EPS Registration status.

Definition at line 65 of file MDM.h.

unsigned short lac

location area code in hexadecimal format (2 bytes in hex)

Definition at line 71 of file MDM.h.

char num[32]

Mobile Directory Number.

Definition at line 70 of file MDM.h.

char opr[16+1]

Operator Name.

Definition at line 69 of file MDM.h.

PSD Registration status (Packet Switched Data)

Definition at line 64 of file MDM.h.

Cops mode.

Definition at line 73 of file MDM.h.

int rssi

Received Signal Strength Indication (in dBm, range -113..-51)

Definition at line 67 of file MDM.h.