Installation Instructions

Table Of Contents
nano3G AP Installation Manual Configuration File Preparation
N3G_INST_300 v8.1 for N3G_2.0.5 © ip.access Limited 2011 Page 27
When using the ObjectInstance value, it must be reproduced exactly or the configuration file
will not load against the target AP. A way around this is to save a configuration file for that
AP, regardless of its configuration state, then copy and paste the ObjectInstance into the
file that has the correct configuration.
Note: All of the attributes can be configured from the OMC-R Client. After initial provisioning from
a configuration file the OMC-R Client can be used to set attributes or the configuration file
can be edited to set more parameters, for example when using configuration information
from a radio planning system. To obtain a sample file with all the attributes that can be
configured, export a configuration file as described in section 4.2 and inspect its content.
4.1.1 Attribute Types and Values
The attribute types and values conform to the attribute definitions in the MIB. See
[REF_110] for a full description of each object type, the attributes it may contain and the
valid values that may be assigned to each attribute.
The following attribute types are available, which are also formally described in [REF_110]:
Base types:
Integer - a whole number numeric value, often must be within a range of valid
values
tos=0
Enumeration, or enum - a value name from a pre-defined set of names with
specific values
t300=T300_4000_MSEC
Boolean - a true or false value
soipHeartbeatEnabled=true
String - a value enclosed in double-quotes (the double-quote character itself
cannot be part of the value)
mnc="12"
Compound types that are made of multiple instances of any types:
Array - a comma delimited set of values of the same type within square
brackets [ ]
ascPersistenceScalingFactors=[6,6,6,6,6,6]
Structure - a comma delimited set of values within curly brackets { }, and
each value can be of any type
cellBroadcastMessage={50,GSM_DEFAULT,"nano3G"}
Set - similar to an array, this a comma delimited set of values of the same
type within round brackets ( ), however, each value must be different
rfParamsCandidateList=({1062,437,1})
Note: In the OMC-R Client, the compound types are the complex attributes that have multiple
levels within the Navigation and Properties panes.
Note: In [REF_110], there is a distinction between expert and non-expert attributes. As a general
rule, it is recommended to leave expert attributes at their default values.