Project

General

Profile

OsmoBSC » History » Version 7

neels, 09/04/2017 01:22 AM

1 1 laforge
h1. OsmoBSC
2
3 5 neels
Contact us via the openbsc@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
4
Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
5
Git repository browser at https://git.osmocom.org/osmo-bsc
6
7 1 laforge
[[OsmoBSC:]] is what we call the _flavor_ of OpenBSC that acts like a classic GSM BSC, i.e. it offers
8
* an A-bis interface towards the BTSs
9 6 neels
* an A interface towards an MSC (e.g. [[OsmoMSC:]]).
10 2 laforge
11 4 laforge
h2. BTS Support
12
13
{{graphviz_link()
14
graph G {
15
16 7 neels
        MSC [label="MSC\n(e.g. OsmoMSC)"];
17 4 laforge
        nanoBTS [label="ip.access\nnanoBTS", shape=box];
18
        OsmoBTS;
19
        sysmoBTS [label="sysmocom sysmoBTS\n(many models)", shape=box];
20
        LC15 [label="Nuran\nLitecell 1.5", shape=box];
21
        OCT [label="Octasic\nOCTBTS", shape=box];
22
        TRX [label="OsmoTRX"];
23
        OtherSDR [label="Other SDR HW", shape=box, style=dashed];
24
        OtherPHY [label="Other GSM PHY", shape=box, style=dashed];
25
        UmTRX [label="Fairwaves\nUmTRX", shape=box];
26
        USRP [label="Ettus USRP\nFamily", shape=box];
27 7 neels
28
        MSC -- BSC;
29 4 laforge
30
        BSC -- nanoBTS [label="Abis/IP"];
31
        BSC -- OsmoBTS [label="Abis/IP"];
32
33
        BSC -- BS11 [label="Siemens\nAbis/E1"];
34
        BSC -- RBS2K [label="Ericsson\nAbis/E1"];
35
        BSC -- Nokia [label="Nokia\nAbis/E1"];
36
37
        subgraph cluster_2 {
38 6 neels
                BSC [label="BSC\n(OsmoBSC, 3rd party)" color=red];
39 4 laforge
                color=white
40
        }
41
42
        subgraph cluster_0 {
43
                BS11 [label="Siemens BS-11", shape=box];
44
                SIU [label="Ericsson SIU"];
45
                RBS2K [label="Ericsson RBS 2000\n(many models)", shape=box];
46
                Nokia [label="Nokia InSite, MetroSite", shape=box];
47
48
                BSC -- L2TPD [label="Unix Socket"];
49
                L2TPD -- SIU [label="Ericsson\nL2TP/IP"];
50
                SIU -- RBS2K [label="Ericsson\nAbis/E1"];
51
52
                { rank=same; BS11 RBS2K Nokia }
53
54
                label = "Classic E1/T1";
55
        }
56
57
        subgraph cluster_1 {
58
59
                OsmoBTS -- sysmoBTS [label="osmo-bts-sysmo"];
60
                OsmoBTS -- LC15 [label="osmo-bts-lc15"];
61
                OsmoBTS -- OCT [label="osmo-bts-octphy"];
62
                OsmoBTS -- TRX [label="osmo-bts-trx"];
63
                OsmoBTS -- OtherPHY [style=dashed];
64
65
                TRX -- USRP;
66
                TRX -- UmTRX;
67
                TRX -- OtherSDR [style=dashed];
68
69
                { rank=same; nanoBTS sysmoBTS LC15 OCT UmTRX }
70
71
                label = "IP/Ethernet based";
72
        }
73
74
}
75
}}
76 2 laforge
77
h2. User Manuals
78 3 laforge
79
* osmo-bsc User Manual: http://ftp.osmocom.org/docs/latest/osmobsc-usermanual.pdf
80
* osmo-bsc VTY Reference: http://ftp.osmocom.org/docs/latest/osmobsc-vty-reference.pdf
Add picture from clipboard (Maximum size: 48.8 MB)