aboutsummaryrefslogtreecommitdiffstats
path: root/doc/osmo-nitb-data_structures.dot
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 03:27:02 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:25:08 +0200
commit5282a81323633b26ee79dc6df4ba971067cdc857 (patch)
treee0523a71b2424e32d51ccf7eb55b00aaa0aff80c /doc/osmo-nitb-data_structures.dot
parent630df7d608579aa7046c9a4e7b170c5acf4383cf (diff)
drop files unrelated to osmo-bsc
These either remain from openbsc.git or slipped in while applying recent patches from openbsc.git and do not belong in osmo-bsc. Empty out contrib: remove things that are either obviously unrelated to osmo-bsc, or seem old and/or esoteric. osmoappdesc.py: drop nitb_e1_configs (and some ws) Change-Id: Ib20064f35e623d99c7d59496a3156e84b8a0d07a
Diffstat (limited to 'doc/osmo-nitb-data_structures.dot')
-rw-r--r--doc/osmo-nitb-data_structures.dot33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/osmo-nitb-data_structures.dot b/doc/osmo-nitb-data_structures.dot
deleted file mode 100644
index 81955e8b9..000000000
--- a/doc/osmo-nitb-data_structures.dot
+++ /dev/null
@@ -1,33 +0,0 @@
-digraph G {
- net [label="gsm_network"]
- bts [label="gsm_bts"]
- trx [label="gsm_bts_trx"]
- ts [label="gsm_bts_trx_ts"]
- lchan [label="gsm_lchan"]
- sub [label="gsm_subscriber"]
- subcon [label="gsm_subscriber_conn"]
- sccpcon [label="osmo_bsc_sccp_con"]
- subgrp [label="gsm_subscriber_group"]
-
- net -> bts
- bts -> trx
- trx -> ts
- ts -> lchan
-
- lchan -> ts
- ts -> trx
- trx -> bts
- bts -> net
-
- lchan -> subcon
-
- subcon -> sub
- subcon -> sccpcon
- subcon -> lchan
- subcon -> lchan [label="ho_lchan"]
- subcon -> bts
- subcon -> lchan [label="secondary_lchan"]
-
- sub -> subgrp
- subgrp -> net
-}