Skip to content
Snippets Groups Projects
  1. Aug 10, 2016
  2. Jul 27, 2016
  3. Jul 20, 2016
    • 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. Jul 11, 2016
    • Cedric Roux's avatar
      hotfix: better management of s-tmsi reconnect · d48c3369
      Cedric Roux authored
      The code was changing the rnti in the red-black tree without
      removing/reinserting the context. This is wrong because the
      rnti is a key of the red-black tree and you cannot change the
      key in a stored item at will.
      
      There are also modifications of the function mac_eNB_rrc_ul_failure
      which has to remove the UE in any case.
      
      And rrc_mac_remove_ue has been changed for the case where
      the UE is not found.
      d48c3369
  5. Jun 24, 2016
  6. Jun 23, 2016
  7. Jun 16, 2016
  8. Jun 15, 2016
  9. Jun 10, 2016
  10. Jun 02, 2016
  11. May 27, 2016
  12. May 25, 2016
    • Cedric Roux's avatar
      add some RRC logs · 0feda7fd
      Cedric Roux authored
      - adding T macros here and there
      - modify the T_messages.txt
      - modify enb.c to trace them in the RRC view
      0feda7fd
    • Cedric Roux's avatar
      more work on enb.c · 2138a47e
      Cedric Roux authored
      plus add rrc connection setup complete tracing
      2138a47e
  13. May 20, 2016
  14. May 10, 2016
  15. May 02, 2016
  16. Apr 26, 2016
  17. Apr 21, 2016
  18. Apr 10, 2016
  19. Apr 01, 2016
  20. Mar 29, 2016
  21. Mar 28, 2016
  22. Mar 27, 2016
  23. Mar 26, 2016
  24. Mar 25, 2016
  25. Mar 23, 2016
    • gauthier's avatar
      added hotfix for DCCH bad size limitation (to be checked after merge with... · f79b0e7d
      gauthier authored
      added hotfix for DCCH bad size limitation (to be checked after merge with develop).  Changed UL idle scheduling to improve 5MHz performance, changed DCI aggregation for ue-specific DCIs (reduces contention with SI and RA in subframe 5 for 5 MHz). Added RRC timer for UE release which cleans L1.  Still issues in 10 MHz throughput with TCP. 5 MHz seems almost fine.
      f79b0e7d
    • Cedric Roux's avatar
      fix size checks of CCCH · 0d7e510d
      Cedric Roux authored
      it was at the wrong place
      it was also wrong (< instead of <=)
      0d7e510d
Loading