Got it

What is the basic BTS Data Configuration for GSM-R?

Created: May 10, 2019 14:24:49Latest reply: Jun 3, 2020 19:46:41 1479 4 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

This post enquires what is the basic BTS Data Configuration for GSM-R.


Can someone send me the basic BTS Data Configuration for GSM-R?


Thanks!

Featured Answers
eugenm
Created May 10, 2019 14:25:54

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;
View more
  • x
  • convention:

All Answers
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;
View more
  • x
  • convention:

Respected and appreciated
View more
  • x
  • convention:

All parameters could modified based on your requirements
View more
  • x
  • convention:

i LOOKING FOR LMT TO USE BTS 3902E, USE THIS RELEASE BTS3900 V100R010C10SPC255
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.