Nemo BTS File Format PDF
Nemo BTS File Format PDF
Nemo BTS File Format PDF
Format
User Guide
Notices
U.S.Government Rights Warranty
Copyright Notice
The Software is “commercial computer THE MATERIAL CONTAINED IN THIS
© Keysight Technologies Finland, Ltd. software,” as defined by Federal
2021 DOCUMENT IS PROVIDED “AS IS,”
Acquisition Regulation (“FAR”) 2.101. AND IS SUBJECT TO BEING
No part of this manual may be Pursuant to FAR 12.212 and 27.405-3 CHANGED, WITHOUT NOTICE, IN
reproduced in any form or by any means and Department of Defense FAR FUTURE EDITIONS. FURTHER, TO
(including electronic storage and retrieval Supplement (“DFARS”) 227.7202, the THE MAXIMUM EXTENT PERMITTED
or translation into a foreign language) U.S. government acquires commercial BY APPLICABLE LAW, KEYSIGHT
without prior agreement and written computer software under the same DISCLAIMS ALL WARRANTIES,
consent from Keysight Technologies, as terms by which the software is EITHER EXPRESS OR IMPLIED WITH
governed by United States and customarily provided to the public. REGARD TO THIS MANUAL AND ANY
international copyright laws. Accordingly, Keysight provides the INFORMATION CONTAINED HEREIN,
Software to U.S. government INCLUDING BUT NOT LIMITED TO THE
Manual Part Number customers under its standard IMPLIED WARRANTIES OF
commercial license, which is embodied MERCHANTABILITY AND FITNESS
NT00000A-90000 in its End User License Agreement FOR A PARTICULAR PURPOSE.
(EULA), a copy of which can be found KEYSIGHT SHALL NOT BE LIABLE
Edition at FOR ERRORS OR FOR INCIDENTAL
Edition 1.22, March 2021 http://www.keysight.com/find/s OR CONSEQUENTIAL DAMAGES IN
Documents Software Version 1.22 weula. The license set forth in the CONNECTION WITH THE
EULA represents the exclusive FURNISHING, USE, OR
Published by: authority by which the U.S. PERFORMANCE OF THIS DOCUMENT
Keysight Technologies Finland, Ltd. government may use, modify, OR ANY INFORMATION CONTAINED
Elektroniikkatie 10 distribute, or disclose the Software. HEREIN. SHOULD KEYSIGHT AND
90590 Oulu The EULA and the license set forth THE USER HAVE A SEPARATE
therein, does not require or permit, WRITTEN AGREEMENT WITH
among other things, that Keysight: (1) WARRANTY TERMS COVERING THE
Technology Licenses MATERIAL IN THIS DOCUMENT THAT
Furnish technical information related to
commercial computer software or CONFLICT WITH THESE TERMS, THE
The hardware and/or software described
commercial computer software WARRANTY TERMS IN THE
in this document are furnished under a
documentation that is not customarily SEPARATE AGREEMENT WILL
license and may be used or copied only
provided to the public; or (2) CONTROL.
in accordance with the terms of such
license. Relinquish to, or otherwise provide,
the government rights in excess of
these rights customarily provided to
Declaration of Conformity the public to use, modify, reproduce,
Declarations of Conformity for this product release, perform, display, or disclose A CAUTION notice denotes a hazard. It
and for other Keysight products may be commercial computer software or calls attention to an operating procedure,
downloaded from the Web. Go to commercial computer software practice, or the like that, if not correctly
http://www.keysight.com/go/confor documentation. No additional performed or adhered to, could result in
government requirements beyond damage to the product or loss of
mity important data. Do not proceed beyond a
those set forth in the EULA shall apply,
and click on “Declarations of Conformity.” CAUTION notice until the indicated
except to the extent that those terms,
You can then search by product number to conditions are fully understood and met.
rights, or licenses are explicitly
find the latest Declaration of Conformity.
required from all providers of
commercial computer software
pursuant to the FAR and the DFARS
and are set forth specifically in writing
elsewhere in the EULA. Keysight shall A WARNING notice denotes a hazard. It
be under no obligation to update, calls attention to an operating procedure,
revise or otherwise modify the practice, or the like that, if not correctly
Software. With respect to any performed or adhered to, could result in
technical data as defined by FAR personal injury or death. Do not proceed
2.101, beyond a WARNING notice until the
pursuant to FAR 12.211 and 27.404.2 indicated conditions are fully understood
and DFARS 227.7102, the U.S. and met.
government acquires no greater than
Limited Rights as defined in FAR
27.401 or DFAR 227.7103-5 (c), as
applicable in any technical data.
2
Is the software of your measurement products up-to-date?
Keysight will periodically release software updates to fix known defects and incorporate product
enhancements. To search for software updates for your product, go to the Keysight Software
Manager website at:
www.keysight.com/find/softwaremanager
3
Table of Contents
4
Nemo BTS File Format User Guide
5
Nemo BTS File Format User Guide
1 General Structure
Nemo BTS file is a specific type of CSV (comma-separated values) file. It consists of (optional)
header parameters, keyword line and cell definitions.
The first row(s) of the file contain (optional) header parameters, the next row contains the
keywords that define the order of the parameters in the following lines. Keywords are
separated with semicolon (;), tabulator character or as defined by the header parameter
SEPARATOR.
Other rows in the file contain the cell definitions. Each line describes one cell and contains a
set of parameters describing the cell as well as the site in which the cell resides. For both site
and cell information, there are both mandatory parameters and optional parameters. Site and
cell parameters are separated with the same separator character as the keywords.
The file format supports three data types: integer, float, and string. Integer type is defined as a
numeric value without dot character. Float type is defined as a numeric value with dot
character. String type is defined as a set of any printable ASCII characters except the chosen
separator.
6
Nemo BTS File Format User Guide
7
Nemo BTS File Format User Guide
3 Parameters
Decimal degrees (DD) express latitude and longitude geographic coordinates as decimal
fractions and are used in many Geographic Information Systems (GIS), web mapping
applications such as Google Maps, and GPS devices. Decimal degrees are an alternative to
using degrees, minutes, and seconds (DMS). As with latitude and longitude, the values are
bounded by ±90° and ±180° each.
Positive latitudes are north of the equator, negative latitudes are south of the equator. Positive
longitudes are east of Prime Meridian, negative longitudes are west of the Prime Meridian.
Latitude and longitude are usually expressed in that sequence, latitude before longitude.
8
Nemo BTS File Format User Guide
Example:
BSIC_NUMBER_FORMAT “OCT”
SEPARATOR “;”
SYSTEM;SITE;LAT;LON;CELL;CH;BSIC;CID;LAC;DIR;NCELL_1;NCELL_2;NCELL_3
GSM;Site Name 1;65.066053;25.458366;Cell Name 1;64;77;12500;65231;0;NEMO1;NEMO2;NEMO3
GSM;Site Name 1;65.066053;25.458366;Cell Name 2;41;42;12501;5231;90;NEMO5;NEMO6;NEMO7
GSM;Site Name 1;65.066053;25.458366;Cell Name 3;2;24;12502; 65231;45;NEMO8;NEMO9;NEMO10
9
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;CH;SAT;CID;DIR
AMPS;Site Name 1;65.066053;25.458366;Cell Name 1;140;1;11503;45
AMPS;Site Name 1;65.066053;25.458366;Cell Name 2;410;2;11501;90
AMPS;Site Name 1;65.066053;25.458366;Cell Name 3;201;3;11504;230
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
10
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;PN;CH;DIR
CDMA;Site Name 1;65.066053;25.458366;Cell Name 1;171;150;90
CDMA;Site Name 1;65.066053;25.458366;Cell Name 2;272;150;55
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
11
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;PN;CH;DIR
EVDO;Site Name 1;65.066053;25.458366;Cell Name 1;171;150;90
EVDO;Site Name 1;65.066053;25.458366;Cell Name 2;272;150;55
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
12
Nemo BTS File Format User Guide
Example:
BSIC_NUMBER_FORMAT "OCT"
SYSTEM;SITE;LAT;LON;CELL;CH;BSIC;CID;LAC;DIR;NCELL_1;NCELL_2;NCELL_3
GSM;Site Name 1;65.066053;25.458366;Cell Name 1;64;1;12500;65231;0;NEMO1;NEMO2;NEMO3
GSM;Site Name 1;65.066053;25.458366;Cell Name 2;41;1;12501; 65231;90;NEMO5;NEMO6;NEMO7
GSM;Site Name 1;65.066053;25.458366;Cell Name 3;2;1;12502; 65231;45;NEMO8;NEMO9;NEMO10
13
Nemo BTS File Format User Guide
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
14
Nemo BTS File Format User Guide
Note that if multiple matching cells are found, the closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
15
Nemo BTS File Format User Guide
Note that cell ID must be given either in 28-bit (CID) or 8-bit format (CID_8) combined
with 20-bit eNodeB ID (ENB_ID).
16
Nemo BTS File Format User Guide
17
Nemo BTS File Format User Guide
gNB ID length GNB_L Integer Length of the gNodeB identity in bits. Values range
from 22 to 32.
gNB ID GNB_ID Integer The 22 to 32-bit gNodeB identity. Cell-ID (36 bit) =
gNodeB ID (22 to 32 bits) + CID_N (4 to 14 bits).
Physical Cell PCI Integer Values range from 0 to 1007.
ID
Antenna DIR Integer Values range from 0 to 360 degrees.
Direction
18
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;CH;CID;PCI;DIR;
Example with 36-bit cell ID:
SYSTEM;SITE;LAT;LON;CELL;CH;CID;PCI;DIR; BD_0;BT_0;BD_5;BT_5
NR;Site Name 1;65.066053;25.458366;Cell Name 1;65535;26842545;96;0;300;45;200;39
NR;Site Name 1;65.066053;25.458366;Cell Name 1;65535;26842546;96;0;200;2;150;45
NR;Site Name 1;65.056053;25.458366;Cell Name 2;65535;26844545;4;90;100;4;200;40
19
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;CH;BSIC;CID;CPID;DIR
TDSCDMA;Site Name 1;65.066053;25.458366;Cell Name 1;10120;;;96;0
TDSCDMA;Site Name 1;65.066053;25.458366;Cell Name 2;10120;;;2;30
TDSCDMA;Site Name 1;65.056053;25.458366;Cell Name 3;10120;;;4;90
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
20
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;LAC;CH;BAND;DIR
TETRA;Site Name 1;65.066053;25.458366;Cell Name 1;3652;124;3;90
TETRA;Site Name 1;65.066053;25.458366;Cell Name 2;3613;125;3;45
TETRA;Site Name 1;65.056053;25.458366;Cell Name 3;3622;68;3;0
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
21
Nemo BTS File Format User Guide
22
Nemo BTS File Format User Guide
Note that cell ID must be given either in 28-bit (CID) or 16-bit format (CID_16)
combined with 12-bit RNC ID (RNCID).
23
Nemo BTS File Format User Guide
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
24
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;LAT;LON;CELL;FREQ;PI;DIR;BSID
WIMAX;Site Name 1;65.066053;25.458366;Cell Name 1;2550.000;67;90;03:0f:21:00:02:72
WIMAX;Site Name 1;65.066053;25.458366;Cell Name 2;2550.000;68;180;03:0f:21:00:02:73
WIMAX;Site Name 1;65.056053;25.458366;Cell Name 3;2550.000;69;270; 03:0f:21:00:02:74
Note that if multiple matching cells are found, closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
25
Nemo BTS File Format User Guide
26
Nemo BTS File Format User Guide
Example:
SYSTEM;SITE;CELL;LAT;LON;DIR;CH;MAC;SSID;FREQ;PROTOCOL
WLAN;Site name 1;Cell name 1;65.013549;25.509106;0;1;00:00:00:00:00:00;NEMO
1;2412;IEEE 802.11n
WLAN;Site name 1;Cell name 2;65.013549;25.509106;90;14; 00:00:00:00:00:01;NEMO
1;2484; IEEE 802.11n
WLAN;Site name 2;Cell name 3;65.013458;25.509289;0;100; 00:00:00:00:00:02;NEMO
2;5500;IEEE 802.11a
Note that if multiple matching cells are found, the closest cell is selected. The cell is
matched only if distance is less than 50 km (31 miles).
27
Nemo BTS File Format User Guide
4 Technical Support
If you have questions on or beyond this documentation about Nemo tools, please contact our
technical support service through Nemo Support Portal at http://nemo.support.keysight.com,
call us (local phone numbers can be found in chapter Phone and email support) or send us an
email at [email protected]. Note that for full support you need to have the
Maintenance Agreement.
Global
Tel. +358 50 395 7800
Americas
Tel. +1 469 951 9105
APAC
Tel. +65 9746 2431
P.R. China
Tel. +86 10 6567 8528
India
Tel. +91 982 0016372
28
Nemo BTS File Format User Guide
If you do not have access to the Internet, one of these centers can direct you to your nearest
representative:
Should the Declaration of Conformity be required, please contact a Keysight Sales
Representative, or the closest Keysight Sales Office. Alternately, contact Keysight at:
www.keysight.com.
29