Skip to content
Snippets Groups Projects
  1. Oct 10, 2016
    • Cedric Roux's avatar
      issue 137 - remove hack: MCS reduction in case of CQI reporting · 5894f3e6
      Cedric Roux authored
      This hack was probably put in place in an attempt to circumvent
      problems solved by previous commits.
      
      As far as I checked (with my knowledge of the day) we can't exhaust
      uplink physical bits with ULSCH data bits when there is CQI reporting
      at the same time.
      
      To be refined if this idea is proved wrong.
      5894f3e6
  2. Oct 08, 2016
  3. Oct 07, 2016
  4. Oct 04, 2016
  5. Oct 03, 2016
  6. Oct 01, 2016
  7. Sep 28, 2016
    • Cedric Roux's avatar
      hotfix: fields DLSCH_DCI and ULSCH_DCI of UE_TEMPLATE had wrong size · 1410b3f3
      Cedric Roux authored
      The old value was 6, it should be 8 because those fields are
      casted to 'struct DCI0_5MHz_FDD' and the like and those have
      a size multiple of 32 bits, that is 4 or 8 bytes as of today.
      
      (MAX_DCI_SIZE_BITS is 45, all the shifts, muls and adds lead
      to a value of 8 after this commit and 6 before.)
      
      The problem manifested itself with a 20MHz eNB. Push the traffic,
      after a while the DL harq process 0 is not used anymore.
      This is because DLSCH_DCI is directly followed by nb_rb in
      the structure UE_TEMPLATE and setting a value for harq process 7
      did overwrite nb_rb[0], putting much too big values in there,
      leading to the scheduler to always refuse to reschedule because
      the required RBs are impossibly huge (I saw values of 32744, 16384,
      and others).
      1410b3f3
  8. Sep 22, 2016
  9. Sep 21, 2016
  10. Sep 19, 2016
  11. Sep 05, 2016
    • Cedric Roux's avatar
      bugfix: print a warning when a configuration parameter is not found · 64cd0076
      Cedric Roux authored
      If your configuration file does not contain a parameter
      the softmodem only printed "Failed to parse eNB configuration file"
      without telling you what parameter was not found.
      
      This quick fix adds a warning in such cases.
      
      It also exists at the first error rather than trying to
      parse the rest of the configuration file.
      64cd0076
  12. Sep 03, 2016
  13. Sep 01, 2016
  14. Aug 30, 2016
  15. Aug 29, 2016
  16. Aug 27, 2016
  17. Aug 23, 2016
  18. Aug 22, 2016
  19. Aug 18, 2016
  20. Aug 10, 2016
  21. Aug 06, 2016
  22. Aug 01, 2016
  23. Jul 31, 2016
  24. Jul 27, 2016
  25. Jul 24, 2016
  26. Jul 23, 2016
  27. Jul 22, 2016
  28. Jul 20, 2016
  29. Jul 17, 2016
  30. 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
  31. Jul 08, 2016
  32. Jul 07, 2016
Loading