Change in osmo-gbproxy[master]: manual: Add section describing show gbproxy command usage

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Jun 16 20:31:38 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/24694 )

Change subject: manual: Add section describing show gbproxy command usage
......................................................................

manual: Add section describing show gbproxy command usage

Change-Id: Iad2775d125b842f47b0a7b8324fbe417bece04de
---
M doc/manuals/chapters/gbproxy-configuration.adoc
1 file changed, 45 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/doc/manuals/chapters/gbproxy-configuration.adoc b/doc/manuals/chapters/gbproxy-configuration.adoc
index 79a508b..d25c389 100644
--- a/doc/manuals/chapters/gbproxy-configuration.adoc
+++ b/doc/manuals/chapters/gbproxy-configuration.adoc
@@ -48,4 +48,48 @@
 ----
 <1> Define bind with IP/port for the BSS
 <2> Allow BSS with dynamic NSE to connect to this bind
-<3> Use this bind as default for dynamic NSE
\ No newline at end of file
+<3> Use this bind as default for dynamic NSE
+
+=== Checking OsmoGbProxy state
+
+The VTY interface (see <<vty>>) offers you commands to inspect the state of
+OsmoGbProxy.
+FIXME mention/link to NS VTY chapter
+
+
+.Example: Check SGSN-side BVCs
+----
+OsmoGbProxy# show gbproxy bvc sgsn <1>
+NSEI     1, SIG-BVCI     0 [UNBLOCKED] <2>
+NSEI     1, PTP-BVCI  1234, RAI 001-01-1234-0 [UNBLOCKED] <3>
+NSEI     1, PTP-BVCI  1235, RAI 001-01-1235-0 [BLOCKED] <4>
+----
+<1> Show the BVCs towards the SGSN-side
+<2> A signalling BVC is required before PTP-BVCs can be established
+<3> For PTP-BVCs show the BVCI and RAI that was sent during the RESET procedure
+<4> A BVC on the SGSN-side can be blocked either because the BSS blocked the PTP-BVC or if the
+    BSS BVC vanished (due to BVC-RESET or NSE failure). Since there is no way to delete a PTP-BVC
+    it will stay until the SIG-BVC on that NSE is reset.
+
+.Example: Check BSS-side BVCs
+----
+OsmoGbProxy# show gbproxy bvc bss <1>
+NSEI  1001, SIG-BVCI     0 [UNBLOCKED]
+NSEI  1001, PTP-BVCI  1234, RAI 001-01-1234-0 [UNBLOCKED] <2>
+NSEI  1002, SIG-BVCI     0 [UNBLOCKED]
+NSEI  1002, PTP-BVCI  1235, RAI 001-01-1235-0 [BLOCKED]
+----
+<1> Show the BVCs towards the BSS-side
+<2> The information displayed is the same as for the SGSN-side
+
+.Example: Show cell information
+----
+OsmoGbProxy# show gbproxy cell
+BVCI  1234 RAI 001-01-1234-0 CID  1234: BSS NSEI  1001, SGSN NSEI     1 <1>
+BVCI  1235 RAI 001-01-1235-0 CID  1235: BSS NSEI  1002, SGSN NSEI     1
+BVCI  1236 RAI 001-01-1236-0 CID  1236: BSS NSEI  1003, SGSN NSEI     1     2 <2>
+BVCI  1237 RAI 001-01-1237-0 CID  1237: BSS NSEI  <none>, SGSN NSEI <none> <3>
+----
+<1> Show cell information (BVCI, RAI)
+<2> When multiple SGSNs are connected (SGSN pooling) more than one NSEI is shown
+<3> If the BSS or SGSN side of a cell is currently disconnected none is shown instead of the NSEI
\ No newline at end of file

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

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Iad2775d125b842f47b0a7b8324fbe417bece04de
Gerrit-Change-Number: 24694
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210616/cf9eac3e/attachment.htm>


More information about the gerrit-log mailing list