Hello there!
To add a BTS, run the following command:
ADD BTS: BTSID=9, BTSNAME="BTS3900_TDM", BTSTYPE=BTS3900_GSM, BTSDESC="3900", SEPERATEMODE=SUPPORT, SERVICEMODE=TDM, SRANMODE=SUPPORT;
To add a BTS cabinet, run the following command:
ADD BTSCABINET: IDTYPE=BYID, BTSID=9, CN=0, SRANMODE=SUPPORT, TYPE=BTS3900;
To add a BTS board, run the following command:
ADD BTSBRD: IDTYPE=BYID, BTSID=9, CN=0, SRN=11, SN=0, BT=FMU;
To add an RXU chain, run the following command:
ADD BTSRXUCHAIN: IDTYPE=BYID, BTSID=9, RCN=0, TT=CHAIN, HCN=0, HSRN=0, HSN=6, HPN=0;
To add an RXU board to the BTS, run the following command:
ADD BTSRXUBRD: IDTYPE=BYID, BTSID=9, BT=DRFU, CN=0, SRN=4, SN=0, RXUNAME="bts3900gsm_1", RXUCHAINNO=0, RXUPOS=1;
To add a cell, run the following command:
ADD GCELL:CELLID=5,CELLNAME="cell-11", TYPE=GSM900, MCC="460", MNC="164", LAC=6, CI=1;
To add a frequency for the cell, run the following command:
ADD GCELLFREQ: IDTYPE=BYID,CELLID=5, FREQ1=975,FREQ2=977;
To add the signaling relationships for a cell, run the following command:
ADD GCELLOSPMAP: IDTYPE=BYID, CELLID=5, OPC=163;
To bind a cell to the BTS, run the following command:
ADD CELLBIND2BTS: IDTYPE=BYID,CELLID=5,BTSID=9;
To set basic GPRS attributes, run the following command:
SET GCELLGPRS: IDTYPE=BYID, CELLID=5, GPRS=SupportAsInnPcu;
ADD PTPBVC: NSEI=1, BVCI=2, IDTYPE=BYID, CELLID=5;
To add an TRX, run the following command:
ADD GTRX: IDTYPE=BYID,CELLID=5,TRXID=9, FREQ=975;
ADD GTRX: IDTYPE=BYID,CELLID=5,TRXID=10, FREQ=977;
To bind a logical TRX with the channel of an TRX board, run the following command:
ADD TRXBIND2PHYBRD: TRXID=9, TRXTP=DRFU, TRXPN=0, RXUIDTYPE=RXUNAME, RXUNAME="bts3900gsm_1";
ADD TRXBIND2PHYBRD: TRXID=10, TRXTP=DRFU, TRXPN=1, RXUIDTYPE=RXUNAME, RXUNAME="bts3900gsm_1";
To modify information about the TRX channel, run the following command:
SET GTRXCHAN: TRXID=9, CHNO=0,CHTYPE=MBCCH, TSPRIORITY=1;
SET GTRXCHAN: TRXID=9, CHNO=1, CHTYPE=SDCCH8, TSPRIORITY=2;
To add a connection from a BTS to a BSC, run the following command:
ADD BTSCONNECT: IDTYPE=BYID, BTSID=9, INPN=0, INCN=0, INSRN=0, INSN=6, DESTNODE=BSC, SRN=0, SN=18, PN=2;
To activate a BTS, run the following command:
ACT BTS:IDTYPE=BYID, BTSID=9;