[PATCH] osmo-gsm-manuals[master]: MGW: Include MGCP endpoint naming scheme of old IPA/SCCPlite...

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
Thu Aug 17 14:37:05 UTC 2017


Review at  https://gerrit.osmocom.org/3547

MGW: Include MGCP endpoint naming scheme of old IPA/SCCPlite approach

Change-Id: Ib1fe96f0041534fa027b70ee67978cb7c6bc5207
---
M OsmoBSC/mgw/osmo-bsc-old-sccplite.msc
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/47/3547/1

diff --git a/OsmoBSC/mgw/osmo-bsc-old-sccplite.msc b/OsmoBSC/mgw/osmo-bsc-old-sccplite.msc
index f7298bf..067721c 100644
--- a/OsmoBSC/mgw/osmo-bsc-old-sccplite.msc
+++ b/OsmoBSC/mgw/osmo-bsc-old-sccplite.msc
@@ -24,12 +24,12 @@
 	bts box bts	[label="Connect RTP socket to remote (bsc_mgcp) RTP Port"];
 	bts -> bsc	[label="IPA MDCX ACK"];
 
-	mgcp <- m_sc	[label="MGCP CRCX"];
+	mgcp <- m_sc	[label="MGCP CRCX 1 at mgw"];
 	mgcp box mgcp	[label="Bind to BTS-local RTP Port"];
-	mgcp -> m_sc	[label="MGCP CRCX OK"];
-	mgcp <- m_sc	[label="MGCP MDCX (recvonly) "];
+	mgcp -> m_sc	[label="MGCP CRCX 1 at mgw OK"];
+	mgcp <- m_sc	[label="MGCP MDCX 1 at mgw (recvonly) "];
 	mgcp box mgcp	[label="Connect RTP socket to remote (MSC) RTP Port"];
-	mgcp -> m_sc	[label="MGCP MDCX OK"];
+	mgcp -> m_sc	[label="MGCP MDCX 1 at mgw OK"];
 	mgcp <= m_sc	[label="RTP Audio"];
 	bts <= mgcp	[label="RTP Audio"];
 	ms <= bts	[label="Um Audio (unidirectional)"];
@@ -45,9 +45,9 @@
 	...;
 	ms <- m_sc	[label="DTAP CC CONNECT"];
 	ms -> m_sc	[label="DTAP CC CONNECT ACK"];
-	mgcp <- m_sc	[label="MGCP MDCX (sndrecv) "];
+	mgcp <- m_sc	[label="MGCP MDCX 1 at mgw (sndrecv) "];
 	mgcp box mgcp	[label="Why?"];
-	mgcp -> m_sc	[label="MGCP MDCX OK"];
+	mgcp -> m_sc	[label="MGCP MDCX 1 at mgw OK"];
 	---		[label="Voice Call in Progress"];
 	ms <- m_sc	[label="DTAP CC DISCONNET"];
 	ms <- m_sc	[label="DTAP CC RELEASE"];
@@ -58,7 +58,7 @@
 	bsc <- m_sc	[label="SCCP RLSD"];
 	bsc -> m_sc	[label="SCCP RLC"];
 	...;
-	mgcp <- m_sc	[label="MGCP DLCX"];
+	mgcp <- m_sc	[label="MGCP DLCX 1 at mgw"];
 	mgcp box mgcp	[label="Release local RTP port"];
-	mgcp -> m_sc	[label="MGCP DLCX OK"];
+	mgcp -> m_sc	[label="MGCP DLCX 1 at mgw OK"];
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1fe96f0041534fa027b70ee67978cb7c6bc5207
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list