1. 22 Jul, 2016 2 commits
    • Cedric Roux's avatar
      Merge branch 'develop' into feature-31-ff-scheduler-api · 6a8b8b82
      Cedric Roux authored
      Conflicts:
      	cmake_targets/build_oai
      	openair1/PHY/LTE_TRANSPORT/dci.c
      	openair1/PHY/LTE_TRANSPORT/proto.h
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	openair2/LAYER2/MAC/eNB_scheduler_primitives.c
      	openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
      	targets/SIMU/USER/oaisim.c
      	targets/SIMU/USER/oaisim_functions.c
      6a8b8b82
    • Cedric Roux's avatar
      add a FAPI tracer for replay purpose · c4bf6ff4
      Cedric Roux authored
      use --fapi-tracer with build_oai to activate
      (basically set FAPI_TRACER to True in CMakeLists.txt)
      
      the file /tmp/fapi.c will be produced at runtime
      
      then cd openair2/LAYER2/MAC and compile fapi_replay.c to replay it
      c4bf6ff4
  2. 21 Jul, 2016 13 commits
  3. 20 Jul, 2016 1 commit
    • Cedric Roux's avatar
      hotfix: RLC AM reported wrong number of bytes to retransmit · 83371440
      Cedric Roux authored
      This was causing oaisim to fail way too often at the startup
      of a connection.
      
      Things should go better with this patch.
      
      It may not be the end of the story, the use of retrans_num_bytes_to_retransmit
      is not clear to me. The problem I see is: what if the max number of
      retransimission has been reached (if that has a meaning at all in RLC AM)?
      will this value be decreased or not?
      83371440
  4. 19 Jul, 2016 2 commits
  5. 17 Jul, 2016 1 commit
  6. 12 Jul, 2016 4 commits
  7. 11 Jul, 2016 5 commits
  8. 10 Jul, 2016 3 commits
  9. 08 Jul, 2016 9 commits