100% found this document useful (1 vote)
179 views

Adding TRX - Using MML

The document adds 9 transmitter-receiver (TRX) units to 3 cell sites with various frequencies and designates one as the main broadcast control channel (BCCH) for each site. It then activates all the added TRX units and the cell sites.

Uploaded by

Ali Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
179 views

Adding TRX - Using MML

The document adds 9 transmitter-receiver (TRX) units to 3 cell sites with various frequencies and designates one as the main broadcast control channel (BCCH) for each site. It then activates all the added TRX units and the cell sites.

Uploaded by

Ali Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

ADDING TRX

ADD GTRX:IDTYPE = BYID, CELLID = 88, TRXID = 173, FREQ = 85, ISMAINBCCH = NO, TRXNO = 8;
ADD GTRX:IDTYPE = BYID, CELLID = 88, TRXID = 197, FREQ = 82, ISMAINBCCH = YES, TRXNO = 0;
ADD GTRX:IDTYPE = BYID, CELLID = 88, TRXID = 198, FREQ = 51, ISMAINBCCH = NO, TRXNO = 1;
ADD GTRX:IDTYPE = BYID, CELLID = 88, TRXID = 336, FREQ = 65, ISMAINBCCH = NO, TRXNO = 6;
ADD GTRX:IDTYPE = BYID, CELLID = 89, TRXID = 170, FREQ = 53, ISMAINBCCH = NO, TRXNO = 7;
ADD GTRX:IDTYPE = BYID, CELLID = 89, TRXID = 199, FREQ = 78, ISMAINBCCH = YES, TRXNO = 2;
ADD GTRX:IDTYPE = BYID, CELLID = 89, TRXID = 200, FREQ = 61, ISMAINBCCH = NO, TRXNO = 3;
ADD GTRX:IDTYPE = BYID, CELLID = 90, TRXID = 201, FREQ = 59, ISMAINBCCH = NO, TRXNO = 4;
ADD GTRX:IDTYPE = BYID, CELLID = 90, TRXID = 321, FREQ = 80, ISMAINBCCH = YES, TRXNO = 5;

ACTIVATING TRX
ACT GCELL:IDTYPE = BYID, CELLID = 90, ACTTYPE = ACTPARTOFOBJ, TRXIDLIST = "201&321";
ACT GTRX:TRXID = 173;
ACT GTRX:TRXID = 197;
ACT GTRX:TRXID = 198;
ACT GTRX:TRXID = 336;
ACT GTRX:TRXID = 170;
ACT GTRX:TRXID = 199;
ACT GTRX:TRXID = 200;
ACT GTRX:TRXID = 201;
ACT GTRX:TRXID = 321;

You might also like