An error occurred fetching the project authors.
  1. 14 Sep, 2019 3 commits
  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. 27 Feb, 2019 1 commit
  6. 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
  7. 20 Oct, 2018 1 commit
  8. 28 Sep, 2018 1 commit
  9. 12 Sep, 2018 1 commit
  10. 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
  11. 30 Jul, 2018 1 commit
  12. 06 Jul, 2018 1 commit
  13. 29 Jun, 2018 1 commit
  14. 14 Jun, 2018 1 commit
    • Cedric Roux's avatar
      set value of pucch_n1_AN to 0 everywhere by default · cce51f69
      Cedric Roux authored
      Since now pucch_n1_AN is taken from the configuration file,
      it has to be set to 0. Value 32 will not work well, at least
      in FDD. This has to be handled properly at some point
      (do not use uplink resource blocks used by PUCCH for PUSCH).
      cce51f69
  15. 02 Jun, 2018 1 commit
  16. 06 Apr, 2018 1 commit
  17. 05 Apr, 2018 1 commit
  18. 10 Mar, 2018 1 commit
  19. 09 Mar, 2018 1 commit
  20. 09 Feb, 2018 1 commit
    • Cedric Roux's avatar
      bugfix: fix eNB name in configuration files · 11fe5f97
      Cedric Roux authored
      '_' is not a valid character.
      
      S1AP specs say:
      
          ENBname ::= PrintableString (SIZE (1..150,...))
      
      And X.680 (08/2015) 41.4 table 10 lists the valid characters for
      PrintableString. '_' is not there. We replace by '-' which is there.
      
      Connection of eNB to ppenair-cn has not been tested. There is no reason
      why it would fail.
      11fe5f97
  21. 18 Oct, 2017 1 commit
  22. 01 Oct, 2017 1 commit
  23. 28 Sep, 2017 1 commit
  24. 14 Sep, 2017 1 commit
  25. 14 Aug, 2017 1 commit
  26. 06 Jul, 2017 1 commit
  27. 25 Apr, 2017 1 commit
  28. 17 Apr, 2017 1 commit
  29. 17 Feb, 2017 1 commit
  30. 08 Feb, 2017 1 commit
  31. 07 Jan, 2017 1 commit
  32. 22 Dec, 2016 1 commit
  33. 01 Dec, 2016 1 commit
  34. 06 Aug, 2016 1 commit
  35. 01 Aug, 2016 1 commit
  36. 31 Jul, 2016 2 commits
  37. 27 Jul, 2016 1 commit