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 Version 4 and Version 5 of Old/WiMAX/04/01


Ignore:
Timestamp:
Oct 10, 2010, 5:51:08 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

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

    v4 v5  
    3333
    3434=== Step 2 Configure The BS software ===
    35   - Use wiset commands below to correct configuration on the BTS:
    36   {{{
    37 wiset authgw_id 0x41534E47
    38 wiset authgw_port 0x08B7
    39 wiset asngw_id 0x41534E4757303030
    40 wiset asngw_dp_port  0x08B7
    41 wiset asngw_ep_port 0x08B7
    42 wiset bs_rx_port 0x08B7
    43 wiset bsid 0x303030303030
    44 wiset frequency  2551500
    45 wiset bs_tx_power 40
    46 wiset bw_mode 0
    47 wiset dlul_ratio 2
    48 wiset ttg 296
    49 wiset rtg 168
    50 wiset framesync_mode 2
    51 wiset antenna_gain 0
     35  1. ssh to the new IP of the DSP machine. ssh !root@10.3.x.7
     36  1. Use wiset commands below to correct configuration on the BTS:
     37   1. Enter these '''Verbatim'''
     38      {{{
     39      wiset authgw_id 0x41534E47
     40      wiset authgw_port 0x08B7
     41      wiset asngw_id 0x41534E4757303030
     42      wiset asngw_dp_port  0x08B7
     43      wiset asngw_ep_port 0x08B7
     44      wiset bs_rx_port 0x08B7
     45      wiset frequency  2551500
     46      wiset bs_tx_power 40
     47      wiset bw_mode 0
     48      wiset dlul_ratio 2
     49      wiset ttg 296
     50      wiset rtg 168
     51      wiset framesync_mode 2
     52      wiset antenna_gain 0
     53      }}}
     54   1. These commands require you to change the IP to appropriately reflect new IP settings. The IP value is specfied in hexadecimal.
     55      {{{
     56      wiset authgw_ip 0x0A030047
     57      wiset asngw_dp_ip 0x0A030047
     58      wiset asngw_ep_ip 0x0A030047
     59      }}}
     60   1. You will find your bsid (OID) on [wiki:WiMAX/Configuration/AddressAssignments this page]. Note remove the colons, and set the last two digits to
     61      reflect the IP of the DSP machine (e.g. the first one should be 01).
     62      {{{
     63      wiset bsid 0x303030303030
     64      }}}
    5265
    53 # Other wiset commands changed to appropriately reflect new IP settings.
    54 wiset authgw_ip 0x0A030047
    55 wiset asngw_dp_ip 0x0A030047
    56 wiset asngw_ep_ip 0x0A030047
    57 
    58   }}}
    59 
     66This [http://www.kloth.net/services/iplocate.php site] converts dot quad to hex.