SlideShare a Scribd company logo
How to resolve IRAT KPI issue in Huawei-WCDMA Network
IRAT KPIinWCDMA networkisveryseriousproblem.
we can do some parameteroptimization&remove discrepancytoimprove IRATKPI,here i wanttoshare few suchtechniquesto
Improve IRATKPI.
To optimize IRATHHOKPI,basic there are 2 ways,one isthe basic 2G cell informationandneighbordefinitionoptimization,and
the otheris parameteroptimization.Inthe following,Iwill introduce this2waysdetailed.
1. Basic information optimization.
a. In RNCCFGMML, the external 2GCell informationoptimization.
In the live 2G network,periodicisisoptimized,maybe the 2GBCCH&BASIC&LACetc.will changed,andnotshare with3G
correlative guy.Sothisworkshouldbe done periodic.The 2Gcell informationformatrequirementshare with3Gas below:
these all failure packinthiscounterVS.IRAT.HOfailoutCS.cfgunsupp.
b. 2G GPRS&EDGE KPIcheck
As youknow,if 3G UE wantto handoverto2G, firstlythe core networkwill helpgetthe 2G resource forthis3G UE, if thistime,
the 2G cell alreadycongested,sothe 3G UE will notable tohandovertothis2G. From 3G counter,
we can get the failure counterasbelow:IRATHO.FailOutPSUTRAN.PhyChFail/IRATHO.FailOutPSUTRAN.Other.Thiscountermeans
the 2G signal istoo lowor the 2G networkisnot available.Soatthistime,we needcheckthe 2G GPRS&EDGE KPI toconfirmed,
the 2G counterrequirementasbelow
If from the above 2G KPI,the 2G PS alreadycongested,the 2Gside needdothe optimizationorexpansion,duringthistime,we
can temporarilyclose this2Gcell’sPSIRAT HHO functionasbelow commandtoavoidthe 3G handovertothis2G cell.
MOD UEXT2GCELL: GSMCellIndex=0,RatCellType=GSM;
Afterthis2G cell’sPSisnormal,we can use belowcommand toenable the PSIRATHHO function.
MOD UEXT2GCELL: GSMCellIndex=0,RatCellType=EDGE;
c. 2G Neighbordefinitionoptimization.
Neighboroptimizationisaperiodicwork,in3G side,we needevery2weekstocheckthe neighbordefinitioniscorrectorno t, the
neighborisdefinedornot.Andisthere any 2G neighbormissingornot.
2. 3G TOPN worst cells optimization
To improve the IRATHHO, we alsoneedconsiderthe 3G networkproblem, atthe conditionof the good3G situation,the
improvementof IRATHHO ispossible.Whenwe foundoutthe cellsfacingCS&PSissue,we needfollow the belowsetpto
analyze.
a. Alarmis there or not.
b. Get the CS&PS dropreasoncounterfrom M2000, fromthe counterwe can know whatis the reason.Base on thatwe can do
furtheranalyze.The counterisas belowshown.
Cell CSInterRATHO Out Failure Analysis-
IRATHO.failrelocprepOutCS--check2Gcapacity
IRATHO.failoutCS.cfgunsupp--check2Gconfiguration(LAC,RAC,NCC,BCC,BCCH)
IRATHO.failOutCS.phychfail---checkcongestionalarm&coverage issue in2G that time we chekc 2G GPRS/Edge KPI.
Cell PSInterRATHO Failure Analysis
c. Checkthe NodeBpacketlose rate.
d. Checkthe site RTWPis normal or not
e. Do the DT aroundthe issue site,checkwhetherthere are overshooting,coverage gap,swap,notpropertiltorazimuth,
buildingblock,antennainstallationproblem, neighbormissingornotand etc
3. After the basic information optimization, if the IRAT issue still there, we need do some parameter optimization.
a. 3G IRAT HHO Switchaudit.
In 3G RNCside,we have 3 IRAT HHO switchto control thisfunction,sowe needmake sure thisparameterissetcorrectly.As
below:
SET UCORRMALGOSWITCH: HoSwitch=HO_INTER_RAT_CS_OUT_SWITCH-1&HO_INTER_RAT_PS_OUT_SWITCH-1;
SET UHOCOMM: CoexistMeasThdChoice=COEXIST_MEAS_THD_CHOICE_INTERRAT;
SET UINTERRATHOCOV:
InterRATCSThd2DEcN0=-13,InterRATCSThd2FEcN0=-11,InterRATR99PsThd2DEcN0=-13,InterRATHThd2DEcN0=-13,
InterRATR99PsThd2FEcN0=-11,InterRATHThd2FEcN0=-11,InterRATCSThd2DRSCP=-102,InterRATCSThd2FRSCP=-99,
InterRATR99PsThd2DRSCP=-107,InterRATHThd2DRSCP=-107,InterRATR99PsThd2FRSCP=-104,InterRATHThd2FRSCP=-104;
b. If the above “a” isno issue,sowe can dothe furtherparameteroptimization.
As default,in3Gside,we considerwhenthe 2G signal ismore than -95dbm, and the 3G signal meetthe IRATHHO condition,the
IRAT HHO will happen,asyouknow,whenthe 3G signal isbad,2G will alsonotverygood,and -95dbm for2G is nota good signal,
so we can increase the 2G signal threshold andInter-RATHOPhysical Channel Failure PenaltyTimertomake sure when3G wanto
to handoverto2G, the 2G signal isgood.As blowcommand:
MOD UCELLINTERRATHOCOV:
CellId=0,TargetRatCsThd=26,TargetRatR99PsThd=26, TargetRatHThd=26, PenaltyTimeForPhyChFail=60;
As experience,thiscommandwillincreasePSIRATHHO KPIaround 0.7%.
For improvingmore the IRATKPI,fromRNCside,there are 2 parameteralsocan be changed.
RelocIuRelCmdTmr:A timertoRNCwaitfor the Iu release commandmessage inrelocationprocedure.Protocoldefaultvalueis
45s. Can be changedto 60s.
T309: T309 is startedafterthe UE is re selectedtoa cell belongingtoanotherradioaccesssysteminconnectedmode,orthe CELL
CHANGE ORDER FROMUTRAN message isreceived.Itisstoppedafterthe UE is successfullyconnectedinthe newcell.The UE
will continue the connectiontoUTRAN uponexpiry.Protocol defaultvalueis5s.Can be changedto 8s.
So we can modifythis2 parameteras below:
SET USTATETIMER: RelocIuRelCmdTmr=60000;
SET UCONNMODETIMER: T309=8;

