You are on page 1of 12

SRC Integration

Initial Requirement
IP Plan

Detailed LLD for SRC

Putty Software

SRC Software
OMU Commissioning
Two OMUs are configured in SRC.
The default IP are 192.168.6.50 (slot 10) and
192.168.6.60 (slot 12).
With the help of putty you can login in OMU .
The script for commissioning OMU is
/etc/rc.d/omud stop
cd /mbsc/bam/version_a/bin/bam
./omutool dispipinfo
./omutool extercard 10.237.52.4 255.255.255.248
./omutool extervip 10.237.52.6 255.255.255.248
./omutool gateway 10.237.52.1
./omutool dualmode dual
./omutool hostname SRC215_OMU_Left
/etc/rc.d/omud start
Software Uploading
The next step after OMU commissioning is Software
upgrading.
A tool is required for uploading the software and then
upgrading.

Once the software is upgraded then we can login through


LMT and start commissioning.
After loging into LMT we have to configure the basic
parameters so that we can generate ESN for license.
Once we have the license we can upload it and activate it
accordingly.
LLD for SRC
SRC Integration
In the first step we have to add subrack according to
LLD and configure cards.
Do the DIP switches setting in order to make the
subrack up.
Make the SAU ports open for communication.
Types of Baords in SRC
Interface boards ( EXAUa)
Processing boards (EGUPa)
General communication board (SCUb)
Maintenance boards (OMU)
Clock Boards (GOUc)
SRC Boards
Evolved General Processing Unit
Manages user plane and signaling plane resource pools.
EGPUa Processes BSC and RNC signaling plane and user plane services.
Evolved Operation and Maintenance Unit
Performs configuration management, performance management, fault
EOMUa management, security management, and loading management.
Evolved 10GE Optical interface Unit
Provides two channels over 10 Gbit/s optical ports.
EXOUa Supports IP over GE.
Evolved Network Intelligence Unit
ENIUa Provides intelligent service identification.
GE Switching network and Control Unit
Provides MAC/GE switching and enables the convergence of ATM and
SCUb IP networks.
POUc TDM or IP IP over STM-1: Abis
Obtains the system clock source, performs the functions of phase-lock
GCUa General Clock and holdover, and provides clock signals.
Interfaces
We have multiple interfaces as per subrack and technology.
The 3G interfaces are
IUCS (responsible for 3G voice traffic)
IUPS (responsible for 3G data traffic)
IUR (responsible for handover of traffic between different
SRC)
IUB (responsible for TXN from NodeB to SRC)
2G interfaces are:
Abis (responsible for TXN from BTS to SRC)
Gb (responsible for 2G data traffic)
A (responsible for 2G voice traffic)
Common interface are
Lb and IUPC
CLK and EMS
We need to configure ports for clock with this
script:
ADD CLKSRC:SRCGRD=1, SRCT=BITS2-2MBPS;
SET CLKMODE:MODE=AUTO;
SET TZ:ZONET=GMT+0400, DST=NO;

//EMS
ADD EMSIP: EMSIP="10.238.200.165", MASK="255.255.255.224", OMUIP="10.237.161.6",
OMUMASK="255.255.255.248";

ADD OMUIPRT: RTDEST="10.238.200.0", RTDESTMASK="255.255.255.0",


NEXTHOP="10.237.161.1";
ADD SNTPSRVINFO:IP="10.238.200.165", PT=123, AUTHMODE=PLAIN;
Script for Interface
ETHTRK
DEVIP
SRCIPRT
VLANID
SCTPLNK
IPPOOL
IPPOOLIP
ADJNODE
ADJMAP
UCNNODE
Sample scripts

You might also like