close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Old/WiMAX/04/01


Ignore:
Timestamp:
Jun 17, 2010, 8:31:15 PM (14 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/04/01

    v1 v1  
     1== 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 [attachment: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