Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
1b18bb99
Commit
1b18bb99
authored
Oct 17, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5904
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f23ec068
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
256 deletions
+0
-256
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.hades.vlan.conf
...ets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.hades.vlan.conf
+0
-131
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.yang.vswitch.conf
...s/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.yang.vswitch.conf
+0
-125
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.hades.vlan.conf
deleted
100755 → 0
View file @
f23ec068
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"
;
DEFAULT_APN
=
"www.eurecom.fr"
;
EMERGENCY_APN
=
"www.eurecom_sos.fr"
;
KASME
=
"CAFECAFECAFECAFECAFECAFECAFECAFE"
;
AUTH_RAND
= (
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x01
,
0
x02
,
0
x03
,
0
x04
);
AUTH_AUTN
= (
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x80
,
0
x05
,
0
x04
,
0
x03
,
0
x02
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
);
AUTH_XRES
= (
0
x67
,
0
x70
,
0
x3a
,
0
x31
,
0
xf2
,
0
x2a
,
0
x2d
,
0
x51
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
,
0
x00
);
IP_CAPABILITY
=
"IPV4V6"
;
INTERTASK_INTERFACE
:
{
# max queue size per task
ITTI_QUEUE_SIZE
=
2000000
;
};
S6A
:
{
S6A_CONF
=
"../objs/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
,
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
=
"208"
;
MNC
=
"35"
;
TAC
=
"8"
; }
);
};
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"
];
};
NETWORK_INTERFACES
:
{
MME_INTERFACE_NAME_FOR_S1_MME
=
"eth1.1"
;
MME_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.15.145/24"
;
MME_INTERFACE_NAME_FOR_S11_MME
=
"none"
;
MME_IPV4_ADDRESS_FOR_S11_MME
=
"192.168.33.117/24"
;
};
};
S
-
GW
:
{
NETWORK_INTERFACES
:
{
SGW_INTERFACE_NAME_FOR_S11
=
"none"
;
SGW_IPV4_ADDRESS_FOR_S11
=
"192.168.33.17/24"
;
SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
=
"eth1.2"
;
SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP
=
"192.168.16.145/24"
;
SGW_INTERFACE_NAME_FOR_S5_S8_UP
=
"none"
;
SGW_IPV4_ADDRESS_FOR_S5_S8_UP
=
"192.168.5.2/24"
;
};
};
P
-
GW
=
{
NETWORK_INTERFACES
:
{
PGW_INTERFACE_NAME_FOR_S5_S8
=
"none"
;
PGW_IPV4_ADDRESS_FOR_S5_S8
=
"192.168.5.1/24"
;
PGW_INTERFACE_NAME_FOR_SGI
=
"eth4"
;
PGW_IPV4_ADDRESS_FOR_SGI
=
"192.168.14.145/24"
;
};
IP_ADDRESS_POOL
:
{
IPV4_LIST
= (
"192.168.87.32"
,
"192.168.88.0<--->192.168.88.255"
,
"192.168.90.0<--->192.168.90.255"
);
IPV6_LIST
= (
"2014:01:26::32"
,
"2014:02:26::0/120"
);
};
};
targets/PROJECTS/GENERIC-LTE-EPC/CONF/epc.sfr.yang.vswitch.conf
deleted
100755 → 0
View file @
f23ec068
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"
;
INTERTASK_INTERFACE
:
{
# max queue size per task
ITTI_QUEUE_SIZE
=
2000000
;
};
S6A
:
{
S6A_CONF
=
"../objs/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
,
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
=
"38"
;
TAC
=
"1"
; },
{
MCC
=
"209"
;
MNC
=
"130"
;
TAC
=
"4"
; },
{
MCC
=
"208"
;
MNC
=
"35"
;
TAC
=
"8"
; }
);
};
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"
];
};
NETWORK_INTERFACES
:
{
MME_INTERFACE_NAME_FOR_S1_MME
=
"cpmme0"
;
MME_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.30.117/24"
;
MME_INTERFACE_NAME_FOR_S11_MME
=
"s11mme"
;
MME_IPV4_ADDRESS_FOR_S11_MME
=
"192.168.33.117/24"
;
# Can be a real physical interface or a openvswitch bridge name
# depending on what you want to do (MME, SPGW on an other host or on the same host)
# This property is parsed only by a bash script, not the mme binary.
MME_BRIDGE
=
"eth2"
};
};
S
-
GW
:
{
NETWORK_INTERFACES
:
{
SGW_INTERFACE_NAME_FOR_S11
=
"s11sgw"
;
SGW_IPV4_ADDRESS_FOR_S11
=
"192.168.33.17/24"
;
SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP
=
"upsgw0"
;
SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP
=
"192.168.31.117/24"
;
SGW_INTERFACE_NAME_FOR_S5_S8_UP
=
"upsgw1"
;
SGW_IPV4_ADDRESS_FOR_S5_S8_UP
=
"192.168.5.2/24"
;
};
};
P
-
GW
=
{
NETWORK_INTERFACES
:
{
PGW_INTERFACE_NAME_FOR_S5_S8
=
"uppgw0"
;
PGW_IPV4_ADDRESS_FOR_S5_S8
=
"192.168.5.1/24"
;
PGW_INTERFACE_NAME_FOR_SGI
=
"eth2"
;
PGW_IPV4_ADDRESS_FOR_SGI
=
"192.168.13.17/24"
;
};
IP_ADDRESS_POOL
:
{
IPV4_LIST
= (
"192.168.87.32"
,
"192.168.88.0<--->192.168.88.255"
,
"192.168.90.0<--->192.168.90.255"
);
IPV6_LIST
= (
"2014:01:26::32"
,
"2014:02:26::0/120"
);
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment