Commit 16b377c9 authored by Lionel Gauthier's avatar Lionel Gauthier

PDN addresses IP addresses

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5003 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a2fd924f
......@@ -139,13 +139,17 @@ P-GW =
{
IPV4_LIST = (
"192.168.87.32",
"192.168.88.1 ... 192.168.88.123",
"192.168.90.1 ... 192.168.90.117"
"192.168.88.0<--->192.168.88.255",
"192.168.90.0<--->192.168.90.255"
);
IPV6_LIST = (
"2014:01:26::32",
"12014:01:26::1 ... 2014:01:26::2",
"12014:01:26::1 ... 2014:01:26::2"
"12014:01:26::1<--->2014:01:26::2",
"12014:01:26::1<--->2014:01:26::2"
);
};
};
#UEs =
#( {} , {}
#);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment