How To Resolve IRAT KPI Issue in Huawei
How To Resolve IRAT KPI Issue in Huawei
How To Resolve IRAT KPI Issue in Huawei
Hi
To optimize IRAT HHO KPI, basic there are 2 ways, one is the basic 2G cell information and
neighbor definition optimization, and the other is parameter optimization. In the following, I
will introduce this 2 ways detailed.
If from the above 2G KPI, the 2G PS already congested, the 2G side need do the
optimization or expansion, during this time, we can temporarily close this 2G cell’s PS IRAT
HHO function as below command to avoid the 3G handover to this 2G cell.
MOD UEXT2GCELL: GSMCellIndex=0, RatCellType=GSM;
After this 2G cell’s PS is normal, we can use below command to enable the PS IRAT HHO
function.
MOD UEXT2GCELL: GSMCellIndex=0, RatCellType=EDGE;
e. Do the DT around the issue site, check whether there are overshooting, coverage gap,
swap, not proper tilt or azimuth, building block, antenna installation problem, neighbor
missing or not and etc
3. After the basic information optimization, if the IRAT issue still there, we need do some
parameter optimization.
For improving more the IRAT KPI, from RNC side, there are 2 parameter also can be
changed.
RelocIuRelCmdTmr: A timer to RNC wait for the Iu release command message in relocation
procedure. Protocol default value is 45s. Can be changed to 60s.
T309: T309 is started after the UE is reselected to a cell belonging to another radio access
system in connected mode, or the CELL CHANGE ORDER FROM UTRAN message is received.
It is stopped after the UE is successfully connected in the new cell. The UE will continue the
connection to UTRAN upon expiry. Protocol default value is 5s. Can be changed to 8s.
So we can modify this 2 parameter as below:
SET USTATETIMER: RelocIuRelCmdTmr=60000;
SET UCONNMODETIMER: T309=8;
***I hope this information may be useful in handling such issue in your projects.