Skip to content
Snippets Groups Projects
  1. Oct 12, 2018
  2. Oct 09, 2018
  3. Oct 05, 2018
  4. Oct 02, 2018
  5. Oct 01, 2018
  6. Sep 28, 2018
  7. Sep 27, 2018
  8. Sep 26, 2018
  9. Sep 21, 2018
  10. Sep 19, 2018
  11. Sep 11, 2018
  12. Sep 10, 2018
  13. Sep 06, 2018
  14. Sep 05, 2018
  15. Sep 04, 2018
  16. Sep 03, 2018
  17. Aug 31, 2018
  18. Aug 30, 2018
  19. Aug 29, 2018
  20. Aug 28, 2018
  21. Aug 24, 2018
  22. 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
  23. Aug 22, 2018
  24. Aug 21, 2018
Loading