[PATCH] osmo-bts[master]: doc: add ladder diagram on dynamic PDCH, add msc-README

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Jun 15 16:42:22 UTC 2016


Hello Jenkins Builder,

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

    https://gerrit.osmocom.org/279

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

doc: add ladder diagram on dynamic PDCH, add msc-README

Adjust .gitignore for dyn_pdch.svg and .png.

Change-Id: I532f896b1b528c4d1764bb5042a7f42c3c60f617
---
M .gitignore
A doc/dyn_pdch.msc
A doc/msc-README
3 files changed, 40 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/79/279/2

diff --git a/.gitignore b/.gitignore
index 224b77c..8b8864d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,8 @@
 
 # Possible generated file
 doc/vty_reference.xml
+doc/dyn_pdch.svg
+doc/dyn_pdch.png
 
 # Backups, vi, merges
 *~
diff --git a/doc/dyn_pdch.msc b/doc/dyn_pdch.msc
new file mode 100644
index 0000000..3ee3a90
--- /dev/null
+++ b/doc/dyn_pdch.msc
@@ -0,0 +1,36 @@
+msc {
+	hscale = "1.2";
+	phy,bts,pcu,bsc;
+
+	phy box bsc	[ label = "PDCH Deactivation" ];
+	bsc => bts	[ label = "IPAC PDCH DEACT" ];
+	---		[ label = "Disconnect PDTCH" ];
+	bts => pcu	[ label = "info ind (Disconnect)" ];
+	pcu => bts	[ label = "chan Disconnect request" ];
+	bts => phy	[ label = "L1 chan Disconnect PDTCH" ];
+	phy -> bts	[ label = "L1 chan Disconnect confirm" ];
+	bts -> pcu	[ label = "chan Disconnect confirm" ];
+	---		[ label = "Connect TCH" ];
+	bts => phy	[ label = "L1 chan Connect TCH" ];
+	phy -> bts	[ label = "L1 chan Connect confirm" ];
+	bts => bsc	[ label = "IPAC PDCH DEACT ACK" ];
+
+	phy box bsc	[ label = "Now BSC may use TCH (example)" ];
+	bsc => bts	[ label = "Activate TCH/F" ];
+	---  		[ label = "Voice call..." ];
+	bsc => bts	[ label = "Deactivate TCH/F" ];
+
+	phy box bsc	[ label = "PDCH Activation" ];
+	bsc => bts	[ label = "IPAC PDCH ACT" ];
+	---		[ label = "Disconnect TCH" ];
+	bts => phy	[ label = "L1 chan Disconnect TCH" ];
+	phy -> bts	[ label = "L1 chan Disconnect confirm" ];
+	---		[ label = "Connect PDTCH" ];
+	bts => pcu	[ label = "info ind (Connect)" ];
+	pcu => bts	[ label = "chan Connect request" ];
+	bts => phy	[ label = "L1 chan Connect PDTCH" ];
+	phy -> bts	[ label = "L1 chan Connect confirm" ];
+	bts -> pcu	[ label = "chan Connect confirm" ];
+	bts => bsc	[ label = "IPAC PDCH DEACT ACK" ];
+
+}
diff --git a/doc/msc-README b/doc/msc-README
new file mode 100644
index 0000000..55d6bae
--- /dev/null
+++ b/doc/msc-README
@@ -0,0 +1,2 @@
+sudo apt-get install mscgen
+mscgen -T svg dyn_pdch.msc

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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I532f896b1b528c4d1764bb5042a7f42c3c60f617
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list