Sunteți pe pagina 1din 14

SDR Configuration

IP type
NBV4.11.10.14P05
1
IP ROUTE.........................................................................................................................................................1
1.1
ROUTE INFERMATION...........................................................................................................................................1
1.2
ADD ROUTE..........................................................................................................................................................2
Configure constant route in OmmHost, the route will be start by OmmHost process.................................................2
2

ISMG CONFIGURATION.............................................................................................................................3
2.1
VIRTUAL IP..........................................................................................................................................................3
2.2
OMCB IP.............................................................................................................................................................3
2.3
IP RELATED CONFIGURATION...............................................................................................................................3
2.3.1 OMCB channel................................................................................................................................................3
2.3.2 Abis (OMCB) RPU_IP....................................................................................................................................3
2.3.3 IP Abis interface (IPBB card).........................................................................................................................4
2.3.4 IP Abis Bandwidth Resource Pool..................................................................................................................4
2.3.5 IPBB Port PTP Role for clock........................................................................................................................5
2.3.6 IPBB Port Multicast Master Clock.................................................................................................................5
2.4
SITE (ISMG)........................................................................................................................................................5

OMCB CONFIGURATION............................................................................................................................5
3.1
CONFIGURED IN OMCB.......................................................................................................................................5
3.2
SDR CONFIGURATIONTOOLS AND PREPARE FOR DATA........................................................................................6
3.2.1 Data type introduciation of new version.........................................................................................................6
3.2.2 Run the SDRConfTool.....................................................................................................................................6
3.2.3 Get the negotiation table.................................................................................................................................6
3.2.4 Quick Configuration.......................................................................................................................................7
3.2.5 Convert to all data table.................................................................................................................................7
3.3
USE LMT IMPORT DATA TO SDR.........................................................................................................................7
3.3.1 Connect to SDR by Debug port.......................................................................................................................7
3.3.2 Import data to SDR site...................................................................................................................................8
3.3.3 Data Verify......................................................................................................................................................8
3.3.4 Data compare..................................................................................................................................................9
3.3.5 Export data......................................................................................................................................................9
3.4
ONLINE UPLOAD DATA IN OMCB........................................................................................................................9
3.5
UPGRADE THE VERSION.....................................................................................................................................10
3.5.1 Creat version package...................................................................................................................................10
3.5.2 Download version..........................................................................................................................................11
3.5.3 Active version................................................................................................................................................11
3.5.4 Check version................................................................................................................................................12
3.6
MODIFY DATA.....................................................................................................................................................13
3.7
SDR DYNAMIC DATA MANAGEMENT..................................................................................................................13

IP route

1.1 Route infermation

SDR Configuration -Frechet (1/14)

Note: IP and IPOE site use same RPUIP. So that we can use MR server for all site.
IP

IPOE

OMCB

IPBBOMCB

RPU_IP

IPBB_Abis Card

SDR

139.67.0.250

139.67.0.254

10.35.32.145

10.35.32.130

10.35.32.129

OMCB

IPBBOMCB

RPU_IPOE

SDTB(EUIP)

SDR

139.67.0.250

139.67.0.254

10.35.32.145

118.67.Y.200

118.67.Y.100

1.2 Add route


Configure constant route in OmmHost, the route will be start by OmmHost process.
# cd /home/zte/OmmHost/bin/conf/
# ls -l
total 28
-rwxr--r-- 1 root root 568 Oct 13 09:26 BrdPhyAddr.conf
-rwxr--r-- 1 root root 3638 Oct 13 09:26 NetIf00.conf
-rwxr--r-- 1 root root 3700 Oct 13 09:26 NetIf01.conf
-rwxr--r-- 1 root root 3669 Jan 14 2012 NetIf02.conf
-rwxr--r-- 1 root root 1983 Oct 13 09:26 OmmProcConfig.conf
-rwxr-xr-- 1 root root 3241 Oct 13 09:30 SysPrnCtrl.conf
-rwxr--r-- 1 root root 936 Oct 13 09:26 system.conf
Root user to configure the NetIf01.conf.
# vi NetIf01.conf
#OMCB channel IP1 for IPOE
[Channel6]
ChannelName= OMCR_SDR_ETH4
NetIfName = eth4
IP =139.67.0.250
NETMASK = 255.255.255.0
MacAddr =
GateWay = 139.67.0.254
/*IPBB-OMCB IP*/
NextSkipIP =118.67.0.0
/* Destination IP: IPOE SDR IP pool*/
NextSkipNetMask =255.255.0.0
/*network mask */
NeedSetDefaultGateWay = 0
/*0, must be 0, because default route is in ETH3 port*/
ShareIP = 1
#OMCB channel IP1 for IP
[Channel7]
ChannelName= OMCB_SDR_ETH4
NetIfName = eth4:1
IP =139.67.0.252
NETMASK = 255.255.255.0
MacAddr =
GateWay = 139.67.0.254
/*IPBB-OMCB IP*/
NextSkipIP =10.35.0.0
/* Destination IP: IP SDR IP pool*/
NextSkipNetMask =255.255.0.0 /*network mask*/
NeedSetDefaultGateWay = 0
/*0, must be 0, because default route is in ETH3 port*/

SDR Configuration -Frechet (2/14)

