fixeria has uploaded this change for review.

View Change

config/sys.config: fix grammar in comments

Change-Id: I778d762b3c857c0d30da25813b858792a9284996
---
M config/sys.config
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/35/37935/1
diff --git a/config/sys.config b/config/sys.config
index 66fbdc9..45a14cb 100644
--- a/config/sys.config
+++ b/config/sys.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.1.1"}, %% local address for incoming PFCP PDUs from UPF
- {pfcp_rem_addr, "127.0.1.2"} %% remote address for outgoing PFCP PDUs to UPF
+ {pfcp_loc_addr, "127.0.1.1"}, %% local address for incoming PFCP PDUs from the UPF
+ {pfcp_rem_addr, "127.0.1.2"} %% remote address for outgoing PFCP PDUs to the UPF
%% Optional PFCP Network Instance IEs (omitted if not configured)
%% {pfcp_net_inst_core, << 16#09, "core-side" >>}, %% PFCP Network Instance IE value (to core)
%% {pfcp_net_inst_access, << 16#0a, "radio-side" >>} %% PFCP Network Instance IE value (to access)

To view, visit change 37935. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I778d762b3c857c0d30da25813b858792a9284996
Gerrit-Change-Number: 37935
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>