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