Changes between Version 14 and Version 15 of Tutorials/g0WmLTE/Tutorial5
- Timestamp:
- Oct 30, 2015, 10:56:58 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial5
v14 v15 11 11 In this tutorial we will use nodes equipped with USRP B210 and have the basestation on node1-1 and modem on node1-2 on sandbox 1. 12 12 13 [[NewsFlashStart]]14 15 == Compiling OAI Code ==16 17 Main code18 === Upgrade latest from GIT ===19 20 === Compile ===21 22 [[NewsFlashEnd]]23 13 === Prepare the nodes === 24 14 25 1. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] 26 1. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding). [[CollapsibleStart(omf tell -a on -t all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]] 15 ORBIT Images with preloaded OAI software have been made available. If you prefer to prepare a new image starting from a baseline, 27 16 17 1a. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] 18 2a. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding). [[CollapsibleStart(omf tell -a on -t all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]] 19 3a. [OPTIONAL] Upgrade to the latest code and compile 20 21 {{{ 22 oai 23 git pull 24 cd cmake_targets 25 ./build_oai -I --install-optional-packages -w USRP 26 27 #If updating eNB 28 ./build_oai --eNB -C -w USRP 29 30 #If updating UE 31 ./build_oai --UE -C -w USRP 32 }}} 33 34 1b. [ALTERNATIVE METHOD] [[CollapsibleStart(Compile from scratch)]][[Include(Documentation/Short/CompileOAI)]][[CollapsibleEnd]] 28 35 === Execute the experiment === 29 36