Changes between Version 81 and Version 82 of BuildInstallRun

Show
Ignore:
Timestamp:
06/03/2012 02:54:19 PM (12 months ago)
Author:
guest
Comment:

Updated to take into account that OpenBTS and OpenBTSCLI are separate

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstallRun

    v81 v82  
    190190 
    191191== Running OpenBTS == 
    192 With sipauthserve installed, you can run OpenBTS. To do so, run the following command 
     192With sipauthserve installed, you can run OpenBTS. To do so, open three separate terminal windows (or tabs) and enter the following commands: 
     193 
     194{{{ 
     195(from sipauthserve home) 
     196sudo ./sipauthserve 
     197}}} 
    193198 
    194199{{{ 
     
    198203}}} 
    199204 
    200 You should see a splash screen describing the project, and then [wiki:cli a command-line interface]: 
     205{{{ 
     206(from the OpenBTS directory) 
     207cd apps 
     208sudo ./OpenBTSCLI 
     209}}} 
     210 
     211In the OpenBTSCLI terminal, you should see a splash screen describing the project, and then [wiki:cli a command-line interface]: 
    201212 
    202213{{{ 
    203214OpenBTS> 
    204 }}} 
    205  
    206 To camp phones, you'll also need to run sipauthserve: 
    207 {{{ 
    208 (from sipauthserve home) 
    209 sudo ./sipauthserve 
    210215}}} 
    211216 
     
    268273 
    269274{{{ 
    270 openbts/trunk/apps/OpenBTS 
    271275smqueue/trunk/smqueue/smqueue 
    272276subscriberRegistry/trunk/sipauthserve 
     277openbts/trunk/apps/OpenBTS 
     278openbts/trunk/apps/OpenBTSCLI 
    273279}}} 
    274280