Skip to content
Snippets Groups Projects
  1. Sep 21, 2018
  2. Sep 06, 2018
  3. 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
  4. Aug 31, 2018
  5. Aug 24, 2018
  6. Aug 23, 2018
    • Konstantinos Alexandris's avatar
      minor fixes for x2 + modify conf files · 3b3b9718
      Konstantinos Alexandris authored
      The configuration file has now to contain ENB_IPV4_ADDRESS_FOR_X2C and
      ENB_PORT_FOR_X2C in the NETWORK_INTERFACES section.
      
      For example:
      
          NETWORK_INTERFACES :
          {
              ENB_INTERFACE_NAME_FOR_S1_MME            = "eth0";
              ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.12.111/24";
              ENB_INTERFACE_NAME_FOR_S1U               = "eth0";
              ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.12.111/24";
              ENB_PORT_FOR_S1U                         = 2152; # Spec 2152
      
              ENB_IPV4_ADDRESS_FOR_X2C                 = "192.168.12.111/24";
              ENB_PORT_FOR_X2C                         = 36422; # Spec 36422
          };
      3b3b9718
  7. Aug 22, 2018
  8. 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
  9. Aug 16, 2018
  10. Aug 09, 2018
  11. Aug 06, 2018
  12. Aug 03, 2018
  13. Aug 01, 2018
    • Cédric Roux's avatar
      fix install on centOS · 9e8ad492
      Cédric Roux authored
      - install package 'vim-common' to have 'xxd' needed by the compilation
        process of the T tracer
      - change the way xxd is called so that no file is created in case
        of error
      9e8ad492
  14. Jul 31, 2018
  15. Jul 30, 2018
  16. Jul 24, 2018
    • Cédric Roux's avatar
      better setup for asn1c · a385af01
      Cédric Roux authored
      - use OAI location to retrieve asn1c
      - use a specific commit instead of a branch name
      a385af01
    • 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
  17. Jul 20, 2018
  18. Jul 13, 2018
  19. Jul 10, 2018
  20. Jul 08, 2018
  21. Jul 06, 2018
  22. Jul 05, 2018
  23. Jun 30, 2018
  24. Jun 29, 2018
  25. Jun 28, 2018
  26. Jun 26, 2018
Loading