Doc updated on 06/06/2013

README file for DUMMY_RAL_ENB

 ******************
  Release dates

  D0.1 :  29/05/2013 : Initial release
  D0.1b : 06/06/2013 : added a script to launch the LTE-SAP (code is not modified)
 ******************

 A. Install odtone and your LTE user 

 B. Compile the DUMMY_RAL_ENB
     > extract the dummy_130529.tgz in your directory (myDir)
     > cd myDir/RAL-LTE/DUMMY-RAL-ENB
     > make
   ==> this creates two executables:
       - DUMMY-RAL-ENB + NASRGdummy for the eNB

    Note:
    A small tool to trigger action on NASRGdummy is provided in DUMMY-RAL-ENB  : "start_congestion_MN0" and "stop_congestion_MN0" (see below)

 C. Execute DUMMY_RAL_ENB

   note : path1 = my_odtone_Dir/odtone, path2 = myDir/RAL-LTE

   Requires 4 terminals started in the following order 
     - T1  > cd path1/dist
           > ./odtone-mihf --log=4
     - T2  > cd path2
           > ./start_LTE_DUMMY
     - T3  > cd path1/dist
           > [[here start your mih_user]
     - T4  > cd path2
           > ./start_congestion_MN0
           ==> this changes the measurement values to trigger congestion and modify further measures
 
           > ./stop_congestion_MN0
           ==> this changes the measurement values to stop the congestion condition and restore initial measurement values

