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


Ignore:
Timestamp:
Jan 28, 2011, 7:01:09 PM (13 years ago)
Author:
Jaskaran Singh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v27 v28  
    52525. Build the Intel-Wimax-Tools
    5353   Untar and unzip the downloaded source and
    54    {{{
     54   
    5555cd ~Downloads/wimax-1.5.1
     56Add in the NDnSAgentConfig_forDriver.xml file
     57{{{
     58   <geni>
     59                                <NetworkParameters>
     60                                        <H_NSP>
     61                                                <x0>
     62                                                        <H_NSP_ID>200</H_NSP_ID>
     63                                                </x0>
     64                                        </H_NSP>
     65                                        <CAPL>
     66                                                <Entries>
     67                                                        <x0>
     68                                                                <NAP_ID>4451DB</NAP_ID>
     69                                                                <Priority>1</Priority>
     70                                                                <ChPlanRefIds>
     71                                                                        <x0>
     72                                                                                <RefId>AB</RefId>
     73                                                                        </x0>
     74                                                                </ChPlanRefIds>
     75                                                        </x0>
     76                                                </Entries>
     77                                                <Any>ListFirst</Any>
     78                                                <SelectPolicy>Strict</SelectPolicy>
     79                                        </CAPL>
     80                                        <RAPL>
     81                                                <Entries></Entries>
     82                                                <Any>ListFirst</Any>
     83                                                <SelectPolicy>Strict</SelectPolicy>
     84                                        </RAPL>
     85                                        <ChannelPlan>
     86                                                <Entries>
     87                                                        <x0>
     88                                                                <Id>AB</Id>
     89                                                                <FirstFreq>2590000</FirstFreq>
     90                                                                <LastFreq>2590000</LastFreq>
     91                                                                <NextFreqStep>10000</NextFreqStep>
     92                                                                <Preambles>ffffffffffffffffffffffffffffff</Preambles>
     93                                                                <BW>10000</BW>
     94                                                                <FFTSize>1024</FFTSize>
     95                                                                <DuplexMode>1</DuplexMode>
     96                                                                <TTL>0</TTL>
     97                                                        </x0>
     98                                                </Entries>
     99                                                <BW>-1</BW>
     100                                                <FFTSize>-1</FFTSize>
     101                                                <DuplexMode>1</DuplexMode>
     102                                        </ChannelPlan>
     103                                        <OperatorName>GENI</OperatorName>
     104                                        <PollingInterval>-1</PollingInterval>
     105                                        <PollingAttempts>10</PollingAttempts>
     106                                        <ServerID></ServerID>
     107                                </NetworkParameters>
     108                                <SubscriptionParameters>
     109                                        <Primary>
     110                                                <Name></Name>
     111                                                <Activated>False</Activated>
     112                                                <EAP>
     113                                                        <x0>
     114                                                                <METHOD_TYPE>EAP_TLS</METHOD_TYPE>
     115                                                                <VENDOR_ID>13</VENDOR_ID>
     116                                                                <VENDOR_TYPE>13</VENDOR_TYPE>
     117                                                                <USER_IDENTITY></USER_IDENTITY>
     118                                                                <PROVISIONED_PSEUDO_IDENTITY></PROVISIONED_PSEUDO_IDENTITY>
     119                                                                <PASSWORD></PASSWORD>
     120                                                                <REALM>www.geni.net</REALM>
     121                                                                <USE_PRIVACY>False</USE_PRIVACY>
     122                                                                <ENCAPS>-1</ENCAPS>
     123                                                                <VFY_SERVER_REALM>False</VFY_SERVER_REALM>
     124                                                                <SERVER_REALMS></SERVER_REALMS>
     125                                                                <CERT>
     126                                                                        <x0>
     127                                                                                <CERT_TYPE></CERT_TYPE>
     128                                                                                <SER_NUM></SER_NUM>
     129                                                                                <ISSUER></ISSUER>
     130                                                                        </x0>
     131                                                                        <x1>
     132                                                                                <CERT_TYPE></CERT_TYPE>
     133                                                                                <SER_NUM></SER_NUM>
     134                                                                                <ISSUER></ISSUER>
     135                                                                        </x1>
     136                                                                </CERT>
     137                                                        </x0>
     138                                                </EAP>
     139                                        </Primary>
     140                                        <OtherSubscriptions></OtherSubscriptions>
     141                                </SubscriptionParameters>
     142                                <Contacts>
     143                                        <x0>
     144                                                <Type>0</Type>
     145                                                <URI>http://wimax.orbit-lab.org</URI>
     146                                                <Text>GENI WiMAX Technical Support</Text>
     147                                        </x0>
     148                                        <x1>
     149                                                <Type>1</Type>
     150                                                <URI>http://www.geni.net</URI>
     151                                                <Text>GENI Portal</Text>
     152                                        </x1>
     153                                </Contacts>
     154                        </geni>
     155
     156}}}
     157
     158
     159
     160[http://wimax.orbit-lab.org/downloads/NDnSAgentConfig_forDriver.xml Geni Configuration File]
     161
     162
     163
     164
     165{{{
    56166./configure --with-linux=/usr --with-libwimaxll=/usr --sysconfdir=/etc --localstatedir=/var --prefix=/usr --enable-instrument --with-wimax-db-bin=/var --with-ver-info-bin=/var
    57167make
    58168make install
    59169}}}
     170
    60171This 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.
    61172[[BR]]