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
canghaiwuhen
OpenXG-RAN
Commits
d4e7c3cd
Commit
d4e7c3cd
authored
Mar 11, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5135
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
7798b72a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
150 additions
and
0 deletions
+150
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/VSWITCH.VIRTUAL.YANG/enb.sfr.yang.vswitch.conf
...E-EPC/CONF/VSWITCH.VIRTUAL.YANG/enb.sfr.yang.vswitch.conf
+32
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/VSWITCH.VIRTUAL.YANG/epc.sfr.yang.vswitch.conf
...E-EPC/CONF/VSWITCH.VIRTUAL.YANG/epc.sfr.yang.vswitch.conf
+118
-0
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/VSWITCH.VIRTUAL.YANG/enb.sfr.yang.vswitch.conf
0 → 100755
View file @
d4e7c3cd
Active_eNBs
= (
"eNB_Eurecom_0"
);
eNBs
=
(
{
eNB_ID
=
347472
;
cell_type
=
"CELL_MACRO_ENB"
;
eNB_name
=
"eNB_Eurecom_0"
;
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
mobile_country_code
=
208
;
mobile_network_code
=
10
;
//
Default
Paging
DRX
of
the
eNB
as
defined
in
TS
36
.
304
default_paging_drx
=
"PAGING_DRX_256"
;
mme_ip_address
= ( {
ipv4
=
"192.168.30.117"
;
ipv6
=
"2192:168:30::117"
;
active
=
"yes"
;
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"cpenb0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.30.17/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"upenb0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.31.17/24"
;
};
}
);
targets/PROJECTS/GENERIC-LTE-EPC/CONF/VSWITCH.VIRTUAL.YANG/epc.sfr.yang.vswitch.conf
0 → 100755
View file @
d4e7c3cd
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
=
0
; },
{
MCC
=
209
;
MNC
=
130
;
TAC
=
4
; },
{
MCC
=
208
;
MNC
=
35
;
TAC
=
8
; }
);
};
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
=
"eth1"
;
PGW_IPV4_ADDR_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