summaryrefslogtreecommitdiff
path: root/2021/running_osmo_gsm-2021/arch-sysmobts.dot
blob: a5ef54e1a952c8dd927974ba705ec6be0ebf76bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
		OsmoBSC
		OsmoMSC
		OsmoHLR
		OsmoSGSN [style="dashed"]
		OsmoGGSN [style="dashed"]
		OsmoBTS -- OsmoBSC [label="Abis/IP"]
		OsmoBSC -- OsmoMSC [label="A/IP"]
		OsmoMSC -- OsmoHLR [label="GSUP/IP"]
		OsmoPCU -- OsmoSGSN [label="Gb/IP"]
		OsmoSGSN -- OsmoGGSN [label="Gn/IP"]

		{ rank=same; OsmoMSC OsmoSGSN }
	}
}
personal git repositories of Harald Welte. Your mileage may vary