summaryrefslogtreecommitdiff
path: root/2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-25 15:06:40 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-25 15:06:40 +0200
commitcec90c77924e749911ccba6abdd0e4a32b9904e1 (patch)
treef085e8404e07251a05f4d3e56ba9bd4215e5254d /2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot
parent37304ea8d7f500aed5d00f47e4af694a42199628 (diff)
osmocon slides update
Diffstat (limited to '2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot')
-rw-r--r--2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot30
1 files changed, 30 insertions, 0 deletions
diff --git a/2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot b/2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot
new file mode 100644
index 0000000..9375fc9
--- /dev/null
+++ b/2017/running_osmo_gsm-osmocon2017/arch-sysmobts.dot
@@ -0,0 +1,30 @@
+graph G {
+ rankdir=LR;
+ MS0 [label="MS",shape=box]
+ MS1 [label="MS",shape=box]
+ MS2 [label="MS",shape=box]
+
+ MS0--PHY [label="Um"]
+ MS1--PHY [label="Um"]
+ MS2--PHY [label="Um"]
+
+ subgraph cluster_0 {
+ label = "sysmoBTS"
+ OsmoBTS
+ OsmoPCU [style="dashed"]
+ PHY -- OsmoBTS [label="shmem msgq"]
+ PHY -- OsmoPCU [label="shmem msgq"]
+ OsmoPCU -- OsmoBTS [label="pcu_sock"]
+ { rank=same; OsmoBTS OsmoPCU }
+ }
+
+ subgraph cluster_1 {
+ label = "Linux PC"
+ OsmoNITB
+ OsmoSGSN [style="dashed"]
+ OsmoBTS -- OsmoNITB [label="Abis/IP"]
+ OsmoPCU -- OsmoSGSN [label="Gb/IP"]
+
+ { rank=same; OsmoNITB OsmoSGSN }
+ }
+}
personal git repositories of Harald Welte. Your mileage may vary