Skip to content
Snippets Groups Projects
  1. Jan 21, 2019
  2. Jan 15, 2019
  3. Jan 14, 2019
  4. Jan 07, 2019
    • Cédric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cédric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  5. Dec 03, 2018
  6. Nov 22, 2018
  7. Nov 08, 2018
  8. Oct 17, 2018
  9. Oct 16, 2018
  10. Oct 15, 2018
  11. Oct 12, 2018
  12. Oct 02, 2018
  13. Oct 01, 2018
  14. Sep 28, 2018
  15. Sep 27, 2018
  16. Sep 21, 2018
  17. Sep 03, 2018
  18. Aug 28, 2018
  19. Aug 24, 2018
  20. 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
  21. Aug 02, 2018
  22. Jul 27, 2018
    • 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
Loading