OpenAirInterface: Konfigurasi enb.conf: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
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";
Line 29: Line 21:
         ENB_PORT_FOR_X2C                        = 36422; # Spec 36422
         ENB_PORT_FOR_X2C                        = 36422; # Spec 36422
     };
     };
Konfigurasi enb untuk Band3
component_carriers = (
      {
      eutra_band                                      = 3;
      downlink_frequency                              = 1870000000L;
      uplink_frequency_offset                        = -95000000;
      }
);
Konfigurasi enb untuk Band7
component_carriers = (
      {
      eutra_band                                      = 7;
      downlink_frequency                              = 2680000000L;
      uplink_frequency_offset                        = -120000000;
      }
);

Revision as of 04:09, 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; } );

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
   };

Konfigurasi enb untuk Band3

component_carriers = (
     {
     eutra_band                                      = 3;
     downlink_frequency                              = 1870000000L;
     uplink_frequency_offset                         = -95000000;
     }
);

Konfigurasi enb untuk Band7

component_carriers = (
     {
     eutra_band                                      = 7;
     downlink_frequency                              = 2680000000L;
     uplink_frequency_offset                         = -120000000;
     }
);