Está en la página 1de 23

Base Station File Format

Version 1.12

2010 by Anite Finland Ltd. All rights reserved. This document, as well as the software described in it, is furnished under license and may only be used or copied in accordance with the terms of such license. The information in this manual is intended for informational use only and is subject to change without notice. Anite Finland Ltd assumes no responsibility or liability for any errors or inaccuracies that may appear in this user manual. Except as permitted by such license, no part of this publication may be reproduced or transmitted in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of Anite Finland Ltd. CDMA 2000 is a registered trademark of the Telecommunications Industry Association (TIA -USA) Printed in Finland Revision 1.12.00 Last Edited November 2010

1 2

GENERAL STRUCTURE.................................................................................................................. 5 PARAMETERS ................................................................................................................................. 5 2.1 2.2 2.3 MANDATORY CELL PARAMETERS ....................................................................................... 5 OPTIONAL CELL PARAMETERS ............................................................................................ 6 AMPS CELL PARAMETERS .................................................................................................... 7 MANDATORY PARAMETERS ........................................................................................... 7 OPTIONAL PARAMETERS ................................................................................................ 7 CELL SEARCH METHOD .................................................................................................. 7

2.3.1 2.3.2 2.3.3 2.4

GSM CELL PARAMETERS ...................................................................................................... 8 MANDATORY PARAMETERS ........................................................................................... 8 OPTIONAL PARAMETERS ................................................................................................ 8 CELL SEARCH METHOD .................................................................................................. 9

2.4.1 2.4.2 2.4.3 2.5

CDMA CELL PARAMETERS .................................................................................................. 10 MANDATORY PARAMETERS ......................................................................................... 10 OPTIONAL PARAMETERS .............................................................................................. 10 CELL SEARCH METHOD ................................................................................................ 11

2.5.1 2.5.2 2.5.3 2.6

UMTS CELL PARAMETERS .................................................................................................. 12 MANDATORY PARAMETERS WITH 28 BIT CELL ID .................................................... 12 MANDATORY PARAMETERS WITH 16 BIT CELL ID AND RNC ID .............................. 12 OPTIONAL PARAMETERS .............................................................................................. 13 CELL SEARCH METHOD ................................................................................................ 14

2.6.1 2.6.2 2.6.3 2.6.4 2.7

TETRA CELL PARAMETERS................................................................................................. 15 MANDATORY PARAMETERS ......................................................................................... 15 OPTIONAL PARAMETERS .............................................................................................. 15 CELL SEARCH METHOD ................................................................................................ 15

2.7.1 2.7.2 2.7.3 2.8

TD-SCDMA CELL PARAMETERS ......................................................................................... 16 MANDATORY PARAMETERS ......................................................................................... 16 OPTIONAL PARAMETERS .............................................................................................. 16 CELL SEARCH METHOD ................................................................................................ 17

2.8.1 2.8.2 2.8.3 2.9

WIMAX CELL PARAMETERS ................................................................................................ 18 MANDATORY PARAMETERS ......................................................................................... 18 OPTIONAL PARAMETERS .............................................................................................. 18 CELL SEARCH METHOD ................................................................................................ 19 EV-DO CELL PARAMETERS.............................................................................................. 20

2.9.1 2.9.2 2.9.3 2.10

2.10.1 2.10.2 2.10.3 2.11 2.11.1 2.11.2 2.11.3

MANDATORY PARAMETERS ......................................................................................... 20 OPTIONAL PARAMETERS .............................................................................................. 20 CELL SEARCH METHOD ................................................................................................ 21 LTE CELL PARAMETERS .................................................................................................. 22 MANDATORY PARAMETERS ......................................................................................... 22 OPTIONAL PARAMETERS .............................................................................................. 22 CELL SEARCH METHOD ................................................................................................ 23

1 GENERAL STRUCTURE
The first row of the file contains the keywords that define the order of the parameters in the following lines. Keywords are separated with semicolon or tabulator character. 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 semicolon or tabulator character. 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 semicolon.

