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 30 and Version 31 of Old/WiMAX/30


Ignore:
Timestamp:
Jan 31, 2011, 7:58:04 PM (13 years ago)
Author:
Jaskaran Singh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v30 v31  
    52525. Build the Intel-Wimax-Tools
    5353   Untar and unzip the downloaded source and
    54    
    55 cd ~Downloads/wimax-1.5.1
    56 Add in the NDnSAgentConfig_forDriver.xml file
     54   
     55cd ~Downloads/wimax-1.5.1[[BR]]
     56
     57Copy the [http://wimax.orbit-lab.org/downloads/NDnSAgentConfig_forDriver.xml NDnSAgentConfig_forDriver.xml] file to ./InfraStack/OSAgnostic/WiMax/Agents/NDnS/XML_Files or modify
     58NSP_ID 51 in the file to look like [[BR]]
     59
    5760{{{
    5861   <geni>
     
    6063                                        <H_NSP>
    6164                                                <x0>
    62                                                         <H_NSP_ID>200</H_NSP_ID>
     65                                                        <H_NSP_ID>51</H_NSP_ID>
    6366                                                </x0>
    6467                                        </H_NSP>
     
    156159}}}
    157160
    158 
    159 
    160 [http://wimax.orbit-lab.org/downloads/NDnSAgentConfig_forDriver.xml Geni Configuration File]
    161 
    162 
    163 
     161Update the .bin files source files located at ./InfraStack/OSAgnostic/Product/AppSrvInfra/ with the GENI files[[BR]]
     162
     163[http://wimax.orbit-lab.org/downloads/WiMAX_Def.bin GENI Definition File] [[BR]]
     164
     165[http://wimax.orbit-lab.org/downloads/WiMAX_DB.bin GENI Database File]
     166
     167Now configure the wimax service and install the service.
    164168
    165169{{{
     
    171175This new configuration with the .bin enabled allows us now to modify the NDns parameters on the fly by modifying WiMAX_Def.bin and WiMAX_DB.bin files located in /var/lib/wimax directory.
    172176[[BR]]
    173 You can edit the file and restart the wimaxd service to see the changes. The GENI files are included here.[[BR]]
    174 
    175 [http://wimax.orbit-lab.org/downloads/WiMAX_Def.bin GENI Definition File] [[BR]]
    176 
    177 [http://wimax.orbit-lab.org/downloads/WiMAX_DB.bin GENI Database File]
    178 
    179 Connection and Scan Mode settings are set using the following
     177You can edit the file and restart the wimaxd service to see the changes.
     178
     179
     180Connection and Scan Mode settings are set using the following commands[[BR]]
    180181{{{
    181182
     
    184185wimaxcu connectmode scan semi
    185186}}}
    186 command[[BR]]
    187 
    188 
    189 If you wish to follow the older model of modifying the NDnSAgentConfig_forDriver.xml and recompiling for every change can still do so. [[BR]]
     187
     188
    190189[[BR]]
    191190Instructions are Here