[PATCH] 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/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Mar 14 16:08:25 UTC 2017


Hello Neels Hofmeyr, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/2022

to look at the new patch set (#3).

osmo-sgsn: fix arrow tips in flow diagrams

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/22/2022/3

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: newpatchset
Gerrit-Change-Id: I7faa0c97ee3705a64289a47bc63f311d05f988b3
Gerrit-PatchSet: 3
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list