Change in osmo-msc[master]: add sequence_charts/call_reestablishment.msc

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
Mon Aug 2 09:15:45 UTC 2021


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

Change subject: add sequence_charts/call_reestablishment.msc
......................................................................

add sequence_charts/call_reestablishment.msc

Change-Id: I6ebc3a0555ef82e1c027ca75b45f8147a3e07ee6
---
M doc/sequence_charts/Makefile.am
A doc/sequence_charts/call_reestablishment.msc
2 files changed, 35 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  osmith: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/doc/sequence_charts/Makefile.am b/doc/sequence_charts/Makefile.am
index 6782f44..5efe855 100644
--- a/doc/sequence_charts/Makefile.am
+++ b/doc/sequence_charts/Makefile.am
@@ -7,6 +7,7 @@
 	inter_bsc_ho.msc \
 	inter_msc_ho.msc \
 	mncc_call_fsm.msc \
+	call_reestablishment.msc \
 	$(NULL)
 
 CLEANFILES = \
@@ -21,6 +22,7 @@
 	$(builddir)/inter_bsc_ho.png \
 	$(builddir)/inter_msc_ho.png \
 	$(builddir)/voice_call_full.png \
+	$(builddir)/call_reestablishment.png \
 	$(NULL)
 
 dot: \
diff --git a/doc/sequence_charts/call_reestablishment.msc b/doc/sequence_charts/call_reestablishment.msc
new file mode 100644
index 0000000..b4d081c
--- /dev/null
+++ b/doc/sequence_charts/call_reestablishment.msc
@@ -0,0 +1,33 @@
+msc {
+  hscale="2";
+  ms[label="MS"],cell1[label="Cell 1 (BTS+BSC)"],cell0[label="Cell 0 (BTS+BSC)"],__msc[label="MSC"];
+
+  ms rbox __msc [label="Call Re-Establishment"];
+  ms note __msc [label="Ongoing voice call: MM is established"];
+
+  ...;
+
+  ms -x cell0 [label="radio link fails"];
+  ms x- cell0;
+
+  __msc abox __msc [label="Keep MM until timeout"];
+
+  ms => cell1 [label="Channel Required"];
+  ms <= cell1 [label="Immediate Assignment"];
+  ms => cell1 [label="Complete Layer3"];
+  cell1 => __msc [label="Complete Layer3:\nCM Re-Establishment Request"];
+
+  cell0 <= __msc [label="Clear Command"];
+  cell0 => __msc [label="Clear Complete"];
+
+  cell1 <= __msc [label="Authentication Request"];
+  cell1 => __msc [label="Authentication Response"];
+
+  cell1 <= __msc [label="Cipher Mode Commad"];
+  cell1 => __msc [label="Cipher Mode Complete"];
+
+  cell1 <= __msc [label="Assignment Request\nthis Assignment ACKs the CM Re-Establishment"];
+  ms <= cell1 [label="RR Assignment Command"];
+  ms => cell1 [label="RR Assignment Complete"];
+  cell1 => __msc [label="Assignment Complete"];
+}

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I6ebc3a0555ef82e1c027ca75b45f8147a3e07ee6
Gerrit-Change-Number: 25074
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210802/f3c88d80/attachment.htm>


More information about the gerrit-log mailing list