2 PARAMETERS
2.1 MANDATORY CELL PARAMETERS
Parameter System Keyword SYSTEM Type String Description AMPS, GSM, TDMA, CDMA, UMTS, TETRA, TD-SCDMA, WIMAX, EVDO or LTE. Name of the site. Name of the cell. Latitude of the site in degrees. Longitude of the site in degrees.

Site Name Cell Name Latitude Longitude

SITE CELL LAT LON

String String Float Float

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.

2.2 OPTIONAL CELL PARAMETERS


Parameter Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Float Integer Integer String String String Description Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

2.3 AMPS CELL PARAMETERS


2.3.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Channel Number SAT Antenna Direction Keyword SYSTEM SITE CELL CH SAT DIR Type String String String Integer Integer Integer Description AMPS. Name of the site. Name of the cell. Channel number Setup Audio Tone Values range from 0 to 360 degrees.

2.3.2 OPTIONAL PARAMETERS


Parameter Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Float Integer Integer String String String Description Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

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

2.3.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the serving cell based on the following algorithm. Matching Channel + SAT 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).

2.4 GSM CELL PARAMETERS


2.4.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Keyword SYSTEM SITE CELL Type String String String Description GSM. Name of the site. Unique identifier of the cell. If unique name for every cell is not available, concatenation of LAC and CI can be used. ARFCN. Values range from 0 to 1024. Base Station Identity Code in decimal format. Values range from 0 to 63. Cell identification. Values range from 0 to 65535. Location Area Code. Values range from 0 to 65535. Values range from 0 to 360 degrees.

Channel Number BSIC (dec) Cell ID LAC Antenna Direction

CH BSIC CID LAC DIR

Integer Integer Integer Integer Integer

2.4.2 OPTIONAL PARAMETERS


Parameter RAC Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword RAC HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Integer Float Integer Integer String String String Description Routing Area Code. Values range from 0 to 255. Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

Example: 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

2.4.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the serving cell and neighbor cells based on the following algorithm. Matching CellId + LAC Matching CellId + BCCH Matching BCCH Channel + BSIC (also for neighbor list and missing neighbors) Matching BCCH Channel (also for neighbor list and missing neighbors) 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).

2.5 CDMA CELL PARAMETERS


2.5.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Pilot Number Channel Antenna Direction Keyword SYSTEM SITE CELL PN CH DIR Type String String String Integer Integer Integer Description CDMA. Name of the site. Name of the cell. Values range from 0 to 10000. Channel Values range from 0 to 360 degrees.

2.5.2 OPTIONAL PARAMETERS


Parameter System ID Keyword SID Type Integer Description System ID. SID presents international identification and system number identifying the service area and frequency block. Network ID. Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

Network ID Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name

NID HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name

Integer Integer Float Integer Integer String String String

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

2.5.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the active set and neighbor set cells based on the following algorithm. Matching Channel + Pilot Matching Pilot 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).

2.6 UMTS CELL PARAMETERS


2.6.1 MANDATORY PARAMETERS WITH 28 BIT CELL ID
Parameter System Site Name Cell Name Channel Number Keyword SYSTEM SITE CELL CH Type String String String Integer Description UMTS. Name of the site. Unique identifier of the cell. If unique name for every cell is not available, 28 bit cell ID can be used. UARFCN. Values ranges: UMTS 850, from 43574458,1007,1012,1032,1037,1062,1087 UMTS 900, from 2935-3090 UMTS 1900, from 96629938,412,437,462,487,512,537,562,587,612,637,662,687 UMTS 2100, from 10550 to 10850. UMTS 2100 AWS, from 15351740,1887,1912,1937,1962,1987,2012,2037,2062,2087 . Scrambling Code Cell ID Antenna Direction SCR CID DIR Integer Integer Integer Values range from 0 to 512. Cell ID. The 28-bit Cell Identity (UC-Id in 3GPP) is a
Concatenation of RNC-ID and C-ID.

Values range from 0 to 360.

2.6.2 MANDATORY PARAMETERS WITH 16 BIT CELL ID AND RNC ID

Parameter System Site Name Cell Name Channel Number

Keyword SYSTEM SITE CELL CH

Type String String String Integer

