epc_sfr_mme0.conf 3.77 KB
Newer Older
Lionel Gauthier's avatar
 
Lionel Gauthier committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
MME : 
{

    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 :
    {
Lionel Gauthier's avatar
 
Lionel Gauthier committed
27 28
        MME_INTERFACE_NAME_FOR_S6A          = "vboxnet1";
        MME_IPV4_ADDRESS_FOR_S6A            = "192.168.57.1/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
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
        S6A_CONF                            = "./UTILS/CONF/s6a.conf";
    };

    # ------- 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 = [ 30 , 31, 32, 33, 34, 35, 36, 56 , 1 , 8 ];

        # MME GROUP ID DEFAULT = 0
        # size = 16 bits
        # maximum of 65535 values, comma separated
        MME_GID = [ 3 , 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="10";  TAC = "1"; },
             {MCC="209" ; MNC="130"; TAC = "4"; },
             {MCC="209" ; MNC="012"; TAC = "2"; },
             {MCC="208" ; MNC="35";  TAC = "8"; }
        );
    };
    
71 72 73 74 75 76 77
    NAS :
    {
        # 3GPP TS 33.401 section 7.2.4.3 Procedures for NAS algorithm selection
        ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "EIA1" , "EIA2" , "EIA0" ];
        ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "EEA0" , "EEA1" , "EEA2" ];
    };
    
Lionel Gauthier's avatar
 
Lionel Gauthier committed
78 79
    NETWORK_INTERFACES : 
    {
Lionel Gauthier's avatar
 
Lionel Gauthier committed
80 81
        MME_INTERFACE_NAME_FOR_S1_MME         = "vboxnet0";
        MME_IPV4_ADDRESS_FOR_S1_MME           = "192.168.56.1/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
82

Lionel Gauthier's avatar
 
Lionel Gauthier committed
83 84
        MME_INTERFACE_NAME_FOR_S11_MME        = "none";
        MME_IPV4_ADDRESS_FOR_S11_MME          = "0.0.0.0/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
85 86 87 88 89 90 91
    };
};

S-GW : 
{
    NETWORK_INTERFACES : 
    {
Lionel Gauthier's avatar
 
Lionel Gauthier committed
92 93
        SGW_INTERFACE_NAME_FOR_S11              = "none";
        SGW_IPV4_ADDRESS_FOR_S11                = "0.0.0.0/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
94

Lionel Gauthier's avatar
 
Lionel Gauthier committed
95 96
        SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP    = "vboxnet0";
        SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP      = "192.168.56.1/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
97 98

        SGW_INTERFACE_NAME_FOR_S5_S8_UP         = "none";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
99
        SGW_IPV4_ADDRESS_FOR_S5_S8_UP           = "0.0.0.0/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
100 101 102 103 104 105 106 107
    };
};

P-GW = 
{
    NETWORK_INTERFACES : 
    {
        PGW_INTERFACE_NAME_FOR_S5_S8          = "none";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
108
        PGW_IPV4_ADDRESS_FOR_S5_S8            = "0.0.0.0/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
109

Lionel Gauthier's avatar
 
Lionel Gauthier committed
110
        PGW_INTERFACE_NAME_FOR_SGI            = "eth1";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
111
        PGW_IPV4_ADDRESS_FOR_SGI              = "192.168.13.178/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
    };
    
    IP_ADDRESS_POOL :
    {
        IPV4_LIST = (
                      "192.168.87.32",
                      "192.168.88.0/24",
                      "192.168.90.0/24"
                    );
        IPV6_LIST = (
                      "2014:02:26::0/120"
                    );
    };
    
    APN :
    {
    
    };
};

HSS = 
{
    NETWORK_INTERFACES : 
    {
Lionel Gauthier's avatar
 
Lionel Gauthier committed
136 137
        HSS_INTERFACE_NAME_FOR_S6A          = "none";
        HSS_IPV4_ADDRESS_FOR_S6A            = "192.168.57.101/24";
Lionel Gauthier's avatar
 
Lionel Gauthier committed
138 139 140 141
    };
};