1. 14 Aug, 2016 4 commits
  2. 12 Aug, 2016 1 commit
  3. 11 Aug, 2016 1 commit
    • 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
  4. 10 Aug, 2016 3 commits
  5. 04 Aug, 2016 2 commits
  6. 01 Aug, 2016 2 commits
  7. 31 Jul, 2016 1 commit
  8. 30 Jul, 2016 2 commits
  9. 29 Jul, 2016 2 commits
  10. 28 Jul, 2016 1 commit
  11. 27 Jul, 2016 3 commits
  12. 26 Jul, 2016 1 commit
  13. 24 Jul, 2016 7 commits
  14. 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
  15. 19 Jul, 2016 2 commits
  16. 17 Jul, 2016 1 commit
  17. 12 Jul, 2016 3 commits
  18. 11 Jul, 2016 3 commits