01-01 Introduction To RNC Initial Configuration
01-01 Introduction To RNC Initial Configuration
Issue 01 (2007-05-15)
1-1
During the execution and modification of the script, a data file is generated and then is loaded to the RNC before the data takes effect. For details, refer to Loading RNC Software and Data Files.
Issue 01 (2007-05-15)
1-3
//Set the clock source of the board. SET CLK:SRT=RSS, SN=14, BT=AEU, REF2MCLKSRC=31, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF, BACK8KCLKSW1=OFF, BACK8KCLKSW2=OFF; SET CLK:SRT=RSS, SN=16, BT=AOU, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF, BACK8KCLKSW1=ON, BACK8KCLKSW2=OFF; SET CLK:SRT=RSS, SN=18, BT=UOI, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF, BACK8KCLKSW1=OFF, BACK8KCLKSW2=OFF; SET CLK:SRT=RSS, SN=19, BT=UOI, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF, BACK8KCLKSW1=OFF, BACK8KCLKSW2=OFF; SET CLK:SRT=RSS, SN=22, BT=PEU, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF, BACK8KCLKSW1=OFF, BACK8KCLKSW2=OFF; SET CLK: SRT=RBS, SRN=1, SN=14, BT=AEU, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF; SET CLK: SRT=RBS, SRN=1, SN=16, BT=UOI, REF2MCLKSRC=0, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF; SET CLK: SRT=RBS, SRN=1, SN=20, BT=UOI, REF2MCLKSRC=1, REF2MCLKSW1=OFF, REF2MCLKSW2=OFF; //Configure a NodeB clock source. SET SNTPSRVPARA: SP=60, SW=off;
1-4
Issue 01 (2007-05-15)
Issue 01 (2007-05-15)
1-5
//Add the Iub port data. //Add an NCP. ADD NCP: NODEBNAME="NODEB1", CARRYLNKT=SAAL, SAALLNKN=10; //Add the CCP 0 and CCP 1. ADD CCP: NODEBNAME="NODEB1", PN=0, CARRYLNKT=SAAL, SAALLNKN=11; ADD CCP: NODEBNAME="NODEB1", PN=1, CARRYLNKT=SAAL, SAALLNKN=12; //Add Iub user plane data. //Add a port controller. ADD PORTCTRLER: SRN=1, SN=14, PT=IMA, CARRYIMAGRPN=0, CTRLSN=2, CTRLSSN=0; //Add a transmission adjacent node on the Iub interface, that is, NodeB1. The adjacent node ID is 0. //The interface type is Iub. ADD ADJNODE: ANI=0, NAME="NODEB1", NODET=IUB, NODEBID=1, TRANST=ATM, IsROOTNODE=YES, SRN=1, SN=2, SSN=0, SAALLNKN=13, TMI=0, FTI=0; //Add an AAL2 path to NodeB1. The AAL2 path ID is 1. ADD AAL2PATH: ANI=0, PATHID=1, PT=RT, CARRYF=1, CARRYT=IMA, CARRYSN=14, CARRYIMAGRPN=0, CARRYVPI=10, CARRYVCI=37, TXTRFX=101, RXTRFX=101, OWNERSHIP=LOCAL; //Add an AAL2 route that reaches NodeB1. ADD AAL2RT: NSAP="H'3901010101010101010101010101011101011111", ANI=1, RTX=0, OWNERSHIP=YES; //Add the Iub management plane data. //Add the IP address of the boards. The local IP address is 18.18.18.18. The subnet mask is 255.255.255.0. ADD DEVIP: SRN=1, SN=14, IPADDR="18.18.18.18", MASK="255.255.255.0"; //Add an IPoA PVC. The local IP address is 18.18.18.18. The peer IP address is 18.18.18.200. //The IPoA PVC is carried over the IMA group 0. ADD IPOAPVC: IPADDR="18.18.18.18", PEERIPADDR="18.18.18.200", CARRYT=IMA, CARRYIMAGRPN=0, CARRYVPI=10, CARRYVCI=37, TXTRFX=101, RXTRFX=101, PEERT=NODEB; //Add the OM IP address of the NodeB. The NodeB OM IP address is 10.12.12.13. The gateway address on //the RNC side, or the peer IP address of IPoA PVC is 18.18.18.200. ADD NODEBIP: NODEBID=1, NBOAMIP="10.12.12.13", NBOAMMASK="255.255.255.0", GATEWAYIP="18.18.18.200"; //Add the IP attribute of the NE management system. The IP address of the NE management system is 129.168.150.111. The network segment mask is 255.255.255.0. ADD EMSIP: EMSIP="129.168.150.111", MASK="255.255.255.0";
1-6
Issue 01 (2007-05-15)
J1TXT=16byte, J1TXVALUE="SBS HuaWei 155", J1RXT=16byte, J1RXVALUE="SBS HuaWei 155"; //Add ATM traffic resources. //Add two ATM traffic records. One is for the control plane. The index is 102. The service type is //CBR. The peak cell rate is 1000 cell/s. The other one is for the user plane. The index is 103. //The service type is CBR. The peak cell rate is 1500 cell/s. ADD ATMTRF: TRFX=102, ST=CBR, TRFD=NOCLPNOSCR, UT=CELL/S, PCR=1000; ADD ATMTRF: TRFX=103, ST=CBR, TRFD=NOCLPNOSCR, UT=CELL/S, PCR=1500; //Add the transmission resource mapping data. Add the mapping table with the TRMMAP ID as 1. ADD TRMMAP: TMI=1, ITFT=IUB_IUR_IUCS, TRANST=ATM; //Add a factor table. The factor table index is 1. The table name is Iu-CS. ADD FACTORTABLE: FTI=1, NAME="IUCS"; //Add the Iu-CS control plane data. //Add SAAL links. ADD SAALLNK: SRN=1, SN=2, SSN=1, SAALLNKN=4, CARRYT=NCOPT, CARRYSN=16, CARRYNCOPTN=0, CARRYVPI=11, CARRYVCI=35, TXTRFX=102, RXTRFX=102, SAALLNKT=NNI; ADD SAALLNK: SRN=1, SN=2, SSN=1, SAALLNKN=5, CARRYT=NCOPT, CARRYSN=16, CARRYNCOPTN=0, CARRYVPI=22, CARRYVCI=35, TXTRFX=102, RXTRFX=102, SAALLNKT=NNI; //Add RNC DSPs. //The index of DSP on the Iu-CS control plane is 0. The signaling route mask is B0111, indicating there are at most eight routes for load sharing. ADD N7DPC: DPX=0, DPC=H'000B50, SLSMASK=B0111, NEIGHBOR=YES, NAME="TO-UMGW", DPCT=IUCS_ALCAP, STP=ON, PROT=ITUT, BEARTYPE=MTP3B; //The index of DSP on the Iu-CS control plane is 3. The signaling route mask is B0111, indicating there are at most eight routes for load sharing. ADD N7DPC: DPX=3, DPC=H'000A85, SLSMASK=B0111, NEIGHBOR=NO, NAME="TO-MSOFT3000", DPCT=IUCS_RANAP, STP=OFF, PROT=ITUT, BEARTYPE=MTP3B; //Add the MTP3-B data. Add the signaling linkset connecting the MGW. The linkset index is 0. The //signaling link mask is B1000, indicating there are at most two links for load sharing. The link set //has two routes connecting to the MGW and MSC SERVER respectively. ADD MTP3BLKS: SIGLKSX=0, DPX=0, LNKSLSMASK=B1000, NAME="TO-UMGW"; ADD MTP3BRT: DPX=0, SIGLKSX=0, NAME="TO-UMGW"; ADD MTP3BRT: DPX=3, SIGLKSX=0, NAME="TO-MSOFT3000"; ADD MTP3BLNK: SIGLKSX=0, SIGSLC=0, SRN=1, SN=2, SSN=1, SAALLNKN=4, NAME="TOUMGW"; ADD MTP3BLNK: SIGLKSX=0, SIGSLC=1, SRN=1, SN=2, SSN=1, SAALLNKN=5, NAME="TOMSOFT3000"; //Add the adjacent node of the Iu-CS. ADD ADJNODE: ANI=1, NAME="IUCS", NODET=IUCS, DPX=0, TRANST=ATM, IsROOTNODE=YES, QAAL2VER=CS1, TMI=1, FTI=1; //Add the CN domain and CN node. ADD CNDOMAIN: CNDomainId=CS_DOMAIN; ADD CNNODE: CnOpIndex=0, CNId=0, CNDomainId=CS_DOMAIN, Dpx=3, CNProtclVer=R5, SupportCRType=CR529_SUPPORT, OffLoadStatus=NORMAL, AvailCap=1000, TnlBearerType=ATM_TRANS;
Issue 01 (2007-05-15)
1-7
//Set the Iu-Flex information. The CN domain does not support the Iu-Flex. SET IUFLEX: CnOpIndex=0,CsIuFlexFlag=OFF, PsIuFlexFlag=OFF; //Add the Iu-CS user plane data. //Add the SPU subsystem managing transmission resources to the Iu-CS port. ADD PORTCTRLER: SRN=1, SN=16, PT=NCOPT, CARRYNCOPTN=0, CTRLSN=2, CTRLSSN=1; //Add the AAL2 path and AAL2 route to the Iu-CS. ADD AAL2PATH: ANI=1, PATHID=1, PT=RT, CARRYF=1, CARRYT=NCOPT, CARRYSN=16, CARRYNCOPTN=0, CARRYVPI=33, CARRYVCI=55, TXTRFX=103, RXTRFX=103; ADD AAL2RT: NSAP="H'4506060606060606060606060606060606060606", ANI=1, RTX=1;
1-8
Issue 01 (2007-05-15)
//Add an M3UA route. ADD M3RT: DENO=10, SIGLKSX=0, NAME="IU-PS-IP-SGSN"; //Add the M3UA signaling link. ADD M3LNK: SIGLNKID=1, SIGLKSX=0, SRN=1, SN=2, SSN=0, SCTPLNKN=1, NAME="IU-PS-IP"; //Add an adjacent node. ADD ADJNODE: ANI=3, NAME="IU-PS IP", NODET=IUPS, DPX=4, TMI=3; //Add the CN domain information and node data. ADD CNDOMAIN: CNDomainId=PS_DOMAIN; ADD CNNODE: CnOpIndex=0, CNId=1, CNDomainId=PS_DOMAIN, Dpx=4, CNProtclVer=R5, SupportCRType=CR529_SUPPORT, OffLoadStatus=NORMAL, AvailCap=1000, TnlBearerType=IP_TRANS; //Set the Iu-Flex information. The CN domain does not support the Iu-Flex. SET IUFLEX: CnOpIndex=0,CsIuFlexFlag=OFF, PsIuFlexFlag=OFF; //Add the Iu-PS user plane data. //Add the SPU subsystem managing the transmission resources to the Iu-PS. ADD PORTCTRLER: SRN=1, SN=18, PT=ETHER, CARRYEN=0, CTRLSN=2, CTRLSSN=0; //Add an IP path. ADD IPPATH: ANI=3, PATHID=1, PATHT=RT, IPADDR="10.161.204.201", PEERIPADDR="10.161.193.201", PEERMASK="255.255.255.0", TXBW=10000, RXBW=10000, VLANFlAG=DISABLE, PATHCHK=ENABLED, ECHOIP="10.161.193.202"; //Add an IP route. ADD IPRT: SRN=1, SN=18, DESTIP="10.161.193.0", MASK="255.255.255.0", NEXTHOP="10.161.204.1";
Issue 01 (2007-05-15)
1-9
//Add an IPoA PVC. ADD IPOAPVC: IPADDR="172.22.21.50", PEERIPADDR="172.22.21.254", CARRYT=NCOPT, CARRYPN=0, CARRYVPI=14, CARRYVCI=126, TXTRFX=104, RXTRFX=104,PEERT=OTHER; //Add an IP route. ADD IPRT: SRN=1, SN=20, DESTIP="172.22.5.0", MASK="255.255.255.0", NEXTHOP="172.22.21.254"; //Add SABP data. ADD CBSADDR: SRN=1, SN=2, SSN=0,CnOpIndex=0,RNCIPADDR="172.22.21.50", CBCIPADDR="172.22.5.0", CBCMASK="255.255.0.0";
1-10
Issue 01 (2007-05-15)
ADD ADJNODE: ANI=5, NAME="TO-RNC-2", NODET=IUR, DPX=5, TRANST=IP, TMI=5, FTI=5; //Add the Iur user plane data. //Add the SPU subsystem managing the transmission resources to the Iur. ADD PORTCTRLER: SRN=1, SN=22, PT=ETHER, CARRYEN=1, CTRLSN=2, CTRLSSN=0; //Add an IP path and an IP route. ADD IPPATH: ANI=5, PATHID=1, PATHT=RT, IPADDR="22.22.22.21", PEERIPADDR="22.22.22.22", PEERMASK="255.255.255.0", TXBW=1000, RXBW=1000; ADD IPRT: SRN=1, SN=22, DESTIP="16.16.16.16", MASK="255.255.255.0", NEXTHOP="22.22.22.21";
The parameters in a box marked in solid or dotted lines belong to the command above the box. For example, parameter 3 belongs to command 2. Boxes 1 and 2 list only the parameters related to both commands. The command above box 2 in solid lines is executed to perform the current task, and the command above box 1 in dotted lines is executed to perform a related task. The parameters at both ends of the solid arrow are the same. This parameter is configured through the command at the arrowhead and invoked through the command at the arrow tail. For example, parameter 2 is configured through command 1 and invoked through command 2. The parameters at both ends of the dotted arrow are different. The one at the arrowhead must be predefined, and the one at the arrow tail must be consistent with it. For example, parameter 3 must be consistent with parameter 1. The parameter marked with *, such as parameter 3, is a conditional parameter. It is configured only in some conditions.
NOTE
l l
The parameter relationship between the commands to add, modify, and remove a configured object is obvious. This guide does not describe such relationships.
1-12
Issue 01 (2007-05-15)