An error occurred fetching the project authors.
  1. 21 Jan, 2019 1 commit
  2. 15 Jan, 2019 2 commits
  3. 14 Jan, 2019 1 commit
  4. 03 Dec, 2018 1 commit
  5. 08 Nov, 2018 2 commits
  6. 17 Oct, 2018 1 commit
  7. 16 Oct, 2018 4 commits
  8. 15 Oct, 2018 1 commit
  9. 12 Oct, 2018 1 commit
  10. 02 Oct, 2018 1 commit
  11. 01 Oct, 2018 1 commit
  12. 28 Sep, 2018 1 commit
  13. 27 Sep, 2018 1 commit
  14. 21 Sep, 2018 1 commit
  15. 03 Sep, 2018 2 commits
  16. 28 Aug, 2018 1 commit
  17. 24 Aug, 2018 1 commit
  18. 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
  19. 02 Aug, 2018 2 commits
  20. 27 Jul, 2018 1 commit
    • Raphael Defosseux's avatar
      CI: Improvements on the COTS-UE bench script · a2a00d22
      Raphael Defosseux authored
        * added banner to pipeline script
        * added parameters to Jenkins pipeline / python
          * xmlfile and test stage
        * eNB configuration files are located under ci-scripts/conf_files
          * no more correction of MNC
          * still correction of EPC / eNB IP addresses at runtime
          * Initialize_eNB_args is back using the proper "-O " syntax
        * Terminate stage is parallel as in FJU's original pipeline
        * Log collection stage is back fully parallel
        * Console as artifact an option
        * Check if terminate calls ended well, to be repeated at the end
        * Adding back iperf:
          * selection of iperf vs iperf3
          * adding some iperf testcases to test suite
        * Better enb launch
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      a2a00d22