fixeria has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/40/37940/1
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.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4b5b18750de48b5db1a23a95a427ba1fd3d3905d
Gerrit-Change-Number: 37940
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>