ShareIP = 1
Root use to restart the OmmHost process so that the route in OmmHost can be start.
#cd /home/zte/OmmHost/bin/
#./stopsys
#nohup ./startsys

ISMG Configuration

2.1 Virtual IP

2.2 OMCB IP

2.3 IP Related Configuration


2.3.1

OMCB channel

2.3.2

Abis (OMCB) RPU_IP

SDR Configuration -Frechet (3/14)

2.3.3

IP Abis interface (IPBB card)

2.3.4

IP Abis Bandwidth Resource Pool

SDR Configuration -Frechet (4/14)

2.3.5

IPBB Port PTP Role for clock

2.3.6

IPBB Port Multicast Master Clock

2.4 Site (ISMG)

OMCB Configuration

3.1 Configured in OMCB

SDR Configuration -Frechet (5/14)

3.2 SDR ConfigurationTools and prepare for data


3.2.1

Data type introduciation of new version


In new version, we only can configure and momdify the SDR data by modifing the data table. And
there are two types data table. All data table (MO) and negotiation data table. All data table is
used for import or export for OMCB or LMT. And negotiation table is used for congfiguration and
modification.
3.2.2 Run the SDRConfTool.
We use SDRConfTool4.3 riht now. And it is run by Java. So Pls confirm that the Java is running
normally in you computer. And click Run.bat to run the SDRConfTool4.3.
Note: JRE6.0 or above version. Caution: Install JRE in a path with neither Chinese character nor
blank.

3.2.3

Get the negotiation table


The negotiation tables are saved in \ZXSDRConfTool_v4.3.0\template\v4.11.10.14, and confirm
that we must use the V4.11.10.14P05 template.

Below ones is an all table date which is the first call for BSC267.

SDR Configuration -Frechet (6/14)

Test267102318.zip

Get the negotiation table and configure it. And also you can get the negotiation data table by
converting all data table (Test267102318 which attach up) to negotiation data table.

3.2.4

Quick Configuration
Below IPs are configured in negotiation table.

Table

parameter

IP

remark

Base Station

NE_IP

10.35.32.129

BTS IP

IP

IP_VLAN_IP_ADDR

10.35.32.129

BTS IP

IP

IP_VLAN_GATEWAY

10.35.32.130

IPBB(Abis interface)IP

IpClock

IPCLK_SYNC_SERVER_IP

10.35.32.130

IPBB(Abis interface)IP

Time

NTP_SERVER_IP

139.67.0.250

OMCB IP(eth4)

SCTP

SCTP_REMOTE_IP

10.35.32.145

Abis RPU_IP

OMC Channel

OMCB_GATEWAY_IP

10.35.32.145

OMCB RPU_IP(same with Abis RPU_IP

This data is converted by all data table (Test267102318), you can modify it

Negotiation data
table for first call of BSC267.zip

according to the plan.


And the all parameters are explain in the data table, confirm that dont modify any table heads,
otherwise it will be damage and cant by convert.
NotePls change the RU (GSM)--CARRIER_POWER_PARA to 1 or 2 watte if the antenna in
room only test for first call.
3.2.5 Convert to all data table
Convert negotiation table to all data table, and confirm that all process are success.

3.3 Use LMT import data to SDR


3.3.1

Connect to SDR by Debug port


This operation is used for first time to set SDR IP, and then you can do all orperations on OMCB.
Connect you computer to DEBUG/CAS/LMT port of CC card. And set you computer IP as same
subnet with CC IP, CC in slot1 IP is192.254.1.16 and CC in slot2 IP is 192.254.2.16.

SDR Configuration -Frechet (7/14)

Note: confirm that dont use data card when you login CC card, or you must add a gateway so that
the LMT can derectly connet to CC, other wise you cant login SDR.
3.3.2 Import data to SDR site

3.3.3

Data Verify

SDR Configuration -Frechet (8/14)

3.3.4

Data compare

3.3.5

Export data

We export all data table for first time, and then the SDR will be restart automatically. The SDR will
be connected to OMCB after export data and restart.
3.4 Online upload data in OMCB

SDR Configuration -Frechet (9/14)

And then synchronize all tables.


3.5 Upgrade the version
We must use Multiple Mode to management version of V4.11.10.14P05 SDR.

3.5.1 Creat version package


Click Create version package,.

The versions are saved in NBV4.11.10.14P05\Engineering\Package.

SDR Configuration -Frechet (10/14)

3.5.2 Download version


Must upgrade GSM and PLAT version if GSM only, and Must upgrade UMTS and PLAT version if
UMTS only, and must upgrade all three versions if GU together. So download and active version you
needed acoording to configuration.

Waiting until the download successful, and show green as below.

3.5.3

Active version

SDR Configuration -Frechet (11/14)

Waiting until the active successful, and show green as below.

3.5.4

Check version

SDR Configuration -Frechet (12/14)

3.6 Modify data


We only can configure and momdify the SDR data by modifing the data table, the operation as
below. Pls use export---convert to negotiation data table---modification---convert to all data table--import to modify the data, as good dont use Modify data to modify due to that it is hardly for us to
modify a all table data table.

3.7 SDR dynamic data management

SDR Configuration -Frechet (13/14)

SDR Configuration -Frechet (14/14)

S-ar putea să vă placă și