fixed eNB IP addresses in EmuEpcHelper

This commit is contained in:
Nicola Baldo
2013-11-15 13:04:01 +01:00
parent fb295e22c9
commit 2b751f4a2e

View File

@@ -157,7 +157,7 @@ EmuEpcHelper::DoInitialize ()
// we use a /8 subnet so the SGW and the eNBs can talk directly to each other
m_epcIpv4AddressHelper.SetBase ("10.0.0.0", "255.255.255.0", "0.0.0.1");
m_sgwIpIfaces = m_epcIpv4AddressHelper.Assign (sgwDevices);
m_epcIpv4AddressHelper.SetBase ("10.0.0.0", "255.0.0.0", "0.1.1.1");
m_epcIpv4AddressHelper.SetBase ("10.0.0.0", "255.0.0.0", "0.0.0.101");
EpcHelper::DoInitialize ();