PDA

View Full Version : Delete Sector/Cell at RNC



mpaizal
2012-06-01, 01:21 PM
Hi Experts,
I need to delete node cell at RNC portion,
The nodeB was configured with 2 sector only but RNC was configured with 3 sector,
kindly assist me on command.

Thanks ya!

indiaco
2012-06-02, 05:37 AM
Hi Experts,
I need to delete node cell at RNC portion,
The nodeB was configured with 2 sector only but RNC was configured with 3 sector,
kindly assist me on command.

Thanks ya!


Hi buddy,

you can try this:

Delete any created relation to the cell you need to eliminate (named celltodel in the example).


ldel RncFunction=1,UtranCell=othercell1,UtranRelation=celltodel
ldel RncFunction=1,UtranCell=othercell2,UtranRelation=celltodel
ldel RncFunction=1,UtranCell=othercell3,UtranRelation=celltodel
ldel RncFunction=1,UtranCell=othercell4,UtranRelation=celltodel


Delete the associated channels


ldel RncFunction=1,UtranCell=celltodel,Hsdsch=1,Eul=1
ldel RncFunction=1,UtranCell=celltodel,Fach=1
ldel RncFunction=1,UtranCell=celltodel,Hsdsch=1
ldel RncFunction=1,UtranCell=celltodel,Pch=1
ldel RncFunction=1,UtranCell=celltodel,Rach=1


Delete the cell itself


ldel RncFunction=1,UtranCell=celltodel


DO NOT MESS UP THE NAMES OR YOU WILL GET IN A LOT OF TROUBLE !

Best of lucks.

ilaban
2012-06-03, 11:28 PM
so do it in undo mode