Description UMTS. Name of the site. Unique identifier of the cell. If unique name for every cell is not available, 28 bit cell ID can be used. UARFCN. Values ranges: UMTS 850, from 43574458,1007,1012,1032,1037,1062,1087 UMTS 900, from 2935-3090 UMTS 1900, from 96629938,412,437,462,487,512,537,562,587,612,637,662,687 UMTS 2100, from 10550 to 10850. UMTS 2100 AWS, from 15351740,1887,1912,1937,1962,1987,2012,2037,2062,2087

Scrambling Code Cell ID

SCR CID_16

Integer Integer

Values range from 0 to 512. Cell ID. The 16-bit Cell Identity. C-ID.

RNC ID Antenna Direction

RNCID DIR

Integer Integer

RNC ID. The 12- bit RNC identity. Cell-ID (28 bit) = RNCID (12 bit) + CI (16 bit). Values range from 0 to 360.

Note that Cell ID must be given either with 28- bit (CID) or 16-bit format (CID_16) combined with 12- bit RNC ID (RNCID).

2.6.3 OPTIONAL PARAMETERS


Parameter LAC RAC URA RNC ID Keyword LAC RAC URA RNCID Type Integer Integer Integer Integer Description Location Area Code. Values range from 0 to 65535. Routing Area Code. Values range from 0 to 255. UTRAN Registration Area
Radio Network Controller ID. Equal to the 12-bit RNCId in 3GPP TS 25.401, section 6.1.5. Integer, base 10 or (with prefix 0x) hexadecimal representation.

Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name

HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name

Integer Float Integer Integer String String String

Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

Example with 28- bit Cell ID: SYSTEM;SITE;LAT;LON;CELL;CH;BSIC;CID;SCR;DIR;NCELL_1;NCELL_2;NCELL_3 UMTS;Site Name 1;65.066053;25.458366;Cell Name 1;10838;;123811;96;0;NEMO1;NEMO2;NEMO3 UMTS;Site Name 1;65.066053;25.458366;Cell Name 2;10838;;123758;2;0;NEMO4;NEMO5;NEMO6 UMTS;Site Name 1;65.056053;25.458366;Cell Name 3;10838;;123769;4;90;NEMO7;NEMO8;NEMO9 Example with 16- bit Cell ID: SYSTEM;SITE;LAT;LON;CELL;CH;BSIC;CID_16;RNC_ID;SCR;DIR;NCELL_1;NCELL_2;NCELL_3 UMTS;Site Name 1;65.066053;25.458366;Cell Name 1;10838;;58275;1;96;0;NEMO1;NEMO2;NEMO3 UMTS;Site Name 1;65.066053;25.458366;Cell Name 2;10838;;58222;1;2;0;NEMO4;NEMO5;NEMO6 UMTS;Site Name 1;65.056053;25.458366;Cell Name 3;10838;;58233;1;4;90;NEMO7;NEMO8;NEMO9

2.6.4 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the active set and monitored set cells based on the following algorithm. Matching Cell ID Matching Carrier + SCR (also for neighbor list and missing neighbors) 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).

2.7 TETRA CELL PARAMETERS


2.7.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name LAC Main Carrier Frequency Band Antenna Direction Keyword SYSTEM SITE CELL LAC CH BAND DIR Type String String String Integer Integer Integer Integer Description TETRA. Name of the site. Name of the cell. Location Area Code. Values range from 0 to 16383. Values range from 0 to 4095. Values range from 0 to 15. Values range from 0 to 360.

2.7.2 OPTIONAL PARAMETERS


Parameter Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Float Integer Integer String String String Description Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

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

2.7.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the serving cell and neighbor cells based on the following algorithm. Matching Channel + LAC + Band 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).

2.8 TD-SCDMA CELL PARAMETERS


2.8.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Channel Number Cell Parameters Id Cell ID Antenna Direction Keyword SYSTEM SITE CELL CH CPID CID DIR Type String String String Integer Integer Integer Integer Description TDSCDMA or TD-SCDMA. Name of the site. Name of the cell. Values range from 9504 to 10121. Values range from 0 to 127. Cell ID (16- bit) Values range from 0 to 360.

