Skip to content
Snippets Groups Projects
Select Git revision
  • 05262f668498231afb0e689fc615d68286275f97
  • develop default protected
  • IAB-Eurecom
  • pucch2_polar_llr_dynamic_range
  • aerial_cbrs
  • ldpc_decoding_module_interface_rework_xdma
  • integration_2024_w29
  • develop-ul-power
  • disable_harq
  • experimental-20240717
  • fix-segfault-srs-antenna-ports
  • nr-ue-phr
  • ci-fhi72-pipeline
  • ci-iperf2-func
  • NR_UE_CSI_measurements_size
  • fix-assert-in-pc
  • ldpc_decoding_module_interface_rework_t2
  • ldpc_decoding_module_interface_rework
  • ci-deploy-restructure
  • Msg3_MAC_CE_C-RNTI_BWP_Fix
  • fix-7.2-mem-leak
  • 2024.w28
  • 2024.w27
  • 2024.w26
  • 2024.w25
  • 2024.w24
  • 2024.w23
  • 2024.w22
  • ARC_1.3
  • 2024.w21
  • 2024.w18
  • 2024.w17
  • 2024.w16
  • 2024.w15
  • 2024.w14
  • 2024.w13
  • 2024.w12
  • 2024.w11
  • 2024.w10
  • 2024.w09
  • 2024.w08
41 results

v2

  • Clone with SSH
  • Clone with HTTPS
  • Forked from oai / openairinterface5G
    22648 commits behind the upstream repository.
    user avatar
    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
    History