Hello all and need your kind support and help.
We have a network, many cells have almost 99% PRB utilization and very bad user experience less than 0.5Mbps.
I tried to activate the ACH feature and activating the IOptAlgoSwitch and the below switches used the below procedure but didn't work for me:-
PDCCH CCE LST CELLPDCCHALGO
Downlink non-GBR packet bundling LST CELLALGOSWITCH
Smart control for dynamic DRX LST CELLALGOSWITCH
Smart control for DRX
Abnormal UE detection and scheduling
Adaptive RBG allocation
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//Before Activation
//Adaptive deactivation
MOD CELLDLSCHALGO: LocalCellId=4, RbgAllocStrategy=ROUND_UP;
//Deactivation of PDCCH Capacity Improve Switch
MOD CELLPDCCHALGO: LocalCellId=4, PdcchCapacityImproveSwitch=OFF;
//Activation of DRX Algorithm Switch
MOD CELLDRXPARA: LocalCellId=4, DrxAlgSwitch=ON;
///////////////////////
//Enabling ACH
MOD ENODEBALGOSWITCH: IOptAlgoSwitch=ACHSwitch-1;
/////////////////////
//After ACH Activation
//RBG Adaptive Activation
MOD CELLDLSCHALGO: LocalCellId=4, RbgAllocStrategy=ADAPTIVE;
//Smart control for dynamic , Downlink non-GBR packet bundling, Abnormal UE detection and scheduling
MOD
CELLALGOSWITCH: LocalCellId=4, DlSchSwitch=NonGbrBundlingSwitch-1,
DynDrxSwitch=DynDrxSwitch-1, CellSchStrategySwitch=AbnUeSchSwitch-1;
//Activation of PDCCH Capacity Improve Switch
MOD CELLPDCCHALGO: LocalCellId=4, PdcchCapacityImproveSwitch=ON;
Can you please correct me if I am wrong or what is the reason that no change happened.
Thanks
Rassim