enb.centos.memphis.conf 3 KB
Newer Older
1 2 3 4 5 6 7
Active_eNBs = ( "eNB_Eurecom_LTEBox");
# Asn1_verbosity, choice in: none, info, annoying
Asn1_verbosity = "none";

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

21 22 23 24 25 26 27 28 29 30 31
    ////////// 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;
    
32 33 34 35 36 37 38 39 40 41 42 43
    component_carriers = (
    		       	 {
			 cell_id                 = 0;
                         N_RB_DL                 = 25;
			 },
			 {
			 cell_id		 = 1; 
			 N_RB_DL                 = 50;
			 }  
			 );
    

44
    ////////// MME parameters:
45
    mme_ip_address      = ( { ipv4       = "192.168.13.11";
46 47 48 49
                              ipv6       = "192:168:30::17";
                              active     = "yes";
                              preference = "ipv4";
                            }
50
			    );
51

52 53
    enable_measurement_reports = "no";

Cedric Roux's avatar
Cedric Roux committed
54 55 56 57
    ///X2
    enable_x2 = "no";
    t_reloc_prep      = 1000;      /* unit: millisecond */
    tx2_reloc_overall = 2000;      /* unit: millisecond */
Cedric Roux's avatar
Cedric Roux committed
58 59
    t_dc_prep         = 1000;      /* unit: millisecond */
    t_dc_overall      = 2000;      /* unit: millisecond */
Cedric Roux's avatar
Cedric Roux committed
60

61 62 63
    NETWORK_INTERFACES : 
    {
        ENB_INTERFACE_NAME_FOR_S1_MME            = "eth0";
64
        ENB_IPV4_ADDRESS_FOR_S1_MME              = "192.168.13.10/24";
65 66

        ENB_INTERFACE_NAME_FOR_S1U               = "eth0";
67
        ENB_IPV4_ADDRESS_FOR_S1U                 = "192.168.13.10/24";
68 69 70

        ENB_IPV4_ADDRESS_FOR_X2C                 = "192.168.13.10/24";
        ENB_PORT_FOR_X2C                         = 36422; # Spec 36422
71
    };
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
# available options for level:   error, warn, notice, info, debug, trace
# available options for verbosity: none, low, medium, high, full
    log_config : 
    {
	global_log_level                      ="debug"; 
    	global_log_verbosity                  ="medium";
	hw_log_level                          ="debug"; 
    	hw_log_verbosity                      ="medium";
	phy_log_level                         ="info"; 
    	phy_log_verbosity                     ="medium";
	mac_log_level                         ="debug"; 
    	mac_log_verbosity                     ="high";
	rlc_log_level                         ="info"; 
    	rlc_log_verbosity                     ="medium";
	pdcp_log_level                        ="info"; 
    	pdcp_log_verbosity                    ="medium";
	rrc_log_level                         ="info"; 
    	rrc_log_verbosity                     ="medium";
   };	
91 92 93

  }
);