Skip to content
Snippets Groups Projects
  1. Jul 11, 2016
    • Cedric Roux's avatar
      merge oai/develop and oai-internal/T · 4fa14f20
      Cedric Roux authored
      4fa14f20
    • 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
  2. Jul 10, 2016
  3. Jul 08, 2016
  4. Jul 07, 2016
    • Cedric Roux's avatar
      hotfix: remove HARQ process ID freelist · 69ec9112
      Cedric Roux authored
      It creates more problems than it solves.
      
      We replace this approach by a straightforward
      synchronous one.
      
      Now in the downlink, at frame f and subframe s
      we use HARQ process (f * 10 + s) % 8.
      This is similar to uplink scheduling.
      69ec9112
  5. Jul 05, 2016
  6. Jul 03, 2016
  7. Jul 01, 2016
  8. Jun 30, 2016
  9. Jun 29, 2016
  10. Jun 28, 2016
  11. Jun 26, 2016
  12. Jun 25, 2016
  13. Jun 24, 2016
Loading