Skip to content
Snippets Groups Projects
  1. Aug 29, 2016
  2. Aug 23, 2016
  3. Aug 22, 2016
  4. Aug 18, 2016
  5. Aug 10, 2016
  6. Jul 27, 2016
  7. Jul 20, 2016
    • Cédric Roux's avatar
      hotfix: RLC AM reported wrong number of bytes to retransmit · 83371440
      Cédric 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
  8. Jul 11, 2016
    • Cédric Roux's avatar
      hotfix: better management of s-tmsi reconnect · d48c3369
      Cédric 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
  9. Jul 01, 2016
    • Florian Kaltenberger's avatar
      add tm7 case into asn1 message · 91193c2c
      Florian Kaltenberger authored
      set transmission mode in phy_config_dedicated_[UE|eNB] after RRCConnectionReconfiguration(eNB) and RRCConnectionReconfigurationComplete(UE)
      
      add ue_TransmissionMode in RrcConfigurationReq
      
      added ue_transmission_mode and nb_antenna_ports to eNB config file
      
      transmisison mode gets set with RRCReconfiguration
      91193c2c
  10. Jun 24, 2016
  11. Jun 23, 2016
  12. Jun 16, 2016
  13. Jun 15, 2016
  14. Jun 10, 2016
  15. Jun 02, 2016
  16. May 27, 2016
  17. May 25, 2016
  18. May 20, 2016
  19. May 10, 2016
  20. May 02, 2016
  21. Apr 26, 2016
  22. Apr 21, 2016
  23. Apr 10, 2016
  24. Apr 01, 2016
  25. Mar 29, 2016
  26. Mar 28, 2016
  27. Mar 27, 2016
  28. Mar 26, 2016
Loading