You are on page 1of 47

ON-JOB TRAINING

WCDMA RBS SCRIPTING

Trainer: Bademosi OluwaNiyi


RNC NodeB Expert
24-11-2016
OBJECTIVES

At the end of this training, candidates will understand:

• Basic Understanding of UTRAN Architecture.


• Functions of each script parameter.
• RBS scripting (Cabinet, OAM & Site Equipment)
• Integration procedures.
UTRAN ARCHITECHTURE
To download EMAS - http://169.254.1.1/em/index.html
Scripting “Cabinet Script”

Considering RU with CPRI – Electrical Signal


6000 family Cabinet Types
DUW Structure
<Cabinet>

<Format
revision="AN3“ //Revisions state of the file structure format, according to E// rules
/>

<ConfigureCabinetEquipment
rbsType="RBS6201V2W“ //Cabinet type
ipAddress="169.254.1.1“ //Local IP address
subnetMask="255.255.255.0“ //Subnet Mask
defaultRouter="10.28.49.1“ or “169.254.1.2” //Default Gateway
supportSystemControl="FALSE“ //Control the cabinet?
gpsOutEnabled="FALSE“ //MixedMode
>

<Sector //Defining Sectors


sectorNumber="1“ // Sector Number
radioBuildingBlock="RBB12_1A“ //Radio Building Block
cpriLineRate="X4“ //LineRate O = optical, E = electrical and
x2 (1,2Gb/s) , x4 (2,5Gb/s)
auUnitType="RUWRUS“ //Radio Unit Type
/>
</ConfigureCabinetEquipment>
<EcPort //Ecport Connection to SHU (Support Hub Unit)
unitType="DUW“ //Which UnitType or CBU or EXTNODE
unitNumber="1“ //Unit Number
portNumber="1“ //Port Number
hubPosition="A5“ //Ec connection to SHU
cascadingOrder="0“ //Cascaded
/>
</Cabinet>
Scripting “Cabinet Script”

Considering RRU with Fibre – Light Signal


<Cabinet>

<Format
revision="AN3“ //Revisions state of the file structure format, according to E// rules
/>

<ConfigureCabinetEquipment
rbsType="RBS6201V2W“ //Cabinet type
ipAddress="169.254.1.1“ //Local IP address
subnetMask="255.255.255.0“ //Subnet Mask
defaultRouter="10.28.49.1“ or “169.254.1.2” //Default Gateway
supportSystemControl="FALSE“ //Control the cabinet?
gpsOutEnabled="FALSE“ //MixedMode
>
</ConfigureCabinetEquipment>
<EcPort //Ecport Connection to SHU (Support Hub Unit)
unitType="DUW“ //Which UnitType or CBU or EXTNODE
unitNumber="1“ //Unit Number
portNumber="1“ //Port Number
hubPosition="A5“ //Ec connection to SHU
cascadingOrder="0“ //Cascaded
/>
</Cabinet>
OAM SCRIPTING
<SiteBasic>
<Format
revision="E" /> //REVISION
<ConfigureOAMAccess> //CONFIGURE OAM
<IPoverEthernet //IP OVER ETHERNET
ethernetIpAddress="10.28.34.72" //ETHERNET IP
ethernetSubnetMask="255.255.255.192" /ETHERNET SUBNET
/>
<IPoverGigabitEthernet //IP OVER GIGA
etIPSynchSlot="1" //DUW SLOT
syncIpAddress="10.28.2.72" //IUB TRAFFIC
syncSubnetMask="255.255.255.192" //SUBNET
defaultRouter0="10.28.2.65" //DEFAULT GATEWAY
syncVid="722"> //VLAN FOR IUB
<IpSyncRef
ntpServerIpAddress="192.168.250.4" //TRAFFIC SYNC WITH RNC
/>
<IpSyncRef
ntpServerIpAddress="192.168.250.5"
/>
<OamIpHost
oamIpAddress="10.28.34.72" //NODE IP FOR REMOTE ACCESS
oamSubnetMask="255.255.255.192" //SUBNET
oamDefaultRouter0="10.28.34.65" //OAM DEFAULT GATEWAY
oamVid="723" //OAM VLAN
/>
<GigaBitEthernet
gigaBitEthernetPort="TNA" //TNA = ETHERNET CABLE; TNB=FIBRE
/>
</IPoverGigabitEthernet>
<Servers
daylightSavingTime="NO"
isDefaultDomainName="NO"
dnsServerIpAddress="0.0.0.0"
localTimeZone="AST"
primaryNtpServerIpAddress="10.80.3.40" //NTP
primaryNtpServiceActive="YES"
secondaryNtpServerIpAddress="0.0.0.0"
secondaryNtpServiceActive="NO"
<StaticRouting>
<Route
routeIpAddress="0.0.0.0"
routeSubnetMask="0.0.0.0"
hopIpAddress="10.28.34.65" // default gateway of oam
routeMetric="10"
redistribute="NO"
/>
</StaticRouting>
<NetworkSynch
synchSlot="1"
synchPort="7"
synchPriority="1"
/>
<NetworkSynch
synchSlot="1"
synchPort="8"
synchPriority="2"
/>
</ConfigureOAMAccess></SiteBasic>
DUW COMMISSIONING

 Ethernet cable to TN should be removed before formatting and copying of the basic software C &
D into the DUW.
PROCESS
 Using a serial connection to LMT A on DUW (Launch Hyperterminal or PuTTY), put the DUW in a
backup mode by typing the command reload --
 Type the command listenv to confirm the DUW is in the backup mode.
Type vols to see the contents of the drives. The drives /d and /c2 should be present (note, c becomes c2 in
backup mode). If /c2 is not present, type the command mount_c2, and then vols, to confirm.
• Format the d drive with the command formathd /d.
• Format the c2 drive with the command formathd /c2.
• Put the DUW in normal mode with the command reload
• Put the DUW back to backup mode with the command reload –
• Set the default IP address and subnet mask of the node B with the command ifconfig le0 169.254.1.1
netmask 255.255.255.0
• Type ifconfig to confirm the IP address was successfully stored.
• With the command passwd, set the password and username of the node (username and password are both
‘rbs’).
• Type reload to save the configuration on the node, and reload -- to ensure the node reloads in backup
mode back. Type listenv for confirmation.
• Connect to the DUW using the Ethernet port. Copy/FTP the c2 and d folders from the laptop to the
DUW31 root directory.
Overwrite old files if prompted.
• Once the backup is transferred from the laptop to the new DUW, reload the DUW with the command
reload (ensure all the cables of the plugin units are connected and powered up but still keep the
Ethernet cable connecting DUW to TN before entering the reload command, so as to maintain the
fingerprint and license). The DUW will start up with the last time created CV; after that it will take one
more reload with new system CV.
• When the node is fully up, please follow below process to integrate the node by loading the scripts.
• Load the Cabinet Script
• Load the OAM Script
Site Equipment Script
Confirm MUB Interface is UP
Thank you for coming.

You might also like