Changes between Version 1 and Version 2 of Internal/WiMAX/BTSSetup


Ignore:
Timestamp:
May 10, 2010, 4:13:53 PM (14 years ago)
Author:
Gautam D. Bhanage
Comment:

Baseline draft of the page.

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX/BTSSetup

    v1 v2  
    11== Steps for setting up the WiMAX BTS on ORBIT ==
     2
     3Please note: Do not restart BTS until all changes are complete. If you do happen to restart, you will have to use the serial interface to connect to the BTS.
     4
     5* Change the IP address and correct configuration on the RF card.
     6  - Login to the BTS as root on 192.168.1.10/24
     7  - Copy the attached [WiMAX/BTSSetup/networkenv.orbit networkenv.orbit] file to /flash/networkenv
     8  - Use wiset commands below to correct configuration on the BTS:
     9  {{{
     10wiset authgw_id 0x41534E47
     11wiset authgw_port 0x08B7
     12wiset asngw_id 0x41534E4757303030
     13wiset asngw_dp_port  0x08B7
     14wiset asngw_ep_port 0x08B7
     15wiset bs_rx_port 0x08B7
     16wiset bsid 0x303030303030
     17wiset frequency  2551500
     18wiset bs_tx_power 40
     19wiset bw_mode 0
     20wiset dlul_ratio 2
     21wiset ttg 296
     22wiset rtg 168
     23wiset framesync_mode 2
     24wiset antenna_gain 0
     25
     26# Other wiset commands changed to appropriately reflect new IP settings.
     27wiset authgw_ip 0x0A030047
     28wiset asngw_dp_ip 0x0A030047
     29wiset asngw_ep_ip 0x0A030047
     30
     31  }}}
     32
     33* Change settings on the N/W card.
     34  - Login to the N/W card at 192.168.1.42/24 again as root, and change the IP configuration for eth1 in the /etc/network/interfaces file as :
     35{{{
     36auto eth1
     37 iface eth1 inet static
     38     address 10.3.0.51
     39     network 10.3.0.0
     40     netmask 255.255.0.0
     41     broadcast 10.3.255.255
     42     gateway 10.3.0.1       
     43}}}
     44
     45