More Related Content

What's hot

Huawei parameter strategy v1.4 1st dec
Huawei parameter strategy v1.4  1st decHuawei parameter strategy v1.4  1st dec
Huawei parameter strategy v1.4 1st dec
Ketut Widya
 
2G optimization_with_optima
2G optimization_with_optima2G optimization_with_optima
2G optimization_with_optima
ZIZI Yahia
 
Umts Kpi
Umts KpiUmts Kpi
Umts Kpi
Kishore Kandi
 
63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization
Ranto Narivo Solofo RAFARALAHY
 
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
Jean de la Sagesse
 
Kpi 2g troubleshootin
Kpi 2g troubleshootinKpi 2g troubleshootin
Kpi 2g troubleshootin
Abd Yehia
 
LTE optimization
LTE optimizationLTE optimization
Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01
ZIZI Yahia
 
Huawei case analysis call drop
Huawei case analysis call dropHuawei case analysis call drop
Huawei case analysis call drop
Muffat Itoro
 
Ericsson important optimization parameters
Ericsson important optimization parametersEricsson important optimization parameters
Ericsson important optimization parameters
Pagla Knight
 
1-NSA Basical Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
1-NSA Basical  Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...1-NSA Basical  Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
1-NSA Basical Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
EMERSON EDUARDO RODRIGUES
 
Part 3 optimization 3G
Part 3 optimization 3GPart 3 optimization 3G
Part 3 optimization 3G
Henry Chikwendu
 
Lte irat-troubleshooting-guide
Lte irat-troubleshooting-guideLte irat-troubleshooting-guide
Lte irat-troubleshooting-guide
Denmark Wilson
 
