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.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: doc: move dyn_pdch.msc to osmo-gsm-manuals.git
......................................................................
doc: move dyn_pdch.msc to osmo-gsm-manuals.git
Also remove related cruft: .gitignore, msc-README and adjust an in-code
comment that referenced dyn_pdch.msc.
Change-Id: Ie41a453bb5070c1f18793f646dc053a978f43fba
---
M .gitignore
D doc/dyn_pdch.msc
D doc/msc-README
M src/common/rsl.c
4 files changed, 2 insertions(+), 44 deletions(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/.gitignore b/.gitignore
index 8b8864d..224b77c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,8 +53,6 @@
# 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
deleted file mode 100644
index ae7c0d0..0000000
--- a/doc/dyn_pdch.msc
+++ /dev/null
@@ -1,39 +0,0 @@
-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 (Deactivate)" ];
- pcu => bts [ label = "chan Deactivate request" ];
- bts => phy [ label = "L1 chan Deactivate PDTCH SAPIs" ];
- phy -> bts [ label = "L1 chan Deactivate SAPIs confirm" ];
- bts => phy [ label = "L1 chan Disconnect PDTCH" ];
- phy -> bts [ label = "L1 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" ];
- bts => phy [ label = "L1 chan Activate SAPIs" ];
- --- [ label = "Voice call..." ];
- bsc => bts [ label = "Deactivate TCH/F" ];
- bts => phy [ label = "L1 chan Deactivate SAPIs" ];
-
- 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 => phy [ label = "L1 chan Connect PDTCH" ];
- phy -> bts [ label = "L1 chan Connect confirm" ];
- bts => pcu [ label = "info ind (Activate)" ];
- pcu => bts [ label = "chan Activate request" ];
- bts => phy [ label = "L1 chan Activate PDTCH SAPIs" ];
- phy -> bts [ label = "L1 chan Activate SAPIs confirm" ];
- bts => bsc [ label = "IPAC PDCH ACT ACK" ];
-}
diff --git a/doc/msc-README b/doc/msc-README
deleted file mode 100644
index 55d6bae..0000000
--- a/doc/msc-README
+++ /dev/null
@@ -1,2 +0,0 @@
-sudo apt-get install mscgen
-mscgen -T svg dyn_pdch.msc
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 674ce87..294ef28 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1681,7 +1681,8 @@
return abis_bts_rsl_sendmsg(msg);
}
-/* Starting point for dynamic PDCH switching. See doc/dyn_pdch.msc for a
+/*
+ * Starting point for dynamic PDCH switching. See osmo-gsm-manuals.git for a
* diagram of what will happen here. The implementation is as follows:
*
* PDCH ACT == TCH/F -> PDCH:
--
To view, visit https://gerrit.osmocom.org/583
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie41a453bb5070c1f18793f646dc053a978f43fba
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>