From b423571f47e941261e1bacc99ea68d564cb5dae4 Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Wed, 6 Jan 2021 07:29:43 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35b8bc5..6825458 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,12 @@ Using Web UI, add a subscriber ## srsLTE eNB settings -If DOCKER_HOST_IP is properly set to the host running the SGW container, then the following static route is not required. +If SGWU_ADVERTISE_IP is properly set to the host running the SGWU container in NSA deployment, then the following static route is not required. On the eNB, make sure to have the static route to SGWU container (since internal IP of the SGWU container is advertised in S1AP messages and UE wont find the core in Uplink) ``` -ip r add via +# NSA - 4G5G Hybrid deployment +ip r add via ``` ## Not supported