3 g parameter ericsson
3 g parameter ericsson3 g parameter ericsson
3 g parameter ericsson
Mitul Shah
 
Lte protocols
Lte protocolsLte protocols
Lte protocols
ece_narender
 
Ericsson optimization opti
Ericsson optimization optiEricsson optimization opti
Ericsson optimization opti
Terra Sacrifice
 
LTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptxLTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptx
ssuser574918
 
Q & A for 3G Optimization
Q & A for 3G Optimization Q & A for 3G Optimization
Q & A for 3G Optimization
l3p15
 
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
Mohamed Abd El Razek Bakry
 
Lte optimization
Lte optimizationLte optimization
Lte optimization
tharinduwije
 

What's hot (20)

Huawei parameter strategy v1.4 1st dec
Huawei parameter strategy v1.4  1st decHuawei parameter strategy v1.4  1st dec
Huawei parameter strategy v1.4 1st dec
 
2G optimization_with_optima
2G optimization_with_optima2G optimization_with_optima
2G optimization_with_optima
 
Umts Kpi
Umts KpiUmts Kpi
Umts Kpi
 
63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization63077585 idle-mode-parameter-optimization
63077585 idle-mode-parameter-optimization
 
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
 
Kpi 2g troubleshootin
Kpi 2g troubleshootinKpi 2g troubleshootin
Kpi 2g troubleshootin
 
LTE optimization
LTE optimizationLTE optimization
LTE optimization
 
Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01
 
Huawei case analysis call drop
Huawei case analysis call dropHuawei case analysis call drop
Huawei case analysis call drop
 
Ericsson important optimization parameters
Ericsson important optimization parametersEricsson important optimization parameters
Ericsson important optimization parameters
 
1-NSA Basical Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
1-NSA Basical  Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...1-NSA Basical  Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
1-NSA Basical Precedure Introduction -trainning 5G RADIO FREQUENCY EMERSON E...
 
Part 3 optimization 3G
Part 3 optimization 3GPart 3 optimization 3G
Part 3 optimization 3G
 
Lte irat-troubleshooting-guide
Lte irat-troubleshooting-guideLte irat-troubleshooting-guide
Lte irat-troubleshooting-guide
 
3 g parameter ericsson
3 g parameter ericsson3 g parameter ericsson
3 g parameter ericsson
 
Lte protocols
Lte protocolsLte protocols
Lte protocols
 
Ericsson optimization opti
Ericsson optimization optiEricsson optimization opti
Ericsson optimization opti
 
LTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptxLTE KPI Optimization - A to Z Abiola.pptx
LTE KPI Optimization - A to Z Abiola.pptx
 
Q & A for 3G Optimization
Q & A for 3G Optimization Q & A for 3G Optimization
Q & A for 3G Optimization
 
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
 
Lte optimization
Lte optimizationLte optimization
Lte optimization
 

Similar to How to resolve irat kpi issue in huawei

UserGuide-DKAGPS-1_um_1v0.pdf
UserGuide-DKAGPS-1_um_1v0.pdfUserGuide-DKAGPS-1_um_1v0.pdf
UserGuide-DKAGPS-1_um_1v0.pdf
Mucussete Abudo
 
2 g planning-optimization-part-5
2 g planning-optimization-part-52 g planning-optimization-part-5
2 g planning-optimization-part-5
Rizwan Javed
 
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdfKey Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
ssuser3be61c1
 
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset ErrorCounter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
IRJET Journal
 
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
RajeshKumarSubramani5
 
IRJET- PCB Test, Debug & Programming Made Easy with Universal Test Jig
IRJET-  	  PCB Test, Debug & Programming Made Easy with Universal Test JigIRJET-  	  PCB Test, Debug & Programming Made Easy with Universal Test Jig
IRJET- PCB Test, Debug & Programming Made Easy with Universal Test Jig
IRJET Journal
 
Bruno Decraene - Improving network availability through the graceful shutdown...
Bruno Decraene - Improving network availability through the graceful shutdown...Bruno Decraene - Improving network availability through the graceful shutdown...
Bruno Decraene - Improving network availability through the graceful shutdown...
PROIDEA
 
