summaryrefslogtreecommitdiff
path: root/2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot
diff options
context:
space:
mode:
Diffstat (limited to '2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot')
-rw-r--r--2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot27
1 files changed, 27 insertions, 0 deletions
diff --git a/2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot b/2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot
new file mode 100644
index 0000000..2efbfd5
--- /dev/null
+++ b/2017/running_osmo_gsm-osmocon2017/arch-sysmobts-allinone.dot
@@ -0,0 +1,27 @@
+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 (all-in-one)"
+ OsmoBTS
+ OsmoPCU [style="dashed"]
+ PHY -- OsmoBTS [label="shmem msgq"]
+ PHY -- OsmoPCU [label="shmem msgq"]
+ OsmoPCU -- OsmoBTS [label="pcu_sock"]
+ { rank=same; OsmoBTS OsmoPCU }
+
+ OsmoNITB
+ OsmoSGSN [style="dashed"]
+ OsmoBTS -- OsmoNITB [label="Abis/IP\n(lo)"]
+ OsmoPCU -- OsmoSGSN [label="Gb/IP\n(lo)"]
+
+ { rank=same; OsmoNITB OsmoSGSN }
+ }
+}
personal git repositories of Harald Welte. Your mileage may vary