Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
ca5b92c9
Commit
ca5b92c9
authored
Jan 30, 2014
by
gauthier
Browse files
In progress
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4993
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
2ceef551
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/PROJECTS/GENERIC-LTE-EPC/CONF/all.sfr.yang_vswitch.conf
View file @
ca5b92c9
...
...
@@ -24,6 +24,15 @@ eNBs =
preference
=
"ipv4"
;
}
);
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"cpenb0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.30.117/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"upenb0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.31.117/24"
;
};
}
);
...
...
@@ -58,14 +67,14 @@ MME :
# 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
:
...
...
@@ -84,11 +93,11 @@ MME :
# 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
}
)
}
{
MCC
=
208
;
MNC
=
38
;
TAC
=
0
;
},
{
MCC
=
209
;
MNC
=
130
;
TAC
=
4
;
},
{
MCC
=
208
;
MNC
=
35
;
TAC
=
8
;
}
)
;
}
;
NETWORK_INTERFACES
:
{
...
...
@@ -97,7 +106,7 @@ MME :
MME_INTERFACE_NAME_FOR_S11_MME
=
"s11mme"
;
MME_IPV4_ADDRESS_FOR_S11_MME
=
"192.168.33.117/24"
;
}
}
;
};
S
-
GW
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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