Project

General

Profile

OsmoBSC » History » Version 6

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