Attention is currently required from: laforge.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36083?usp=email )
Change subject: Various new per-hnb RANAP and RUA counters
......................................................................
Patch Set 4: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/36083?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I61bd4f51ec88fd93d8640d39228ac85f5ac5b69b
Gerrit-Change-Number: 36083
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 11 Mar 2024 09:17:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has abandoned this change. ( https://gerrit.osmocom.org/c/pysim/+/36140?usp=email )
Change subject: [RFC] ePDGId: allow passing both string and int type values
......................................................................
Abandoned
as stated, it is not feasible to support different representations consistently in each and every file.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/36140?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I231fad78f5c5b5c23f38a6c913df957cfa06259e
Gerrit-Change-Number: 36140
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: abandon
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/36220?usp=email )
Change subject: doc: Mention the `gb-dialect` vty option, as it is quite essential
......................................................................
doc: Mention the `gb-dialect` vty option, as it is quite essential
We should have introduced this documentation snipped years ago, when
first introducing IP-SNS support in libosmogb/osmo-pcu.
Change-Id: I83709b7231c2a3930e1b3f09b737319fb7d7e741
---
M doc/manuals/chapters/overview.adoc
1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/20/36220/1
diff --git a/doc/manuals/chapters/overview.adoc b/doc/manuals/chapters/overview.adoc
index 69d0672..45aea53 100644
--- a/doc/manuals/chapters/overview.adoc
+++ b/doc/manuals/chapters/overview.adoc
@@ -106,6 +106,19 @@
Gb implementation to be used from OsmoPCU, OsmoGbProxy as well as
OsmoSGSN.
+The Gb Implementation supports two different dialects:
+
+* `classic` dialect, which implements a non-standard dialect from the days
+ where Frame Relay was the default and no IP transport had yet been
+ specified by 3GPP.
+* `ip-sns` dialect, which implements the 3GPP standard for NS-over-IP,
+ including the IP-SNS protocol.
+
+In case of doubt, and assuming you are directly interfacing to a
+modern 3rd party SGSN, use the `ip-sns` dialect.
+
+Selection of the dialect is done using the `gb-dialect` VTY option at the `pcu` node.
+
[[pcu_sock_iface]]
==== `pcu_sock` Interface to OsmoBTS/OsmoBSC
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/36220?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I83709b7231c2a3930e1b3f09b737319fb7d7e741
Gerrit-Change-Number: 36220
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange