1. 12 Sep, 2016 1 commit
  2. 08 Sep, 2016 1 commit
  3. 05 Sep, 2016 1 commit
  4. 02 Sep, 2016 4 commits
  5. 11 Aug, 2016 2 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop' into feature-31-ff-scheduler-api · 7e0a98f1
      Cedric Roux authored
      Conflicts:
      	openair2/LAYER2/MAC/eNB_scheduler_RA.c
      7e0a98f1
    • Cedric Roux's avatar
      T: add a mac pdu -> wireshark replay tracer · 8b732dc7
      Cedric Roux authored
      This tracer takes the traces ENB_MAC_UE_DL_PDU_WITH_DATA
      and ENB_MAC_UE_UL_PDU_WITH_DATA from a trace file
      (as generated by the "record" tracer) and sends them
      in UDP packets correctly formatted for wireshark to
      dissect them.
      
      One unresolved problem I face with my version of
      wireshark (1.10.6) is that I don't get the frame number,
      only subframe. See in the code to change the behavior
      if you use a more recent version of wireshark.
      
      You need to properly configure wireshark for it to work.
      See $OPENAIR_DIR/openair2/UTIL/OPT/README.txt.
      8b732dc7
  6. 10 Aug, 2016 5 commits
  7. 04 Aug, 2016 2 commits
  8. 01 Aug, 2016 2 commits
  9. 31 Jul, 2016 1 commit
  10. 30 Jul, 2016 2 commits
  11. 29 Jul, 2016 2 commits
  12. 28 Jul, 2016 1 commit
  13. 27 Jul, 2016 3 commits
  14. 26 Jul, 2016 1 commit
  15. 24 Jul, 2016 7 commits
  16. 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
  17. 21 Jul, 2016 3 commits