Project

General

Profile

OsmoBSC » History » Version 10

laforge, 10/21/2017 03:03 PM

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 10 laforge
* an A-over-IP (AoIP) 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 9 neels
        STP [label="STP\n(e.g. OsmoSTP)"];
18 4 laforge
        nanoBTS [label="ip.access\nnanoBTS", shape=box];
19
        OsmoBTS;
20
        sysmoBTS [label="sysmocom sysmoBTS\n(many models)", shape=box];
21
        LC15 [label="Nuran\nLitecell 1.5", shape=box];
22
        OCT [label="Octasic\nOCTBTS", shape=box];
23
        TRX [label="OsmoTRX"];
24
        OtherSDR [label="Other SDR HW", shape=box, style=dashed];
25
        OtherPHY [label="Other GSM PHY", shape=box, style=dashed];
26
        UmTRX [label="Fairwaves\nUmTRX", shape=box];
27
        USRP [label="Ettus USRP\nFamily", shape=box];
28 1 laforge
29 9 neels
        MSC -- STP [label="A/IP"];
30
        STP -- BSC [label="A/IP"];
31 4 laforge
32
        BSC -- nanoBTS [label="Abis/IP"];
33
        BSC -- OsmoBTS [label="Abis/IP"];
34
35
        BSC -- BS11 [label="Siemens\nAbis/E1"];
36
        BSC -- RBS2K [label="Ericsson\nAbis/E1"];
37
        BSC -- Nokia [label="Nokia\nAbis/E1"];
38
39
        subgraph cluster_2 {
40 6 neels
                BSC [label="BSC\n(OsmoBSC, 3rd party)" color=red];
41 4 laforge
                color=white
42
        }
43
44
        subgraph cluster_0 {
45
                BS11 [label="Siemens BS-11", shape=box];
46
                SIU [label="Ericsson SIU"];
47
                RBS2K [label="Ericsson RBS 2000\n(many models)", shape=box];
48
                Nokia [label="Nokia InSite, MetroSite", shape=box];
49
50
                BSC -- L2TPD [label="Unix Socket"];
51
                L2TPD -- SIU [label="Ericsson\nL2TP/IP"];
52
                SIU -- RBS2K [label="Ericsson\nAbis/E1"];
53
54
                { rank=same; BS11 RBS2K Nokia }
55
56
                label = "Classic E1/T1";
57
        }
58
59
        subgraph cluster_1 {
60
61
                OsmoBTS -- sysmoBTS [label="osmo-bts-sysmo"];
62
                OsmoBTS -- LC15 [label="osmo-bts-lc15"];
63
                OsmoBTS -- OCT [label="osmo-bts-octphy"];
64
                OsmoBTS -- TRX [label="osmo-bts-trx"];
65
                OsmoBTS -- OtherPHY [style=dashed];
66
67
                TRX -- USRP;
68
                TRX -- UmTRX;
69
                TRX -- OtherSDR [style=dashed];
70
71
                { rank=same; nanoBTS sysmoBTS LC15 OCT UmTRX }
72
73
                label = "IP/Ethernet based";
74
        }
75
76
}
77
}}
78 2 laforge
79
h2. User Manuals
80 3 laforge
81
* osmo-bsc User Manual: http://ftp.osmocom.org/docs/latest/osmobsc-usermanual.pdf
82
* osmo-bsc VTY Reference: http://ftp.osmocom.org/docs/latest/osmobsc-vty-reference.pdf
Add picture from clipboard (Maximum size: 48.8 MB)