Difference between revisions of "OpenAirInterface: Konfigurasi enb.conf"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
plmn_list = ( { mcc = 510; mnc = 33; mnc_length = 2; } ); | plmn_list = ( { mcc = 510; mnc = 33; mnc_length = 2; } ); | ||
+ | component_carriers = ( | ||
+ | { | ||
+ | eutra_band = 3; | ||
+ | downlink_frequency = 1870000000L; | ||
+ | uplink_frequency_offset = -95000000; | ||
+ | |||
+ | } | ||
+ | ); | ||
+ | |||
mme_ip_address = ( { ipv4 = "192.168.100.236"; | mme_ip_address = ( { ipv4 = "192.168.100.236"; | ||
ipv6 = "192:168:30::17"; | ipv6 = "192:168:30::17"; |
Revision as of 11:06, 2 November 2022
cd /usr/local/src/openairinterface5g/ci-scripts/conf_files/ nano enb.band7.tm1.25PRB.usrpb210.conf
tracking_area_code = 1; plmn_list = ( { mcc = 510; mnc = 33; mnc_length = 2; } ); component_carriers = ( { eutra_band = 3; downlink_frequency = 1870000000L; uplink_frequency_offset = -95000000;
} );
mme_ip_address = ( { ipv4 = "192.168.100.236"; ipv6 = "192:168:30::17"; port = 36412 ; active = "yes"; preference = "ipv4";
NETWORK_INTERFACES : { ENB_INTERFACE_NAME_FOR_S1_MME = "enp1s0"; ENB_IPV4_ADDRESS_FOR_S1_MME = "192.168.100.234/24"; ENB_INTERFACE_NAME_FOR_S1U = "enp1s0"; ENB_IPV4_ADDRESS_FOR_S1U = "192.168.100.234/24"; ENB_PORT_FOR_S1U = 2152; # Spec 2152 ENB_IPV4_ADDRESS_FOR_X2C = "192.168.100.234/24"; ENB_PORT_FOR_X2C = 36422; # Spec 36422 };