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
- 130 -
BTSID = 123 ; comments are allowed after values
TRXID = 456
6.11.2 Data types
Parameters can be:
• numbers (positive or negative integers),
• arbitrary strings (except they can't contain ';' or '*' and can't have leading or
trailing spaces); strings are not quoted
• boolean values ("yes", "true", "t", "1"; "no", "false", "f", "0") (without the
quotes); if the value is omitted it's taken as true
• flag values - these are used for the non-volatile configuration flags and can
have the same values as boolean values but also "on" or "set", "off" or "clear",
or, to indicate that the flag value should not be sent to the BTS, "notset",
"unknown" or "invalid"
• IP address - normal dotted quad notation (actually host names might work
sometimes, but will get translated to numeric IP address which are what will get
sent to the BTS)
• MAC address - six two digit hex numbers separated by colons
• unit id – three numbers separated by slashes, being <site id>/<BTS
id>/<TRX id>, for example 862/0/0
• percentage – an alarm threshold percentage value, either a number from –20
to 120 or the string OFF indicating that this alarm is switched off
As a special case, in the [Pool] section only, single IP addresses or ranges of IP
addresses can be given without any parameter name, eg:
1.2.3.4
1.2.4.1 - 1.2.4.254
6.11.3 Sections
Sections in the file can be in any order and the order is not significant. The following
sections are allowed:
[Pool] Values are IP addresses or ranges, in the format noted
above, that the DHCP server will use as a pool from
which to allocated addresses to any BTSs which do not
have explicit IP addresses assigned
[Default] Default parameters for BTS configuration
[BTS:<location>] Parameters for a specific BTS as noted above