You are on page 1of 2

!

FAJ121435 Inter Frequency Load Sharing


! Check if Inter Frequency Load Sharing Enabled
get .loadSharingRrcEnabled

! Check Load Sharing Target Utran Relationship


get .loadSharingCandidate

! Check definition of neighbor cells


hget .frequencyRelationType|loadSharingCandidate

! Check excluded resource (power) for load sharing. Should be 0


get .loadSharingMargin

! FAJ1211467 HSDPA Inter-frequency Load Sharing


! Check if HSDPA Inter-frequency Load Sharing is enabled
getHspaLoadSharing

! Check if loadsharing is done at RAB establishment and or channel upswitch. Should be: 2
(RAB_EST_AND_UPSWITCH_ATT)
get .iflsMode

! Check the point at which HS Load Sharing is to start. Should be 50


get .hsIflsThreshUsers  

! Check the margin for Remaining Resources using formula Resources = hsdpaUsersAdm -
no_of_HS_users - (hsIflsMarginUsers * hsdpaUsersAdm)
get .hsIflsMarginUsers 

! Check the Hysterisis defined by Resoures in candidate cell > (1 + iflsHyst) * Resoures in source cell. Set
at 20
get .iflsHyst

! Check Path Loss Threshold for switches from SRB to HS. Should be 170 to remove condition
get. pathlossThreshold

! Check parameters together


hgetUtrancellhsIflsThreshUsers|hsIflsMarginUsers|pathlossThreshold

! Check Coverage Relation Definition


hgetCoverageRelation  utranCellRef|coverageIndicator|hsPathlossThreshold|relationCapability

! Check HO Preference when cell enters Compressed Mode


get . ^hoType

! FAJ1211468 Non-HSDPA Inter-frequency Load Sharing


! Check if Non-HSDPA Inter-frequency Loadsharing is enabled
getDchLoadSharing

! Check Power and Code Threshold to begin DCH Load Sharing. should be 50
hget .dchIflsThreshPower|dchIflsThreshCode

! Check the margin for Remaining Resources


hget .dchIflsMarginPower|dchIflsMarginCode

! FAJ1211106 IF/IRAT mobility on HSPA


! Check if IF/IRAT Mobility on HSPA is Enabled
getIfIratMobilityHsdpaEul

!General
!Check on Second Carrier Utran Relations
get .UtranrelationId U-  / get . UtranrelationId V- / get .UtranrelationId W-

!Check on Second Carrier GSM Relations


get .GsmRelationId U- / get .GsmRelationId V- / get .GsmRelationId W-

! Check Directed Retry Target


getUtrancelldirectedretrytarget

!Check UARFCN definition in RNC


hgetUtrancelluarfcn

! Status of Carriers in Node B


st Carrier
st Sector

! Check Frequency definition in RBS


get .fqband

! GSM Network Definitions

! Check MSC SAI Definitions


MGAAP:AREA=ALL;

! Check Utran External Cell Definitions in BSC


RLDEP:CELL = ALL, EXT, UTRAN;

You might also like