What is JTAG..pdf
What is JTAG..pdfWhat is JTAG..pdf
What is JTAG..pdf
SomtromWippoin
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
Lori Head
 
GSM GPRS sim900 a modem with aurdino compatible
GSM GPRS sim900 a modem with aurdino compatibleGSM GPRS sim900 a modem with aurdino compatible
GSM GPRS sim900 a modem with aurdino compatible
Raghav Shetty
 
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
Yi-Hsueh Tsai
 
Gprs Tutorial
Gprs TutorialGprs Tutorial
Gprs Tutorial
Deepak Sharma
 
The Tokamak Project
The Tokamak ProjectThe Tokamak Project
The Tokamak Project
Darrell Ferguson
 
Huawei gsm grfu introduction
Huawei gsm grfu introductionHuawei gsm grfu introduction
Huawei gsm grfu introduction
sad_RNP
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET Journal
 
Implementation of CAN on FPGA for Security Evaluation Purpose
Implementation of CAN on FPGA for Security Evaluation PurposeImplementation of CAN on FPGA for Security Evaluation Purpose
Implementation of CAN on FPGA for Security Evaluation Purpose
IRJET Journal
 
Network designing, maintenance & optimization
Network designing, maintenance & optimizationNetwork designing, maintenance & optimization
Network designing, maintenance & optimization
Gagan Randhawa
 
Obd2 diagnostics
Obd2 diagnosticsObd2 diagnostics
Obd2 diagnostics
gustavus diagnosis
 
Tk116 user mannual min gsp vehicle tracker
Tk116 user mannual min gsp vehicle trackerTk116 user mannual min gsp vehicle tracker
Tk116 user mannual min gsp vehicle tracker
Shenzhen Diwei Machinery Co., Ltd
 
Faq for sign shine industrial serial gprs gsm modem ip modem dtu
Faq for sign shine industrial serial gprs gsm modem ip modem dtuFaq for sign shine industrial serial gprs gsm modem ip modem dtu
Faq for sign shine industrial serial gprs gsm modem ip modem dtu
SignShine Andy
 

Similar to How to resolve irat kpi issue in huawei (20)

UserGuide-DKAGPS-1_um_1v0.pdf
UserGuide-DKAGPS-1_um_1v0.pdfUserGuide-DKAGPS-1_um_1v0.pdf
UserGuide-DKAGPS-1_um_1v0.pdf
 
2 g planning-optimization-part-5
2 g planning-optimization-part-52 g planning-optimization-part-5
2 g planning-optimization-part-5
 
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdfKey Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
Key Factors that affect 5G Throughput, Possible Causes and Ways to optimize.pdf
 
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset ErrorCounter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
Counter Matrix Code for SRAM Based FPGA to Correct Multi Bit Upset Error
 
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
566204064-SRAN13-1-15-0-NSA-Networking-Based-on-EPC-20180905.pptx
 
IRJET- PCB Test, Debug & Programming Made Easy with Universal Test Jig
IRJET-  	  PCB Test, Debug & Programming Made Easy with Universal Test JigIRJET-  	  PCB Test, Debug & Programming Made Easy with Universal Test Jig
IRJET- PCB Test, Debug & Programming Made Easy with Universal Test Jig
 
Bruno Decraene - Improving network availability through the graceful shutdown...
Bruno Decraene - Improving network availability through the graceful shutdown...Bruno Decraene - Improving network availability through the graceful shutdown...
Bruno Decraene - Improving network availability through the graceful shutdown...
 
What is JTAG..pdf
What is JTAG..pdfWhat is JTAG..pdf
What is JTAG..pdf
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
 
GSM GPRS sim900 a modem with aurdino compatible
GSM GPRS sim900 a modem with aurdino compatibleGSM GPRS sim900 a modem with aurdino compatible
GSM GPRS sim900 a modem with aurdino compatible
 
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
Report of the LTE breakout session (NB-IoT) by Mediatek Inc. (Session Chair)
 