2.8.2 OPTIONAL PARAMETERS


Parameter LAC RAC URA RNC ID Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword LAC RAC URA RNCID HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Integer Integer Integer Integer Float Integer Integer String String String Description Location Area Code. Values range from 0 to 65535. Routing Area Code. Values range from 0 to 255. UTRAN Registration Area Radio Network Controller ID Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

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

2.8.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the active set and monitored set cells based on the following algorithm. Matching Cell ID (16 bit) Matching Carrier + Cell Parameters Id (also for neighbor list) 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).

2.9 WIMAX CELL PARAMETERS


2.9.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Frequency Preamble Index Antenna Direction Base Station ID Keyword SYSTEM SITE CELL FREQ PI DIR BSID Type String String String Float Integer Integer String Description WIMAX. Name of the site. Name of the cell. Frequency in MHz. Values range from 0 to 113. Values range from 0 to 360. Base Station ID. Six colon separated hex values in double quotes.

2.9.2 OPTIONAL PARAMETERS


Parameter Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name Keyword HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name Type Integer Float Integer Integer String String String Description Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

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

2.9.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the serving cell and neighbor cells based on the following algorithm. Base Station ID + Preamble index Frequency + Preamble index

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).

2.10 EV-DO CELL PARAMETERS


2.10.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Pilot Number Channel Antenna Direction Keyword SYSTEM SITE CELL PN CH DIR Type String String String Integer Integer Integer Description EVDO. Name of the site. Name of the cell. Values range from 0 to 10000. Channel Values range from 0 to 360 degrees.

2.10.2 OPTIONAL PARAMETERS


Parameter System ID Keyword SID Type Integer Description System ID. SID presents international identification and system number identifying the service area and frequency block. Network ID. Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

Network ID Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name

NID HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name

Integer Integer Float Integer Integer String String String

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

2.10.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the active set and neighbor set cells based on the following algorithm. Matching Channel + Pilot Matching Pilot 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).

2.11 LTE CELL PARAMETERS


2.11.1 MANDATORY PARAMETERS
Parameter System Site Name Cell Name Channel Number Cell ID Keyword SYSTEM SITE CELL CH CID Type String String String Integer Integer Description LTE Name of the site. Unique identifier of the cell. If there is no unique name available for every cell, Cell ID (CID) can be used EARFCN number. Values range from 0 to 65535 Cell identification Cell identification of the current cell. Range: 0 268435455 Values range from 0 to 503. Values range from 0 to 360.

Physical Layer Cell ID Antenna Direction

PCI DIR

Integer Integer

2.11.2 OPTIONAL PARAMETERS


Parameter TAC Keyword TAC Type Integer Description Tracking area code Tracking area code of the currently used cell. See 3GPP TS 124.301 subclause 9.9.3.32. Range: 0 65535 Values range from 0 to 1000 Values range from -90 to 90. Values range from 1 to 360 Cell range in meters. NORMAL or REPEATER Unique identifier of the neighbor n. Text

Antenna Height Antenna Tilt Antenna Beam Width Cell Range Cell Type Neighbor Cell Name User-defined column name

HEIGHT TILT BEAM RANGE TYPE NCELL_n Userdefined name

Integer Float Integer Integer String String String

Example: SYSTEM;SITE;LAT;LON;CELL;CH;CID;PCI;DIR;NCELL_1;NCELL_2;NCELL_3 LTE;Site Name 1;65.066053;25.458366;Cell Name 1;65535;26842545;96;0;NEMO1;NEMO2;NEMO3 LTE;Site Name 1;65.066053;25.458366;Cell Name 2;65535;26841545;2;0;NEMO4;NEMO5;NEMO6 LTE;Site Name 1;65.056053;25.458366;Cell Name 3;65535;26844545;4;90;NEMO7;NEMO8;NEMO9

2.11.3 CELL SEARCH METHOD


Lines are drawn from the current location on a map to the active set and monitored set cells based on the following algorithm. Cell Identification (Cell ID) (for serving cell) Matching Channel number + Physical Layer Cell ID (for both serving and neighbor cells)

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).

También podría gustarte