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


Ignore:
Timestamp:
Nov 30, 2010, 6:41:09 PM (13 years ago)
Author:
hmussman
Comment:

Legend:

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

    v15 v16  
    100100==  IDU Installation ==
    101101
     102=== IDU Software Configuration ===
     103
     104Cat the following code to a shell script and execute after sshing into the BTS at the default ip: 192.168.1.10.
     105If ssh does not work, try with a serial console.
     106
     107{{{
     108/usr/sbin/wimax/cmd_app 3 authgw_id 0x41534E4757303030
     109/usr/sbin/wimax/cmd_app 3 authgw_port 0x08B7
     110/usr/sbin/wimax/cmd_app 3 asngw_id 0x41534E4757303030
     111/usr/sbin/wimax/cmd_app 3 asngw_dp_port  0x08B7
     112/usr/sbin/wimax/cmd_app 3 asngw_ep_port 0x08B7
     113/usr/sbin/wimax/cmd_app 3 bs_rx_port 0x08B7
     114/usr/sbin/wimax/cmd_app 3 bsid 0x000004000000
     115/usr/sbin/wimax/cmd_app 3 frequency  2551500
     116/usr/sbin/wimax/cmd_app 3 bs_tx_power 40
     117/usr/sbin/wimax/cmd_app 3 bw_mode 0
     118/usr/sbin/wimax/cmd_app 3 dlul_ratio 2
     119/usr/sbin/wimax/cmd_app 3 ttg 296
     120/usr/sbin/wimax/cmd_app 3 rtg 168
     121/usr/sbin/wimax/cmd_app 3 framesync_mode 2
     122/usr/sbin/wimax/cmd_app 3 antenna_gain 0
     123/usr/sbin/wimax/cmd_app 3 authgw_ip 0xC0A80132
     124/usr/sbin/wimax/cmd_app 3 asngw_dp_ip 0xC0A80132
     125/usr/sbin/wimax/cmd_app 3 asngw_ep_ip 0xC0A80132
     126}}}
    102127
    103128==  Base Station Server Installation ==