Change in osmo-dev[master]: net/templates/osmo-gbproxy.cfg: update format

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Apr 6 06:39:53 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/23419 )

Change subject: net/templates/osmo-gbproxy.cfg: update format
......................................................................

net/templates/osmo-gbproxy.cfg: update format

Update to changes in osmo-gbproxy
* Id67592aa7712e5e04e7264b2fb8f26d57eb7e69e
* I2a18dcf035f1fc7304a0c7c7c83b5e8e15429d2b

Change-Id: Ia7008d6d2d26030aa4c35439f1525a53957443a1
---
M net/templates/osmo-gbproxy.cfg
1 file changed, 6 insertions(+), 10 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, but someone else must approve
  lynxis lazus: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved; Verified



diff --git a/net/templates/osmo-gbproxy.cfg b/net/templates/osmo-gbproxy.cfg
index 60e1ece..60f66fe 100644
--- a/net/templates/osmo-gbproxy.cfg
+++ b/net/templates/osmo-gbproxy.cfg
@@ -1,12 +1,12 @@
 ${include(common_template_warning)}
 gbproxy
- sgsn nsei 101
+sgsn nsei 101
 ns
- nse 101 nsvci 101
- nse 101 remote-role sgsn
- nse 101 encapsulation udp
- nse 101 remote-ip ${SGSN_IP}
- nse 101 remote-port ${SGSN_GB_PORT}
+ bind udp local
+  listen ${GBPROXY_IP} ${GBPROXY_GB_PORT}
+  accept-ipaccess
+ nse 101
+  nsvc ipa local ${SGSN_IP} ${SGSN_GB_PORT} nsvci 101
  timer tns-block 3
  timer tns-block-retries 3
  timer tns-reset 3
@@ -14,10 +14,6 @@
  timer tns-test 30
  timer tns-alive 3
  timer tns-alive-retries 10
- encapsulation framerelay-gre enabled 0
- encapsulation framerelay-gre local-ip ${GBPROXY_IP}
- encapsulation udp local-ip ${GBPROXY_IP}
- encapsulation udp local-port ${GBPROXY_GB_PORT}
 
 ${foreach(LOG_OUTPUT)}
 log ${LOG_OUTPUTn_TYPE}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/23419
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ia7008d6d2d26030aa4c35439f1525a53957443a1
Gerrit-Change-Number: 23419
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Assignee: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-CC: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210406/96e32920/attachment.htm>


More information about the gerrit-log mailing list