3G Site Creation Guide
3G Site Creation Guide
Updated by Date
Updated by Date
Approved by Date
Authorized by Date
Contents
Introduction.................................................................................................................................2
Configuration on RNC side:.......................................................................................................3
Configuration on NodeB side:....................................................................................................7
Introduction
The 3G site creation means how to configure the site so that after the physical
connection is done all the communication interfaces should perform well to carry the data
between the end user (mobile subscriber) and the RNC. The procedure is quite simple
and yet needs two parts, one part on the RNC and the other on the NodeB. Unlike the
Abis interface in GSM, the IUB interface is a standard one i.e. NodeBs from different
vendor can communicate and integrated to RNC from other vendor. That’s the
configuration should be run separately on both RNC and NodeB. Hereafter I will
introduce how to prepare both of them.
Before starting in the data creation I would like to point to another important interface
which is the operation and maintenance interface (O&M) this interface connects the
NodeB to the M2000 (huawei server responsible for supervision, operation and
maintenance for huawei’s Nodes) as shown in the below picture.
Transmission part:
Contain the IUB configuration depending on the protocol stack of IUB as follow:
In the IP protocol stack that shown below the framing protocols are carried on IP paths
and the NBAP carried on the Stream Control Transmission Protocol (SCTP) links. The ip
layer configuration should be done by adding the IP addresses on the RNC port and
NodeB…
Now it`s look easy and simple so first we will add the NodeB as following command
ADD UNODEB: NodeBName="MON2602", NodeBId=32602, SRN=1, SN=2, TnlBearerType=IP_TRANS,
IPTRANSAPARTIND=NOT_SUPPORT, HostType=SINGLEHOST, SharingType=DEDICATED,
CnOpIndex=0;
Note: the subrack and slot number are pointing to the SPU boards in RNC
then the following commands to activate the LDR and OLC algorithms
ADD UNODEBALGOPARA: NodeBName="MON2602", NodeBLdcAlgoSwitch=IUB_LDR-
0&NODEB_CREDIT_LDR-0&LCG_CREDIT_LDR-0&IUB_OLC-0;
ADD UNODEBLDR: NodeBName="MON2602";
ADD UNODEBOLC: NodeBName="MON2602";
Then we will add two SCTP links one for the NCP and the other for the CCP. The SCTP
link is identified by the quaternary “local port and ip address and destination port and IP
address” Like the following example:
ADD SCTPLNK: SRN=1, SN=2, SCTPLNKN=534, MODE=SERVER, APP=NBAP, LOCIP1="10.204.13.246",
PEERIP1="10.98.14.72", PEERPN=58081, LOGPORTFLAG=NO, VLANFLAG1=DISABLE,
VLANFlAG2=DISABLE, SWITCHBACKFLAG=YES;
ADD SCTPLNK: SRN=1, SN=2, SCTPLNKN=535, MODE=SERVER, APP=NBAP, LOCIP1="10.204.13.246",
PEERIP1="10.98.14.72", PEERPN=58082, LOGPORTFLAG=NO, VLANFLAG1=DISABLE,
VLANFlAG2=DISABLE, SWITCHBACKFLAG=YES;
Then we should add the NBAP entities on the added SCTP links:
As now the CP part of the IUB is done we will move to the UP part
The first step is to add adjacent Node to link it to the IP Paths:
ADD ADJNODE: ANI=317, NAME="MON2602", NODET=IUB, NODEBID=32602, TRANST=IP;
Then we will map the added node to a quality of service map:
ADD ADJMAP: ANI=317, ITFT=IUB, TRANST=IP, CNMNGMODE=SHARE, TMIGLD=100, TMISLV=100,
TMIBRZ=100, FTI=0;
The standard traffic map required four IP Paths with different QOS so a four IP Paths will
be added:
ADD IPPATH: ANI=317, PATHID=1, ITFT=IUB, TRANST=IP, PATHT=EF, IPADDR="10.204.13.246",
PEERIPADDR="10.98.14.72", TXBW=100000, RXBW=100000, CARRYFLAG=NULL,
VLANFlAG=DISABLE, PATHCHK=ENABLED, ECHOIP="10.98.14.72";
ADD IPPATH: ANI=317, PATHID=2, ITFT=IUB, TRANST=IP, PATHT=AF41, IPADDR="10.204.13.246",
PEERIPADDR="10.98.14.72", TXBW=100000, RXBW=100000, CARRYFLAG=NULL,
VLANFlAG=DISABLE, PATHCHK=ENABLED, ECHOIP="10.98.14.72";
ADD IPPATH: ANI=317, PATHID=3, ITFT=IUB, TRANST=IP, PATHT=AF31, IPADDR="10.204.13.246",
PEERIPADDR="10.98.14.72", TXBW=100000, RXBW=100000, CARRYFLAG=NULL,
VLANFlAG=DISABLE, PATHCHK=ENABLED, ECHOIP="10.98.14.72";
ADD IPPATH: ANI=317, PATHID=4, ITFT=IUB, TRANST=IP, PATHT=AF11, IPADDR="10.204.13.246",
PEERIPADDR="10.98.14.72", TXBW=100000, RXBW=100000, CARRYFLAG=NULL,
VLANFlAG=DISABLE, PATHCHK=ENABLED, ECHOIP="10.98.14.72";
For transmission reason we will map a vlan to the IP address of the NodeB:
ADD VLANID: SRN=1, SN=18, IPADDR="10.98.14.72", VLANID=3495;
Dd IF the routing to the NodeB subnet is not included in the RNC then we should add the
routes:
ADD IPRT: SRN=1, SN=18, DSTIP="10.98.14.72", DSTMASK="255.255.255.255",
NEXTHOP="10.204.13.81", PRIORITY=HIGH, REMARK="IUB_MON2602";
ADD IPRT: SRN=1, SN=18, DSTIP="10.98.14.65", DSTMASK="255.255.255.255",
NEXTHOP="10.204.13.81", PRIORITY=HIGH, REMARK="IUB_MON2602_gw";
For M2000 to know the NodeB IP (in case of NodeB to be maintained by NMS through
BSC6900) we should Run the following command:
ADD UNODEBIP: NODEBID=32602, NBTRANTP=IPTRANS_IP, NBIPOAMIP="10.97.14.19",
NBIPOAMMASK="255.255.255.0", IPSRN=0, IPSN=22, IPLOGPORTFLAG=NO, VLANFLAG=ENABLE,
VLANID=930, VLANPRI=0;
Radio Part
Note: the configuration should be matched on both NodeB and RNC for Cell to be setup
successfully
First step is to add the Local cell (the name of the cell on the NodeB side. For detail
descriptions about this part please refer to 3GPP TS 25.401.) which is unique per NodeB
ADD ULOCELL: NodeBName="MON2602", LoCell=3260201;
ADD ULOCELL: NodeBName="MON2602", LoCell=3260211;
ADD ULOCELL: NodeBName="MON2602", LoCell=3260221;
Then we add the location and service area codes LAC and SAC:
After adding the Cells it is not active by default, that we need to activate everything we added:
The configuration on the NodeB side contain two steps because the way used for
commissioning is the (remote commissioning using DHCP) the overall procedure is to allow
the M2000 or RNC to work as a DHCP server, the DHCP server has a table to map the MAC
address represented by ESN (electronic serial number) which could be found on the WMPT
card in the BBU to the (IP address + subnet mask + gateway), For complying with DHCP
principal the ports on any L3 device between the NodeB and the DHCP server which will strip
off the VLAN tag must be configured as DHCP relay through the IP forwarding (the port will
detect the Broadcast DHCP Discover message, then it will change the giaddr field in the
message to the IP address of the port that receives the DHCPDISCOVER message, then
send this message to the DHCP server). After the DHCP process completed the O&M
interface will be up and the NodeB will be accessible though the M2000 but it will work without
any data, that’s the DHCP mode. Like the bootb mode in ATM the DHCP mode will not allow
any data configuration by MML but only allow the “list” commands…
To add the data to the NodeB we will have to use the XML script generated by CME. For
convenient a template of XML could be prepared for the hardware part then the MML will be
allowed to be run on the NodeB so the rest of configuration could be done using the MML.
How to prepare both parts?? As follow:
XML part
The XML template for hardware can be prepared using the CME however I will include here the
templates to be modified according to each site`s data
After opening the XML file matching the hardware of the target NodeB, use a txt editor program
to change data related to communication, other data can be modified later, those data contains the
IP addresses and VLANs related to the O&M part.
MML part
The MML part is used as it is easier especially for the bulk modification. By MML we should first
remove the default data added by the XML then configure the desired data:
Then the actual data should be added we will start with the IUB IP defined by the following
command:
VLANID=931, SETPRIO=ENABLE;
ADD IPRT: SRN=0, SN=4, SBT=ETH_COVERBOARD, DSTIP="10.204.13.246",
DSTMASK="255.255.255.255", RTTYPE=NEXTHOP, NEXTHOP="10.98.14.65";
Then like the RNC we will configure the IUB data to match that data on RNC and follow the IUB
protocol stack that’s (SCTP, NBAP and IP PATH):
Like the RNC four IP PATHs are required with different QOS in the NodeB side the DSCP is used
the mapping between DSCP and PHB is used:
Then we start with the radio part by add the site name to which a sector will be related:
Then the sectors are added to the sites and to the physical RF boards as to be one SEC per one
board:
The local cells are added to the sector, the local cells identified by Cell parameters and must match
the configuration on RNC:
To set the VSWR alarm and the post-processing threshold we can use the following commands:
The command DSP UCELL on RNC can be used to check the Cell setup status