Changes between Version 92 and Version 93 of WiMAXInteg/CampusInstallation


Ignore:
Timestamp:
07/27/10 09:21:14 (14 years ago)
Author:
hmussman@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WiMAXInteg/CampusInstallation

    v92 v93  
    259259
    260260
     261[http://wimax.orbit-lab.org/  Overview of the ASN-GW software]  that is installed on the server.
     262
     263[http://wimax.orbit-lab.org/wiki/WiMAX/Configuration/AddressAssignments#WiMAXOIDandIPaddressassignement  WiMAX OID and IP Address assignments] .
     264
     265[http://wimax.orbit-lab.org/wiki/WiMAX/Configuration/BS#StepsforsettinguptheWiMAXBTSonORBIT  IDU (base station)software configuration ].
     266
     267
     268IDU (base station) Software Configuration
     269
     270Cat the following code to a shell script and execute after sshing into the BTS at the default ip: 192.168.1.10.
     271If ssh does not work, try with a serial console.
     272
     273{{{
     274/usr/sbin/wimax/cmd_app 3 authgw_id 0x41534E4757303030
     275/usr/sbin/wimax/cmd_app 3 authgw_port 0x08B7
     276/usr/sbin/wimax/cmd_app 3 asngw_id 0x41534E4757303030
     277/usr/sbin/wimax/cmd_app 3 asngw_dp_port  0x08B7
     278/usr/sbin/wimax/cmd_app 3 asngw_ep_port 0x08B7
     279/usr/sbin/wimax/cmd_app 3 bs_rx_port 0x08B7
     280/usr/sbin/wimax/cmd_app 3 bsid 0x000004000000
     281/usr/sbin/wimax/cmd_app 3 frequency  2551500
     282/usr/sbin/wimax/cmd_app 3 bs_tx_power 40
     283/usr/sbin/wimax/cmd_app 3 bw_mode 0
     284/usr/sbin/wimax/cmd_app 3 dlul_ratio 2
     285/usr/sbin/wimax/cmd_app 3 ttg 296
     286/usr/sbin/wimax/cmd_app 3 rtg 168
     287/usr/sbin/wimax/cmd_app 3 framesync_mode 2
     288/usr/sbin/wimax/cmd_app 3 antenna_gain 0
     289/usr/sbin/wimax/cmd_app 3 authgw_ip 0xC0A80132
     290/usr/sbin/wimax/cmd_app 3 asngw_dp_ip 0xC0A80132
     291/usr/sbin/wimax/cmd_app 3 asngw_ep_ip 0xC0A80132
     292}}}
     293
     294
     295ASN Installation Instructions
     296
     297   * Install the Ubuntu 9.04 server.
     298   * Configure networking as per the /etc/network/interfaces file attached.
     299   * Install the attached WiMAX ASN binary using the command:
     300     {{{
     301         sudo dpkg -i asn-gw.deb
     302         sudo apt-get -f install
     303     }}}
     304   * Copy all the configuration files: asnctrl.conf, epctrl.conf, and trapctrl.conf to /etc as shown.
     305   * Restart asn-gw and make sure all the settings have taken effect.
     306
     307
     308
     309[http://wimax.orbit-lab.org/wiki/WiMAX/Software#ASN-GWSoftware  ASN-GW software components].
     310
     311[http://wimax.orbit-lab.org/wiki/WiMAX/Software/Configuration#ASN-GWConfigurationFiles  ASN-GW configuration files].
     312
     313[wiki: 
     314
     315
     316ASN Scripts
     317
     318To control the BTS, run the stop and start scripts as follows:
     319
     320Start script:
     321{{{
     322/etc/init.d/snmpd start
     323/etc/rc.d/init.d/trapctrl start
     324sleep 1
     325/etc/rc.d/init.d/asnctrl start
     326sleep 1
     327/etc/rc.d/init.d/epctrl start
     328#sleep 1
     329}}}
     330
     331
     332Stop script:
     333{{{
     334/etc/rc.d/init.d/epctrl stop
     335/etc/rc.d/init.d/asnctrl stop
     336/etc/rc.d/init.d/trapctrl stop
     337/etc/init.d/snmpd stop
     338pkill -9 asnctrl
     339pkill -9 epctrl
     340}}}
     341
     342
     343
     344==== 
     345
    261346=== 8.16  Connect Backbone Network ===
    262347
     
    264349=== 8.17  Provide Reference Client Platform ===
    265350
     351Configuring and connecting the Beceem clients
     352
     353Beceem clients currently use the Windows operating system. They are available as USB dongles and PCMCIA cards.
     354
     355Install the driver, plug the cards in, and configure them to be on the same tx range as the BTS.  In our case it is 2590Mhz and 10Mhz bandwidth mode.
     356
     357Scan and connect.
    266358
    267359=== 8.18 Inital Check-Out of Campus WiMAX Testbed ===