Changes between Version 4 and Version 5 of Internal/WiMAX/BTSSetup


Ignore:
Timestamp:
Jul 1, 2010, 2:40:06 PM (14 years ago)
Author:
Gautam D. Bhanage
Comment:

Replaced wiset command with the binary name for execution as a part of the script.

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX/BTSSetup

    v4 v5  
    88  - Use wiset commands below to correct configuration on the BTS:
    99  {{{
    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
     10/usr/sbin/wimax/cmd_app 3 authgw_id 0x41534E4757303030
     11/usr/sbin/wimax/cmd_app 3 authgw_port 0x08B7
     12/usr/sbin/wimax/cmd_app 3 asngw_id 0x41534E4757303030
     13/usr/sbin/wimax/cmd_app 3 asngw_dp_port  0x08B7
     14/usr/sbin/wimax/cmd_app 3 asngw_ep_port 0x08B7
     15/usr/sbin/wimax/cmd_app 3 bs_rx_port 0x08B7
     16/usr/sbin/wimax/cmd_app 3 bsid 0x303030303030
     17/usr/sbin/wimax/cmd_app 3 frequency  2551500
     18/usr/sbin/wimax/cmd_app 3 bs_tx_power 40
     19/usr/sbin/wimax/cmd_app 3 bw_mode 0
     20/usr/sbin/wimax/cmd_app 3 dlul_ratio 2
     21/usr/sbin/wimax/cmd_app 3 ttg 296
     22/usr/sbin/wimax/cmd_app 3 rtg 168
     23/usr/sbin/wimax/cmd_app 3 framesync_mode 2
     24/usr/sbin/wimax/cmd_app 3 antenna_gain 0
    2525
    2626# 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
     27/usr/sbin/wimax/cmd_app 3 authgw_ip 0x0A030047
     28/usr/sbin/wimax/cmd_app 3 asngw_dp_ip 0x0A030047
     29/usr/sbin/wimax/cmd_app 3 asngw_ep_ip 0x0A030047
    3030
    3131  }}}