An error occurred fetching the project authors.
  1. 22 Sep, 2020 1 commit
    • Cedric Roux's avatar
      nr: improve x2/rrc for ENDC · 4236ff2b
      Cedric Roux authored
      This commit introduces several enhancements in X2AP and RRC to deal
      with ENDC. The main goal is to deal with UE's on/off and with various
      errors.
      
      The following work is included:
      
          - DC prep and DC overall X2 timers
          - X2 messages for UE release and DC timers' timeout
      
      Open problems:
      
          - what to do when the UE sends an scg Failure? This commit removes
            the UE. And this removal may not be correctly done
          - UE removal in the gNB's PHY layer (a next commit is coming,
            but it is hackish and will need a rework)
      4236ff2b
  2. 13 May, 2019 1 commit
    • Cedric Roux's avatar
      RRC: add an option to enable measurement reports · cd667e55
      Cedric Roux authored
      In the configuration file, to enable measurements, add:
      
          enable_measurement_reports = "yes";
      
      Note that if x2 is enabled then the option 'enable_measurement_reports'
      is not taken into account and the measurements are enabled.
      cd667e55
  3. 28 Apr, 2019 1 commit
  4. 13 Mar, 2019 1 commit
    • Cedric Roux's avatar
      x2ap: timers, cleanup · 9456fe58
      Cedric Roux authored
      This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall).
      You need to set the values in the configuration file.
      
      X2AP can be enabled or disabled in the configuration file too (disabled
      by default).
      
      Some deadcode was removed.
      9456fe58
  5. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  6. 28 Sep, 2018 1 commit
  7. 23 Aug, 2018 1 commit
    • 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
  8. 31 Oct, 2014 1 commit
  9. 05 Aug, 2014 1 commit
  10. 23 May, 2014 1 commit
  11. 13 May, 2014 1 commit
  12. 23 Apr, 2014 1 commit
  13. 27 Mar, 2014 1 commit
  14. 04 Feb, 2014 2 commits
  15. 31 Jan, 2014 2 commits
  16. 29 Jan, 2014 1 commit
  17. 27 Jan, 2014 2 commits