[MERGED] osmo-gsm-manuals[master]: osmo-sgsn: fix arrow tips in flow diagrams

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jun 9 08:51:47 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: osmo-sgsn: fix arrow tips in flow diagrams
......................................................................


osmo-sgsn: fix arrow tips in flow diagrams

The arrow style used to desribe the flowcharts in gsup.adoc does not match
the arrow style used in the protocol descriptions which are included from
the common directory (gb.adoc, control_if.adoc, oap.adoc). This patch changes
the arrow style to match the already existing common parts.

Change-Id: I7faa0c97ee3705a64289a47bc63f311d05f988b3
---
M OsmoSGSN/chapters/gsup.adoc
1 file changed, 37 insertions(+), 37 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/OsmoSGSN/chapters/gsup.adoc b/OsmoSGSN/chapters/gsup.adoc
index 45c0e1d..f496b84 100644
--- a/OsmoSGSN/chapters/gsup.adoc
+++ b/OsmoSGSN/chapters/gsup.adoc
@@ -65,8 +65,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="SEND AUTHENTICATION INFO REQUEST (IMSI)"];
-  Peer -> SGSN [label="SEND AUTHENTICATION INFO RESPONSE (Tuples)"];
+  SGSN => Peer [label="SEND AUTHENTICATION INFO REQUEST (IMSI)"];
+  Peer => SGSN [label="SEND AUTHENTICATION INFO RESPONSE (Tuples)"];
 }
 ----
 
@@ -77,8 +77,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="SEND AUTHENTICATION INFO REQUEST (IMSI)"];
-  Peer -> SGSN [label="SEND AUTHENTICATION INFO ERROR (Cause)"];
+  SGSN => Peer [label="SEND AUTHENTICATION INFO REQUEST (IMSI)"];
+  Peer => SGSN [label="SEND AUTHENTICATION INFO ERROR (Cause)"];
 }
 ----
 
@@ -94,7 +94,7 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="AUTHENTICATION FAILURE REPORT (IMSI)"];
+  SGSN => Peer [label="AUTHENTICATION FAILURE REPORT (IMSI)"];
 }
 ----
 
@@ -115,10 +115,10 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="UPDATE LOCATION REQUEST (IMSI)"];
-  Peer -> SGSN [label="INSERT SUBSCRIBER DATA"];
-  SGSN -> Peer [label="INSERT SUBSCRIBER DATA ACK"];
-  Peer -> SGSN [label="UPDATE LOCATTION RESULT"];
+  SGSN => Peer [label="UPDATE LOCATION REQUEST (IMSI)"];
+  Peer => SGSN [label="INSERT SUBSCRIBER DATA"];
+  SGSN => Peer [label="INSERT SUBSCRIBER DATA ACK"];
+  Peer => SGSN [label="UPDATE LOCATTION RESULT"];
 }
 ----
 
@@ -129,8 +129,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="UPDATE LOCATION REQUEST (IMSI)"];
-  Peer -> SGSN [label="UPDATE LOCATTION ERROR (Cause)"];
+  SGSN => Peer [label="UPDATE LOCATION REQUEST (IMSI)"];
+  Peer => SGSN [label="UPDATE LOCATTION ERROR (Cause)"];
 }
 ----
 
@@ -146,8 +146,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  Peer -> SGSN [label="CANCEL LOCATION REQUEST (IMSI)"];
-  SGSN -> Peer [label="CANCEL LOCATION RESULT"];
+  Peer => SGSN [label="CANCEL LOCATION REQUEST (IMSI)"];
+  SGSN => Peer [label="CANCEL LOCATION RESULT"];
 }
 ----
 
@@ -158,8 +158,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  Peer -> SGSN [label="CANCEL LOCATION REQUEST (IMSI)"];
-  SGSN -> Peer [label="CANCEL LOCATION ERROR (Cause)"];
+  Peer => SGSN [label="CANCEL LOCATION REQUEST (IMSI)"];
+  SGSN => Peer [label="CANCEL LOCATION ERROR (Cause)"];
 }
 ----
 
@@ -176,8 +176,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  SGSN -> Peer [label="PURGE MS REQUEST (IMSI)"];
-  Peer -> SGSN [label="PURGE MS RESULT"];
+  SGSN => Peer [label="PURGE MS REQUEST (IMSI)"];
+  Peer => SGSN [label="PURGE MS RESULT"];
 }
 ----
 
@@ -195,8 +195,8 @@
   hscale="1.5";
   SGSN [label="SGSN"], Peer [label="Network Peer (HLR)"];
 
-  Peer -> SGSN [label="DELETE SUBSCRIBER DATA REQUEST (IMSI)"];
-  SGSN -> Peer [label="DELETE SUBSCRIBER DATA RESULT"];
+  Peer => SGSN [label="DELETE SUBSCRIBER DATA REQUEST (IMSI)"];
+  SGSN => Peer [label="DELETE SUBSCRIBER DATA RESULT"];
 }
 ----
 
@@ -221,7 +221,7 @@
 
 ==== Send Authentication Info Request
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -239,7 +239,7 @@
 
 ==== Send Authentication Info Error
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -251,7 +251,7 @@
 
 ==== Send Authentication Info Response
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -263,7 +263,7 @@
 
 ==== Authentication Failure Report
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -275,7 +275,7 @@
 
 ==== Update Location Request
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -287,7 +287,7 @@
 
 ==== Update Location Error
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -299,7 +299,7 @@
 
 ==== Update Location Result
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -316,7 +316,7 @@
 
 ==== Location Cancellation Request
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -329,7 +329,7 @@
 
 ==== Location Cancellation Result
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -341,7 +341,7 @@
 
 ==== Purge MS Request
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -354,7 +354,7 @@
 
 ==== Purge MS Error
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -366,7 +366,7 @@
 
 ==== Purge MS Result
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -378,7 +378,7 @@
 
 ==== Insert Subscriber Data Request
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -396,7 +396,7 @@
 
 ==== Insert Subscriber Data Error
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -408,7 +408,7 @@
 
 ==== Insert Subscriber Data Result
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -419,7 +419,7 @@
 
 ==== Delete Subscriber Data Request
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -432,7 +432,7 @@
 
 ==== Delete Subscriber Data Error
 
-Direction: SGSN -> Network peer
+Direction: SGSN => Network peer
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===
@@ -444,7 +444,7 @@
 
 ==== Delete Subscriber Data Result
 
-Direction: Network peer -> SGSN
+Direction: Network peer => SGSN
 
 [options="header",cols="5%,20%,45%,10%,10%,10%"]
 |===

-- 
To view, visit https://gerrit.osmocom.org/2022
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7faa0c97ee3705a64289a47bc63f311d05f988b3
Gerrit-PatchSet: 7
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list