laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
s1gw: osmo-s1gw.config: fix pfcp_{loc,rem}_addr comments
Change-Id: I4b5b18750de48b5db1a23a95a427ba1fd3d3905d
---
M s1gw/osmo-s1gw.config
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/s1gw/osmo-s1gw.config b/s1gw/osmo-s1gw.config
index a04d1cf..ed87ae8 100644
--- a/s1gw/osmo-s1gw.config
+++ b/s1gw/osmo-s1gw.config
@@ -14,8 +14,8 @@
[{s1gw_bind_addr, "127.0.1.1"}, %% S1GW bind address for incoming eNB connections
{mme_loc_addr, "127.0.2.1"}, %% local address for outgoing connections to the MME
{mme_rem_addr, "127.0.2.10"}, %% remote address for outgoing connections to the MME
- {pfcp_loc_addr, "127.0.3.1"}, %% local address for outgoing connections to the UPF
- {pfcp_rem_addr, "127.0.3.10"} %% local address for outgoing connections to the UPF
+ {pfcp_loc_addr, "127.0.3.1"}, %% local address for incoming PFCP PDUs from the UPF
+ {pfcp_rem_addr, "127.0.3.10"} %% remote address for outgoing PFCP PDUs to the UPF
]},
%% ================================================================================
%% kernel config
To view, visit change 37940. To unsubscribe, or for help writing mail filters, visit settings.