Gprs Tutorial
Gprs TutorialGprs Tutorial
Gprs Tutorial
 
The Tokamak Project
The Tokamak ProjectThe Tokamak Project
The Tokamak Project
 
Huawei gsm grfu introduction
Huawei gsm grfu introductionHuawei gsm grfu introduction
Huawei gsm grfu introduction
 
IRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee CommunicationIRJET- Monitoring and Controlling Power using Zigbee Communication
IRJET- Monitoring and Controlling Power using Zigbee Communication
 
Implementation of CAN on FPGA for Security Evaluation Purpose
Implementation of CAN on FPGA for Security Evaluation PurposeImplementation of CAN on FPGA for Security Evaluation Purpose
Implementation of CAN on FPGA for Security Evaluation Purpose
 
Network designing, maintenance & optimization
Network designing, maintenance & optimizationNetwork designing, maintenance & optimization
Network designing, maintenance & optimization
 
Obd2 diagnostics
Obd2 diagnosticsObd2 diagnostics
Obd2 diagnostics
 
Tk116 user mannual min gsp vehicle tracker
Tk116 user mannual min gsp vehicle trackerTk116 user mannual min gsp vehicle tracker
Tk116 user mannual min gsp vehicle tracker
 
Faq for sign shine industrial serial gprs gsm modem ip modem dtu
Faq for sign shine industrial serial gprs gsm modem ip modem dtuFaq for sign shine industrial serial gprs gsm modem ip modem dtu
Faq for sign shine industrial serial gprs gsm modem ip modem dtu
 

Recently uploaded

Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
IJECEIAES
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
integral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdfintegral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdf
gaafergoudaay7aga
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 

Recently uploaded (20)

Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
integral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdfintegral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdf
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 

