From 2b751f4a2ea1d2f6dfafa67e1981e7abc34515dc Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 15 Nov 2013 13:04:01 +0100 Subject: [PATCH] fixed eNB IP addresses in EmuEpcHelper --- src/lte/helper/emu-epc-helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/helper/emu-epc-helper.cc b/src/lte/helper/emu-epc-helper.cc index 7768cf29c..ce5ef0f98 100644 --- a/src/lte/helper/emu-epc-helper.cc +++ b/src/lte/helper/emu-epc-helper.cc @@ -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 ();