enb.centos.nord.conf 1.76 KB
Newer Older
Lionel Gauthier's avatar
Lionel Gauthier committed
1 2 3 4 5 6 7 8
Active_eNBs = ( "eNB_Eurecom_LTEBox");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";

eNBs =
(
 {
    ////////// Identification parameters:
Lionel Gauthier's avatar
 
Lionel Gauthier committed
9
    hard_real_time  =  "yes";
Lionel Gauthier's avatar
Lionel Gauthier committed
10 11 12 13 14 15 16
    eNB_ID    =  0xe00;
    
    cell_type =  "CELL_MACRO_ENB";
    
    eNB_name  =  "eNB_Eurecom_LTEBox";
    
    // Tracking area code, 0x0000 and 0xfffe are reserved values
17 18 19
    tracking_area_code = 15;
    plmn_list = ( { mcc = 208; mnc = 92; mnc_length = 2; } );

Lionel Gauthier's avatar
Lionel Gauthier committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
    ////////// Channel parameters:
    // Default Paging DRX of the eNB as defined in TS 36.304
    default_paging_drx  =  "PAGING_DRX_256";
    
    ////////// Physical parameters:
    frame_type              = "FDD";	
    prefix_type             = "NORMAL";
    eutra_band              = 7;
    downlink_frequency      = 2680000000L;
    uplink_frequency_offset = -120000000;
    
    ////////// MME parameters:
    mme_ip_address      = ( { ipv4       = "192.168.13.11";
                              ipv6       = "192:168:30::17";
                              active     = "yes";
                              preference = "ipv4";
                            }
                          );

39 40
    enable_measurement_reports = "no";

Cedric Roux's avatar
Cedric Roux committed
41 42 43 44 45
    ///X2
    enable_x2 = "no";
    t_reloc_prep      = 1000;      /* unit: millisecond */
    tx2_reloc_overall = 2000;      /* unit: millisecond */

Lionel Gauthier's avatar
Lionel Gauthier committed
46 47
    NETWORK_INTERFACES : 
    {
Raymond Knopp's avatar
 
Raymond Knopp committed
48
        ENB_INTERFACE_NAME_FOR_S1_MME            = "eth1";
Lionel Gauthier's avatar
Lionel Gauthier committed
49 50
        ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.13.10/24";

Raymond Knopp's avatar
 
Raymond Knopp committed
51
        ENB_INTERFACE_NAME_FOR_S1U               = "eth1";
Lionel Gauthier's avatar
Lionel Gauthier committed
52
        ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.13.10/24";
53 54 55

        ENB_IPV4_ADDRESS_FOR_X2C                 = "192.168.13.10/24";
        ENB_PORT_FOR_X2C                         = 36422; # Spec 36422
Lionel Gauthier's avatar
Lionel Gauthier committed
56 57 58 59
    };

  }
);