| 2 | |
| 3 | Please 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 | {{{ |
| 10 | wiset authgw_id 0x41534E47 |
| 11 | wiset authgw_port 0x08B7 |
| 12 | wiset asngw_id 0x41534E4757303030 |
| 13 | wiset asngw_dp_port 0x08B7 |
| 14 | wiset asngw_ep_port 0x08B7 |
| 15 | wiset bs_rx_port 0x08B7 |
| 16 | wiset bsid 0x303030303030 |
| 17 | wiset frequency 2551500 |
| 18 | wiset bs_tx_power 40 |
| 19 | wiset bw_mode 0 |
| 20 | wiset dlul_ratio 2 |
| 21 | wiset ttg 296 |
| 22 | wiset rtg 168 |
| 23 | wiset framesync_mode 2 |
| 24 | wiset antenna_gain 0 |
| 25 | |
| 26 | # Other wiset commands changed to appropriately reflect new IP settings. |
| 27 | wiset authgw_ip 0x0A030047 |
| 28 | wiset asngw_dp_ip 0x0A030047 |
| 29 | wiset 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 | {{{ |
| 36 | auto 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 | |