Skip to content
Snippets Groups Projects
  1. Dec 23, 2018
  2. Dec 19, 2018
  3. Dec 13, 2018
  4. Dec 12, 2018
  5. Dec 05, 2018
  6. Nov 21, 2018
  7. Nov 05, 2018
  8. Nov 02, 2018
  9. Oct 25, 2018
    • Bi-Ruei, Chiu's avatar
      Update asn1c to commit 0a7524184f16e7093990a31d8d4db487a16e5782 · 342972c2
      Bi-Ruei, Chiu authored
      Fix the problem that duplicate type names exist in OPEN TYPE.
      
      The following excerpt of ASN.1 of X2AP is one example.
      
        HandoverRequestAcknowledge-IEs X2AP-PROTOCOL-IES ::= {
          { ID id-Old-eNB-UE-X2AP-ID  CRITICALITY ignore  TYPE UE-X2AP-ID  PRESENCE mandatory}|
          { ID id-New-eNB-UE-X2AP-ID  CRITICALITY ignore  TYPE UE-X2AP-ID  PRESENCE mandatory}|
          ...
        }
      342972c2
  10. Oct 17, 2018
  11. Oct 15, 2018
  12. Oct 12, 2018
  13. Oct 11, 2018
  14. Oct 09, 2018
    • Bi-Ruei, Chiu's avatar
      Update asn1c to commit d3aed06bb2bec7df1b5c6d0333f8c7dfc5993372 · 5eceff9f
      Bi-Ruei, Chiu authored
      1. Fix the problem of compiling NR_RangeToBestCell.c of NR-RRC 15.3.0
      2. Fix the problem that default OCTET/BIT STRING value not used in APER
      3. Add support of extension group inside CHOICE type used in LTE-RRC 15.3.0
      4. Fix the problem that NGAP 15.0.0 ASN.1 can not generate C files
      5eceff9f
  15. Oct 03, 2018
  16. Sep 28, 2018
  17. Sep 27, 2018
  18. Sep 21, 2018
  19. Sep 06, 2018
  20. 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
  21. Aug 31, 2018
  22. Aug 24, 2018
  23. 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
  24. Aug 22, 2018
  25. 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
  26. Aug 16, 2018
  27. Aug 09, 2018
  28. Aug 06, 2018
  29. Aug 03, 2018
  30. 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
  31. Jul 31, 2018
Loading