Disables dynamic route configuration for UEs
diff --git a/apps/fpcagent/src/main/java/org/onosproject/fpcagent/protocols/DpnP4Communicator.java b/apps/fpcagent/src/main/java/org/onosproject/fpcagent/protocols/DpnP4Communicator.java
index 71c993e..b2e6062 100644
--- a/apps/fpcagent/src/main/java/org/onosproject/fpcagent/protocols/DpnP4Communicator.java
+++ b/apps/fpcagent/src/main/java/org/onosproject/fpcagent/protocols/DpnP4Communicator.java
@@ -223,8 +223,11 @@
// Segment routing configuration
ROUTES.putIfAbsent(sessionId, Sets.newHashSet());
- ROUTES.get(sessionId).add(
- new Route(Route.Source.STATIC, ueAddr.toIpPrefix(), s1UEnodebIpv4));
+
+ // FIXME: MWC 2018 - we go with static route configuration for the UE addr pool
+ // i.e. 17.255.0.0/16 -> eNB address
+ // ROUTES.get(sessionId).add(
+ // new Route(Route.Source.STATIC, ueAddr.toIpPrefix(), s1UEnodebIpv4));
// List<InterfaceIpAddress> ifaceIpAddrList = Lists.newArrayList();
// ifaceIpAddrList.add(InterfaceIpAddress.valueOf(s1USgwIpv4.toIpPrefix().toString()));