Installation Instructions

© ip.access Ltd
COMPANY CONFIDENTIAL 110#010XA_GDE.doc
- 15 -
Configuring the nanoBTS
Step 1. Setting up PC for configuring nanoBTS
Three options exist for commissioning the nanoBTS.
Option 1:
Configuring mostly at the site IP switch room
Option 2:
Configuring mostly at the BTS. See appendix 3
Option 3:
Configuring mostly at the NOC (Network Operations Centre) See
appendix 4
This section covers the steps required to configure the nanoBTS using option 1. The
other options are covered in the appendixes
Check that the following files are loaded onto the laptop PC
C:\ipaccess\Software Releases\
”software file name.sdp”
C:\ipaccess\Tools\Windhcpd\windhcpd.exe
C:\ipaccess\Tools\Windhcpd\com.ipaccess.nanoBTS.v1
Using a text editor, open the file C:\ipaccess\windchpd\com.ipaccess.nanoBTS
.v1
that has been prepared as part of the system planning process. The file is in the
following format.
# FILENAME: com.ipaccess.nanobts.v1
# Configuration file for windhcpd to server to ip.access nanoBTSs
# NOTE: values in this file override those in dhcpd.conf for nanoBTSs
#
################################################################
########### Basic IP configuration in standard DHCP ###########
################################################################
subnet = 255.255.0.0
router = 172.28.0.254
# The lease time is mandatory for a successful lease
# The value is in seconds. NOTE nanoBTSs assume lease-time=-1 makes the served
# IP and VSI configuration static, and disables future DHCP !!!
lease-time -1
# filename and next-server options tell the nanoBTS to do a TFTP download
# from the next-server (or from this server if omitted) using the given filename
filename = bts-software.sdp
next-server = 172.28.0.1
################################################################
############## VENDOR SPECIFIC INFORMATION (VSI) ##############
################################################################
#
# VSI options for all MAC addresses can be specified here
#omlipaddr = 172.28.0.30
# default omlipport is 3002 for IPA SW BTS builds, may as well has this default.
omlipport = 3002
################################################################
############## MAC SPECIFIC (VSI) ##############
################################################################
# MAC-specific options can be included too - these override the above defaults
# e.g.
# 00:02:95:ff:ff:01 ipaddr=172.28.3.1 lease-time=-1 omlipaddr=172.28.2.42
#