Skip to content
Snippets Groups Projects
  1. Dec 23, 2018
  2. Dec 19, 2018
  3. Dec 12, 2018
  4. Dec 05, 2018
  5. Nov 21, 2018
  6. Nov 02, 2018
  7. Oct 17, 2018
  8. Sep 27, 2018
  9. Sep 21, 2018
  10. Sep 06, 2018
  11. Sep 03, 2018
    • Robert Schmidt's avatar
      FlexRAN: move slice param verification to agent · 21f66094
      Robert Schmidt authored
      - until now, on every iteration, the scheduler checked for changed parameter
        (and verified some)
      - this functionality moves to the FlexRAN Agent, which verifies all parameters
        * individually, e.g. Max MCS <= 28 for DL
        * group-based, e.g. the sum of slice percentages is <= 100
      - slice configuration changes are only applied if all verifications pass
      - it is assumed in the scheduler, that configuration passed from outside is
        correct and can be used "as-is"
      
      fix accounting setting
      21f66094
  12. Aug 31, 2018
  13. Aug 24, 2018
  14. Aug 22, 2018
  15. Aug 17, 2018
    • Cédric Roux's avatar
      compilation warning "jobserver unavailable" removal · d4a8b5f3
      Cédric Roux authored
      This commit removes the warning:
      make[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
      
      Basically, inside a Makefile we should use $(MAKE) instead of make.
      d4a8b5f3
    • Cédric Roux's avatar
      T: check consistency of T_messages.txt with VCD functions and variables traces · 55ba99ac
      Cédric Roux authored
      Since VCD has now to go through the T tracer, we enforce the consistency
      of data found in common/utils/LOG/vcd_signal_dumper.[ch] with data
      found in common/utils/T/T_messages.txt.
      
      We might get completely rid of common/utils/LOG/vcd_signal_dumper.[ch] at some
      point. For the moment, let's keep it.
      
      This commit adds the program common/utils/T/check_vcd.c and necessary
      modifications to enforce its use at compilation time.
      
      If you modify common/utils/LOG/vcd_signal_dumper.[ch] but do not update
      common/utils/T/T_messages.txt an error will pop up when you compile the
      software. You have to keep both modules synchronized.
      55ba99ac
  16. Aug 09, 2018
  17. Aug 06, 2018
  18. Aug 03, 2018
  19. Jul 31, 2018
  20. Jul 30, 2018
  21. Jul 24, 2018
    • Cédric Roux's avatar
      remove gccxml/castxml · 1961fd7f
      Cédric Roux authored
      This was used for the ITTI analyzer.
      
      The ITTI analyzer is now to be considered obsolete.
      The source code will be removed at some point.
      1961fd7f
  22. Jul 20, 2018
  23. Jul 13, 2018
  24. Jul 10, 2018
  25. Jul 08, 2018
  26. Jul 06, 2018
  27. Jun 28, 2018
  28. Jun 26, 2018
  29. Jun 04, 2018
Loading