0% found this document useful (0 votes)
236 views

How To Delete Cell

The document contains a series of commands to delete a cell in a halted state by undefining various managed objects, blocking and removing objects from services, deleting Abis paths and digital paths, disconnecting channel groups from transceiver groups, and finally deleting the internal GSM cells in a BSC.

Uploaded by

Mangata Acaronar
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
236 views

How To Delete Cell

The document contains a series of commands to delete a cell in a halted state by undefining various managed objects, blocking and removing objects from services, deleting Abis paths and digital paths, disconnecting channel groups from transceiver groups, and finally deleting the internal GSM cells in a BSC.

Uploaded by

Mangata Acaronar
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

!

How to delete cell


rxtcp:mo=rxotg-3;
!Make cell in state halted
rlstc:cell=co2518a,state=halted;
rlstc:cell=co2518b,state=halted;
rlstc:cell=co2518c,state=halted;
!blocking mo
rxbli:mo=rxotg-6,subord;
rxbli:mo=rxocf-6,force;
rxbli:mo=rxotg-6,force;
!remove managed objects from service into prepost service
rxese:mo=rxotg-6,subord;
!undefine previously defined managed
object instances.
rxmoe:mo=rxots-6-0-0&&-7;
rxmoe:mo=rxots-6-1-0&&-7;
rxmoe:mo=rxots-6-4-0&&-7;
rxmoe:mo=rxots-6-5-0&&-7;
rxmoe:mo=rxots-6-6-0&&-7;
rxmoe:mo=rxots-6-8-0&&-7;
rxmoe:mo=rxots-6-9-0&&-7;
rxmoe:mo=rxotx-6-1;
rxmoe:mo=rxotx-6-0;
rxmoe:mo=rxotx-6-4;
rxmoe:mo=rxotx-6-5;
rxmoe:mo=rxotx-6-8;
rxmoe:mo=rxotx-6-9;
rxmoe:mo=rxorx-6-0;
rxmoe:mo=rxorx-6-1;
rxmoe:mo=rxorx-6-4;
rxmoe:mo=rxorx-6-5;
rxmoe:mo=rxorx-6-8;
rxmoe:mo=rxorx-6-9;
rxmoe:mo=rxotrx-6-0;
rxmoe:mo=rxotrx-6-1;
rxmoe:mo=rxotrx-6-4;
rxmoe:mo=rxotrx-6-5;
rxmoe:mo=rxotrx-6-8;
rxmoe:mo=rxotf-6;
rxmoe:mo=rxotrx-6-9;
rxmoe:mo=rxocon-6;
rxmoe:mo=rxois-6;
!prints the status information for MO
rxmsp:mo=rxotg-6,subord;
!delete Abis path between BSC and BTS
rxape:mo=rxotg-6,dcp=all;
!blocking of the specified digital path
dtbli:dip=0odp6;
!deletes the specified DIPs.
dtdie:dip=0odp6;

rxmoe:mo=rxodp-6-0;
rxmoe:mo=rxocf-6;
rxmoe:mo=rxotg-6;

!deactivate seizure supervision of logical channels per


channel type
rlvle:chtype=tch;
rlvle:cell=co2518a,chtype=sdcch;
rlvle:cell=co2518b,chtype=sdcch;
rlvle:cell=co2518c,chtype=sdcch;
rlvle:cell=co2518a,chtype=tch;
rlvle:cell=co2518b,chtype=tch;
rlvle:cell=co2518c,chtype=tch;

!disconnect one or more channel groups from a transceiver


group (TG)
rxtce:cell=co2518a,chgr=0,mo=rxotg-6
rxtce:cell=co2518a,chgr=1,mo=rxotg-6
rxtce:cell=co2518b,chgr=0,mo=rxotg-6
rxtce:cell=co2518b,chgr=1,mo=rxotg-6
rxtce:cell=co2518c,chgr=0,mo=rxotg-6
rxtce:cell=co2518c,chgr=1,mo=rxotg-6
!disconnects supervision of logical
channels availability in a specified cell
rlsle:cell=co2518a,perm;
rlsle:cell=co2518b,perm;
rlsle:cell=co2518c,perm;
!deletes an internal or external Global System for Mobile Communications (GSM) cell
in the Base Station Controller (BSC),
rldee:cell=co2518a;
rldee:cell=co2518b;
rldee:cell=co2518c;

You might also like