Installation Instructions
Table Of Contents
- nanoBTS Installation and Test Manual
- 1 Introduction
- 2 Overview
- 3 Customer safety and regulatory information (CENG0133)
- 4 BTS Hardware Installation (CENG0210)
- 5 PSU Installation Guide (CENG0033)
- 6 BTS Installer User Guide (CENG0048)
- Introduction
- 6.2 Capabilities
- 6.3 Concepts
- 6.4 Getting Started
- 6.5 User Interface Reference
- 6.6 The DHCP Server
- 6.7 BTS Attribute Reference
- 6.7.1 The BTS Configuration Dialog box
- 6.7.2 Current Values Display
- 6.7.3 Identifying a nanoBTS
- 6.7.4 How Defaults Work
- 6.7.5 Enabling Configuration Phases
- 6.7.6 The BTS tab
- 6.7.7 The DHCP tab
- 6.7.8 The Unit ID tab
- 6.7.9 The NV Attr (1) tab
- 6.7.10 The NV Attr (2) tab
- 6.7.11 The NV Attr (3) tab
- 6.7.12 The NV Attr (4) tab
- 6.7.13 The Download tab
- 6.8 Using Network Listen
- 6.9 Using BTS Installer via a proxy
- 6.10 Connecting to a nanoBTS via SSL
- 6.11 Configuration File Reference
© ip.access Ltd
COMPANY CONFIDENTIAL CENG0336_XE_nanoBTS_Installation_and_Test_Manual.doc
- 129 -
6.11 Configuration File Reference
This section defines the format and contents of the configuration file.
The configuration file is an ASCII text file that can be created with any text editor.
Whilst it is expected to be normal practice that a configuration file will be prepared in
advance of an installation job, BTS Installer can carry out most of its functions without
a configuration file, and can write out the contents of the BTS Database to a new
configuration file (so you can use BTS Installer to create configuration files instead of a
text editor).
6.11.1 File format
Comments start with ';' or '*'. You can't use these characters at all in parameter names
or values - there is no escape mechanism. Spaces and case are not significant (apart
from inside string values - whether string values themselves are case sensitive
depends on what they're used for). Blank lines are ignored.
The format is a bit, but not quite, like .ini file format. Sections are introduced by a
heading in square brackets; data items mostly consist of a name, an equals sign and a
value.
A section called [Defaults] may be present and specifies default values for BTS
configuration parameters; all BTSs will use these values unless otherwise specified.
To specify the parameters for a particular BTS use the section heading:
[BTS:<location>]
where <location> is the Location string as to be stored in the NVRAM, for example:
[ BTS : Room G47 ] ; where this BTS lives
Leading and trailing spaces and comments are ignored so that's the same as:
[BTS:Room G47]
The <location> may be blank but the colon must still be present, as in:
[BTS:]
(The location string can't contain a ']' - there is no escape mechanism.)
Within a section parameters are given like this:
[Defaults]
Router=192.168.0.1
SubnetMask = 255.255.255.0
PrimaryOmlTcpPort = 3002
[ BTS : Somewhere else ]
IPAddress = 192.168.0.2