Default
NETWORK_TYPE;MCC;MNC;LAC;CID;PSC;CHANNEL;LATITUDE;LONGITUDE;ACCURACY;DESCRIPTION;AZIMUTH
| Parameter | Type | Description | Import |
|---|---|---|---|
| NETWORK_TYPE | String | C (CDMA), G (GSM), W (WCDMA), T (TDSCDMA), L (LTE), N (5G NR) |
Mandatory for CDMA |
| MCC | String | 3 digits | Mandatory |
| MNC | String | 2 or 3 digits | Mandatory |
| LAC | Int | NID (CDMA), LAC (GSM, WCDMA, TDSCDMA), TAC (LTE, 5G NR) | Mandatory |
| CID | Long | BID (CDMA), CID (GSM, WCDMA, TDSCDMA), CI (LTE), NCI (5G NR) | Mandatory |
| PSC | Int | SID (CDMA), BSIC (GSM), PSC (WCDMA), CPID (TDSCDMA), PCI (LTE, 5G NR) | Mandatory for CDMA |
| CHANNEL | Int | ARFCN (GSM, 5G NR), UARFCN (WCDMA, TDSCDMA), EARFCN (LTE) | |
| LATITUDE | Double | [-90;90], . as separator |
|
| LONGITUDE | Double | [-180;180], . as separator |
|
| ACCURACY | Int | in meters | |
| DESCRIPTION | String | text | |
| AZIMUTH | Int | optional sector direction in degrees clockwise from north, [0;359] |
AZIMUTH describes the direction of the sector antenna's main beam. 0 is north, 90 is east, 180 is south, and 270 is west. It does not describe the sector's beam width; Netmonitor estimates the displayed sector coverage.
AZIMUTH is supported in Netmonitor 1.28.12 and later. The field is optional. Omit it or leave it empty when the direction is unknown. Existing files without AZIMUTH remain compatible. Netmonitor ignores fields appended after AZIMUTH, allowing future versions of the format to add more trailing fields. Export always writes the AZIMUTH column and leaves the final value empty when it is unknown.
GSM:
MCC = 262, MNC = 02, LAC = 510, CID = 9571, LATITUDE = -90.0, LONGITUDE = 180.0, ACCURACY = 100, DESCRIPTION = info, AZIMUTH = unknown
G;262;02;510;9571;;;-90.0;180.0;100;info;
LTE:
MCC = 230, MNC = 01, LAC = 16464, CI = 1144587 (eNodeB = 4471, sector = 11), PCI = 49, EARFCN = 3025, LATITUDE = -90.0, LONGITUDE = 180.0, ACCURACY = 100, DESCRIPTION = info, AZIMUTH = 31°
L;230;01;16464;1144587;49;3025;-90.0;180.0;100;info;31