epc.generic.conf 8.04 KB
Newer Older
Navid Nikaein's avatar
Navid Nikaein committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#             INTERNET GW 192.168.12.100      
#                                  |
#                                  |
#                 192.168.12.175/24 | 
# +-----------+----------------+---+--+---------------------------------------+
# | HSS       |                | eth1 |                                       |
# +-----------+                +---+--+                                       |
# |  host "olympie"                |                                          |
# |                                |                                          |
# |                          +-----+------+                                   |
# |                          |MASQUERADING|                                   | 192.168.13.17
# |                          +-----+------+                                   +----+
# |     +------------+             |                                          |eth2+--x disconnected
# |     |  HSS       |             |                                          +----+
# |     |            |             |                                          |
# |     |            |             |                                          |
# |     |            |             |                                          |
# |     +------------+         +---+--+                                       |
# |                            | eth3 |                                       |
# +----------------------------+---+--+---------------------------------------+
Lionel Gauthier's avatar
 
Lionel Gauthier committed
21
#                192.168.14.175/24 |
Navid Nikaein's avatar
Navid Nikaein committed
22 23
#                                  |
#                                  |                            x disconnected
Lionel Gauthier's avatar
 
Lionel Gauthier committed
24
#                 192.168.14.17/24 |           192.168.12.175/24|
Navid Nikaein's avatar
Navid Nikaein committed
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
# +-----------+----------------+---+--+---------------------+---+--+----------+
# | MME       |                | eth3 |                     | eth1 |          |
# +-----------+                +------+                     +------+          |
# | host "yang"                                                               |
# |                                                                           |
# |                           +-----------------+                             |
# |                           |     MME         |                             |
# |                           |     S+P/GW      |                             |
# |                           |                 |                             |
# |                           |                 |                             |
# |                           |                 |                             |
# |                           |                 |                             |
# |                           |                 |                             |
# |                           +-----------------+                             |
# |                                                                           |
# |                                                                           |
# |                            +------+                                       |
# |                            | eth2 |                                       |
# +----------------------------+---+--+---------------------------------------+
#                    192.168.13.175|
#                                  |
#                                  |
#                    192.168.13.82 | (S1-C, S1-U)
# +-----------+----------------+---+--+---------------------------------------+
# | eNB       |                | eth0 |                                       |
# +-----------+                +------+                                       |
# |  host "calisson"                                                          |
# |                                                                           | 192.168.12.82
# |                                                                           +----+
# |                                                                           |eth1+--internet via router
# |                                                                           +----+
# |                                                                           |
# +---------------------------------+-----------------------------------------+
#                                   |
#                                   O (RF antenna)

MME : 
{

    GNU_DEBUGGER                   = "yes";
    REALM                          = "eur";
    # Define the limits of the system in terms of served eNB and served UE.
    # When the limits will be reached, overload procedure will take place.
    MAXENB                         = 10;
    MAXUE                          = 100;
    RELATIVE_CAPACITY              = 10;
    # Display statistics about whole system (expressed in seconds)
    MME_STATISTIC_TIMER            = 10;
    EMERGENCY_ATTACH_SUPPORTED     = "no";
    UNAUTHENTICATED_IMSI_SUPPORTED = "no";
    # VERBOSITY: none, info, annoying
    VERBOSITY                      = "none";
    
    
    IP_CAPABILITY = "IPV4V6";
    
    
    INTERTASK_INTERFACE :
    {
        # max queue size per task
        ITTI_QUEUE_SIZE            = 2000000;
    };

    S6A :
    {
        # pwd=$OPENAIR_CN/objs
        S6A_CONF                   = "./s6a.conf";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
92
        HSS_HOSTNAME = "to_do_here_put_your_hss_host_name";
Navid Nikaein's avatar
Navid Nikaein committed
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
    };

    # ------- SCTP definitions
    SCTP :
    {
        # Number of streams to use in input/output
        SCTP_INSTREAMS = 32;
        SCTP_OUTSTREAMS = 32;
    };

    # ------- S1AP definitions
    S1AP : 
    {
        # outcome drop timer value (seconds)
        S1AP_OUTCOME_TIMER = 10;
    };

    # ------- MME served GUMMEI
    GUMMEI :
    {
        # MME code DEFAULT = 0
        # size = 8 bits
        # maximum of 256 values, comma separated
        MME_CODE = [ 1, 30 , 31, 32, 33, 34, 35, 36, 56 , 29 , 8 ];

        # MME GROUP ID DEFAULT = 0
        # size = 16 bits
        # maximum of 65535 values, comma separated
        MME_GID = [ 32768 , 4 , 5 , 30 , 8 , 9 , 50021 ];

        # TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
        # max values = 999.999:65535
        # maximum of 32 values, comma separated
        PLMN = ( 
             {MCC="208" ; MNC="92";  TAC = "1"; },
             {MCC="208" ; MNC="10";  TAC = "1"; },
             {MCC="209" ; MNC="130"; TAC = "4"; },
             {MCC="209" ; MNC="012"; TAC = "2"; },
             {MCC="208" ; MNC="35";  TAC = "8"; }
        );
    };
    
    NAS :
    {
        # 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection
        # decreasing preference goes from left to right
        ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA2" , "EIA1" , "EIA0" ];
        ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ];
    };
    
    NETWORK_INTERFACES : 
    {
        MME_INTERFACE_NAME_FOR_S1_MME         = "eth2";
        MME_IPV4_ADDRESS_FOR_S1_MME           = "192.168.13.17/24";

        MME_INTERFACE_NAME_FOR_S11_MME        = "none";
        MME_IPV4_ADDRESS_FOR_S11_MME          = "0.0.0.0/24";
    };
};

S-GW : 
{
    NETWORK_INTERFACES : 
    {
        SGW_INTERFACE_NAME_FOR_S11              = "none";
        SGW_IPV4_ADDRESS_FOR_S11                = "0.0.0.0/24";

        SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP    = "eth2";
        SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP      = "192.168.13.17/24";
        SGW_IPV4_PORT_FOR_S1U_S12_S4_UP         = 2152;

        SGW_INTERFACE_NAME_FOR_S5_S8_UP         = "none";
        SGW_IPV4_ADDRESS_FOR_S5_S8_UP           = "0.0.0.0/24";
    };
};

P-GW = 
{
    NETWORK_INTERFACES : 
    {
        PGW_INTERFACE_NAME_FOR_S5_S8          = "none";
        PGW_IPV4_ADDRESS_FOR_S5_S8            = "0.0.0.0/24";

        PGW_INTERFACE_NAME_FOR_SGI            = "eth3";
        PGW_IPV4_ADDRESS_FOR_SGI              = "192.168.14.17/24";
    };
    
    IP_ADDRESS_POOL :
    {
        IPV4_LIST = (
                      "192.178.0.0/24",
                      "192.168.2.60",
                      "192.178.1.0/24"
                    );
        IPV6_LIST = (
                      "2014:02:26::0/120"
                    );
    };
Lionel Gauthier's avatar
Lionel Gauthier committed
191 192
    DEFAULT_DNS_IPV4_ADDRESS     = "192.168.12.100";
    DEFAULT_DNS_SEC_IPV4_ADDRESS = "192.168.106.12";
Navid Nikaein's avatar
Navid Nikaein committed
193 194 195
};