You are on page 1of 3

RNC Alarms

Contents
[hide]

 1 Alarms, Causes & Fixes


o 1.1 Alarms
 1.1.1 NodeSynch_Phasedrift_Threshold_Exceeded
IubLink=Iub_U4CW1133A_T1,NodeSynch=1 (threshold_crossed)
 1.1.2 UtranCell_ExternalResourceUnavailable
 1.1.3 UtranCell_RrcEarlyReject UtranCell=PBQ04294A11
(threshold_crossed
 1.1.4 EUL channels are disabled

Alarms, Causes & Fixes


Alarms
NodeSynch_Phasedrift_Threshold_Exceeded
IubLink=Iub_U4CW1133A_T1,NodeSynch=1 (threshold_crossed)

 LOCK/UNLOCK the site

UtranCell_ExternalResourceUnavailable

 Check NodeB for alarms. If no alarm present, Reset the Node


o The is caused because the RBS is hanging, which can cause the NBAP Audit
procedure to fail

UtranCell_RrcEarlyReject UtranCell=PBQ04294A11 (threshold_crossed

 Log into the NodeB and check the plugin units

st plugin
130206-12:22:42 11.162.97.36 9.0a RBS_NODE_MODEL_S_1_110 stopfile=/tmp/7912
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
486 1 (UNLOCKED) 0 (DISABLED) Equipment=1,SectorAntenna=1-1,AuxPlugInUnit=RRUW-1
365 1 (UNLOCKED) 1 (ENABLED) Equipment=1,SectorAntenna=2-1,AuxPlugInUnit=RRUW-1
229 1 (UNLOCKED) 1 (ENABLED) Equipment=1,SectorAntenna=3-1,AuxPlugInUnit=RRUW-1
90 1 (UNLOCKED) 1 (ENABLED) Equipment=1,Subrack=1,Slot=1,PlugInUnit=1
===================================================================================
Total: 4 MOs

 The (DISABLED) plugin unit is the issue here. Since this is HW issue it will require a
FOPs site visit. Furthermore check the alarms on the site:

altk
130206-12:22:45 11.162.97.36 9.0a RBS_NODE_MODEL_S_1_110 stopfile=/tmp/7912
UNACKNOWLEDGED ALARMS: 1
======================================================================================
==============================
Date & Time (Local) S Specific Problem MO (Cause/AdditionalInfo)
======================================================================================
==============================
2013-02-06 11:06:42 M DigitalCable_CableFailure DigitalCable=1_1_RI_A (DN2:
SubNetwork=ONRM_ROOT_MO_R,SubNetwork=NYRNC102,MeContext=UBQ04294A2,ManagedElement=1,Eq
uipment=1,Subrack=1,Slot=1,PlugInUnit=1,PiuDevice=1,DeviceGroup=DUI DN3:
SubNetwork=ONRM_ROOT_MO_R,SubNetwork=NYRNC102,MeContext=UBQ04294A2,ManagedElement=1,Eq
uipment=1,SectorAntenna=1-1,AuxPlugInUnit=RRUW-1,RruDeviceGroup=1)

ACKNOWLEDGED ALARMS: 0
======================================================================================
==============================
Date & Time (Local) S Specific Problem MO (Cause/AdditionalInfo)
Operator
======================================================================================
==============================
>>> Total: 1 Alarms (0 Critical, 1 Major)

EUL channels are disabled

 On the RNC the channels will be disabled:

13274 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=PBX03764B31,Hsdsch=1


13275 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=PBX03764B31,Hsdsch=1,Eul=1

 This is SI work! To fix login to the RBS and check the TX devices, hsCodeResources
and steeredAllocation:

get txdev resour


130207-10:45:01 11.158.92.100 9.0g RBS_NODE_MODEL_S_1_140 stopfile=/tmp/15318
======================================================================================
===========================
MO Attribute Value
======================================================================================
===========================
Subrack=1,Slot=1,PlugInUnit=1,PiuDevice=2,TxDeviceGroup=1 numEulResources 1
Subrack=1,Slot=1,PlugInUnit=1,PiuDevice=2,TxDeviceGroup=1 numHsCodeResources 2
======================================================================================
===========================
Total: 1 MOs
get RbsLocalCell hsCodeResourceId
130207-10:45:03 11.158.92.100 9.0g RBS_NODE_MODEL_S_1_140 stopfile=/tmp/15318
======================================================================================
===========================
MO Attribute Value
======================================================================================
===========================
RbsLocalCell=S1C1 hsCodeResourceId 0
RbsLocalCell=S2C1 hsCodeResourceId 0
RbsLocalCell=S3C1 hsCodeResourceId 0
======================================================================================
===========================
Total: 3 MOs
get . steered
130207-10:47:49 11.158.92.100 9.0g RBS_NODE_MODEL_S_1_140 stopfile=/tmp/15318
======================================================================================
===========================
MO Attribute Value
======================================================================================
===========================
NodeBFunction=1 steeredHsAllocation false
======================================================================================
===========================
Total: 1 MOs

 Steered Allocation must be set to true

set . steeredHsAllocation true

 The hsCodeResourceId must be turned on, the hsCodeResourceId cannot exceed the
numHsCodeResources value, in this example that value is '2'. All carriers in the same
Sector must be the same value. The most common setup is below:

Subrack=1,Slot=1,PlugInUnit=1,PiuDevice=2,TxDeviceGroup=1 numEulResources 1
Subrack=1,Slot=1,PlugInUnit=1,PiuDevice=2,TxDeviceGroup=1 numHsCodeResources 2
1 Carrier example:
======================================================================================
===========================
RbsLocalCell=S1C1 hsCodeResourceId 1
RbsLocalCell=S2C1 hsCodeResourceId 1
RbsLocalCell=S3C1 hsCodeResourceId 2
2 Carrier example:
======================================================================================
===========================
RbsLocalCell=S1C1 hsCodeResourceId 1
RbsLocalCell=S1C2 hsCodeResourceId 1
RbsLocalCell=S2C1 hsCodeResourceId 1
RbsLocalCell=S2C2 hsCodeResourceId 1
RbsLocalCell=S3C1 hsCodeResourceId 2
RbsLocalCell=S3C2 hsCodeResourceId 2

 To set the hsCodeResourceId:

set RbsLocalCell=S1 hsCodeResourceId

You might also like