How to resolve irat kpi issue in huawei

  • 1. How to resolve IRAT KPI issue in Huawei-WCDMA Network IRAT KPIinWCDMA networkisveryseriousproblem. we can do some parameteroptimization&remove discrepancytoimprove IRATKPI,here i wanttoshare few suchtechniquesto Improve IRATKPI. To optimize IRATHHOKPI,basic there are 2 ways,one isthe basic 2G cell informationandneighbordefinitionoptimization,and the otheris parameteroptimization.Inthe following,Iwill introduce this2waysdetailed. 1. Basic information optimization. a. In RNCCFGMML, the external 2GCell informationoptimization. In the live 2G network,periodicisisoptimized,maybe the 2GBCCH&BASIC&LACetc.will changed,andnotshare with3G correlative guy.Sothisworkshouldbe done periodic.The 2Gcell informationformatrequirementshare with3Gas below: these all failure packinthiscounterVS.IRAT.HOfailoutCS.cfgunsupp. b. 2G GPRS&EDGE KPIcheck As youknow,if 3G UE wantto handoverto2G, firstlythe core networkwill helpgetthe 2G resource forthis3G UE, if thistime, the 2G cell alreadycongested,sothe 3G UE will notable tohandovertothis2G. From 3G counter, we can get the failure counterasbelow:IRATHO.FailOutPSUTRAN.PhyChFail/IRATHO.FailOutPSUTRAN.Other.Thiscountermeans the 2G signal istoo lowor the 2G networkisnot available.Soatthistime,we needcheckthe 2G GPRS&EDGE KPI toconfirmed, the 2G counterrequirementasbelow If from the above 2G KPI,the 2G PS alreadycongested,the 2Gside needdothe optimizationorexpansion,duringthistime,we can temporarilyclose this2Gcell’sPSIRAT HHO functionasbelow commandtoavoidthe 3G handovertothis2G cell. MOD UEXT2GCELL: GSMCellIndex=0,RatCellType=GSM; Afterthis2G cell’sPSisnormal,we can use belowcommand toenable the PSIRATHHO function. MOD UEXT2GCELL: GSMCellIndex=0,RatCellType=EDGE; c. 2G Neighbordefinitionoptimization. Neighboroptimizationisaperiodicwork,in3G side,we needevery2weekstocheckthe neighbordefinitioniscorrectorno t, the neighborisdefinedornot.Andisthere any 2G neighbormissingornot. 2. 3G TOPN worst cells optimization To improve the IRATHHO, we alsoneedconsiderthe 3G networkproblem, atthe conditionof the good3G situation,the improvementof IRATHHO ispossible.Whenwe foundoutthe cellsfacingCS&PSissue,we needfollow the belowsetpto analyze. a. Alarmis there or not. b. Get the CS&PS dropreasoncounterfrom M2000, fromthe counterwe can know whatis the reason.Base on thatwe can do furtheranalyze.The counterisas belowshown. Cell CSInterRATHO Out Failure Analysis- IRATHO.failrelocprepOutCS--check2Gcapacity IRATHO.failoutCS.cfgunsupp--check2Gconfiguration(LAC,RAC,NCC,BCC,BCCH) IRATHO.failOutCS.phychfail---checkcongestionalarm&coverage issue in2G that time we chekc 2G GPRS/Edge KPI. Cell PSInterRATHO Failure Analysis
  • 2. c. Checkthe NodeBpacketlose rate. d. Checkthe site RTWPis normal or not e. Do the DT aroundthe issue site,checkwhetherthere are overshooting,coverage gap,swap,notpropertiltorazimuth, buildingblock,antennainstallationproblem, neighbormissingornotand etc 3. After the basic information optimization, if the IRAT issue still there, we need do some parameter optimization. a. 3G IRAT HHO Switchaudit. In 3G RNCside,we have 3 IRAT HHO switchto control thisfunction,sowe needmake sure thisparameterissetcorrectly.As below: SET UCORRMALGOSWITCH: HoSwitch=HO_INTER_RAT_CS_OUT_SWITCH-1&HO_INTER_RAT_PS_OUT_SWITCH-1; SET UHOCOMM: CoexistMeasThdChoice=COEXIST_MEAS_THD_CHOICE_INTERRAT; SET UINTERRATHOCOV: InterRATCSThd2DEcN0=-13,InterRATCSThd2FEcN0=-11,InterRATR99PsThd2DEcN0=-13,InterRATHThd2DEcN0=-13, InterRATR99PsThd2FEcN0=-11,InterRATHThd2FEcN0=-11,InterRATCSThd2DRSCP=-102,InterRATCSThd2FRSCP=-99, InterRATR99PsThd2DRSCP=-107,InterRATHThd2DRSCP=-107,InterRATR99PsThd2FRSCP=-104,InterRATHThd2FRSCP=-104; b. If the above “a” isno issue,sowe can dothe furtherparameteroptimization. As default,in3Gside,we considerwhenthe 2G signal ismore than -95dbm, and the 3G signal meetthe IRATHHO condition,the IRAT HHO will happen,asyouknow,whenthe 3G signal isbad,2G will alsonotverygood,and -95dbm for2G is nota good signal, so we can increase the 2G signal threshold andInter-RATHOPhysical Channel Failure PenaltyTimertomake sure when3G wanto to handoverto2G, the 2G signal isgood.As blowcommand: MOD UCELLINTERRATHOCOV: CellId=0,TargetRatCsThd=26,TargetRatR99PsThd=26, TargetRatHThd=26, PenaltyTimeForPhyChFail=60; As experience,thiscommandwillincreasePSIRATHHO KPIaround 0.7%. For improvingmore the IRATKPI,fromRNCside,there are 2 parameteralsocan be changed. RelocIuRelCmdTmr:A timertoRNCwaitfor the Iu release commandmessage inrelocationprocedure.Protocoldefaultvalueis 45s. Can be changedto 60s. T309: T309 is startedafterthe UE is re selectedtoa cell belongingtoanotherradioaccesssysteminconnectedmode,orthe CELL CHANGE ORDER FROMUTRAN message isreceived.Itisstoppedafterthe UE is successfullyconnectedinthe newcell.The UE will continue the connectiontoUTRAN uponexpiry.Protocol defaultvalueis5s.Can be changedto 8s. So we can modifythis2 parameteras below: SET USTATETIMER: RelocIuRelCmdTmr=60000; SET UCONNMODETIMER: T309=8;