[MERGED] osmo-gsm-manuals[master]: OsmoGSMTester: Improve setup graph

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
Sun Nov 12 14:21:20 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: OsmoGSMTester: Improve setup graph
......................................................................


OsmoGSMTester: Improve setup graph

* Add sysmocell5000
* Remove 1 modem, showing 2 of them is enough
* Split osmo-bts-trx from osmo-trx node as sysmocell500 doesn't use the
later.
* Update OsmoNITB node to show we also support split openbsc.git
components.

Change-Id: I893beb114d47edd3f67183dd9ea5acc19462496c
---
M OsmoGSMTester/chapters/intro.adoc
1 file changed, 12 insertions(+), 10 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/OsmoGSMTester/chapters/intro.adoc b/OsmoGSMTester/chapters/intro.adoc
index 50b6dff..557c2f3 100644
--- a/OsmoGSMTester/chapters/intro.adoc
+++ b/OsmoGSMTester/chapters/intro.adoc
@@ -37,14 +37,14 @@
 
 		modem0 [shape=box label="Modems..."]
 		modem1 [shape=box label="Modems..."]
-		modem2 [shape=box label="Modems..."]
 		osmo_bts_sysmo [label="sysmocom sysmoBTS\nrunning osmo-bts-sysmo" shape=box]
 		B200 [label="Ettus B200" shape=box]
+		sysmoCell5K [label="sysmocom sysmoCell5000" shape=box]
 		octphy [label="Octasic octphy BTS" shape=box]
 		nanoBTS [label="ip.access nanoBTS" shape=box]
 		rf_distribution [label="RF distribution"]
 
-		{modem0 modem1 modem2 osmo_bts_sysmo B200 octphy nanoBTS}->rf_distribution [dir=both arrowhead="curve" arrowtail="curve"]
+		{modem0 modem1 osmo_bts_sysmo B200 octphy nanoBTS sysmoCell5K}->rf_distribution [dir=both arrowhead="curve" arrowtail="curve"]
 	}
 	subgraph cluster_main_unit {
 	  label = "Main Unit"
@@ -52,22 +52,24 @@
 	  subgraph {
 		rank=same
 		ofono [label="ofono daemon"]
-		OsmoNITB
-		osmo_bts_trx [label="osmo-bts-trx\n+ osmo-trx"]
+		osmo_trx [label="osmo-trx"]
+		osmo_bts_trx [label="osmo-bts-trx"]
 		osmo_bts_octphy [label="osmo-bts-octphy"]
+		OsmoNITB [label="BSC + Core Network\n(Osmo{NITB,MSC,BSC,HLR,...})"]
 	  }
 	}
 
 
 	jenkins->osmo_gsm_tester [label="trial\n(binaries)"]
 	osmo_gsm_tester->jenkins [label="results"]
-	ofono->{modem0 modem1 modem2} [label="USB"]
-	osmo_gsm_tester-> {OsmoNITB osmo_bts_trx osmo_bts_octphy}
-	osmo_gsm_tester-> osmo_bts_sysmo [taillabel="SSH"]
-	osmo_gsm_tester-> ofono [taillabel="DBus"]
-	osmo_bts_trx->B200 [label="USB"]
+	ofono->{modem0 modem1} [label="USB"]
+	osmo_gsm_tester->{OsmoNITB osmo_bts_trx osmo_bts_octphy}
+	osmo_gsm_tester->osmo_bts_sysmo [taillabel="SSH"]
+	osmo_gsm_tester->ofono [taillabel="DBus"]
+	osmo_trx->B200 [label="USB"]
+	osmo_bts_trx->{osmo_trx sysmoCell5K} [dir=both label="UDP"]
 	osmo_bts_octphy->octphy [label="raw eth"]
-	{osmo_bts_sysmo nanoBTS}->OsmoNITB [label="eth"]
+	{osmo_bts_sysmo nanoBTS}->OsmoNITB [label="IP"]
 	{B200 octphy}->OsmoNITB [label="eth" style=invis]
 	{osmo_bts_trx osmo_bts_octphy}->OsmoNITB
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I893beb114d47edd3f67183dd9ea5acc19462496c
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list