Project

General

Profile

OsmoBSC » History » Version 4

laforge, 04/19/2017 01:41 PM

1 1 laforge
h1. OsmoBSC
2
3
[[OsmoBSC:]] is what we call the _flavor_ of OpenBSC that acts like a classic GSM BSC, i.e. it offers
4
* an A-bis interface towards the BTSs
5
* an A interface towards an external MSC
6
7
No other functionality is included.  It is thus primarily suitable for operaters who want to integrate with their existing MSC (and other core network).  If you want to roun your own GSM network without dependency to other classic GSM network elements, try [[OsmoNITB:]] instead.
8 2 laforge
9 4 laforge
h2. BTS Support
10
11
{{graphviz_link()
12
graph G {
13
14
        nanoBTS [label="ip.access\nnanoBTS", shape=box];
15
        OsmoBTS;
16
        sysmoBTS [label="sysmocom sysmoBTS\n(many models)", shape=box];
17
        LC15 [label="Nuran\nLitecell 1.5", shape=box];
18
        OCT [label="Octasic\nOCTBTS", shape=box];
19
        TRX [label="OsmoTRX"];
20
        OtherSDR [label="Other SDR HW", shape=box, style=dashed];
21
        OtherPHY [label="Other GSM PHY", shape=box, style=dashed];
22
        UmTRX [label="Fairwaves\nUmTRX", shape=box];
23
        USRP [label="Ettus USRP\nFamily", shape=box];
24
25
        BSC -- nanoBTS [label="Abis/IP"];
26
        BSC -- OsmoBTS [label="Abis/IP"];
27
28
        BSC -- BS11 [label="Siemens\nAbis/E1"];
29
        BSC -- RBS2K [label="Ericsson\nAbis/E1"];
30
        BSC -- Nokia [label="Nokia\nAbis/E1"];
31
32
        subgraph cluster_2 {
33
                BSC [label="BSC\n(OsmoBSC, OsmoNITB, 3rd party)" color=red];
34
                color=white
35
        }
36
37
        subgraph cluster_0 {
38
                BS11 [label="Siemens BS-11", shape=box];
39
                SIU [label="Ericsson SIU"];
40
                RBS2K [label="Ericsson RBS 2000\n(many models)", shape=box];
41
                Nokia [label="Nokia InSite, MetroSite", shape=box];
42
43
                BSC -- L2TPD [label="Unix Socket"];
44
                L2TPD -- SIU [label="Ericsson\nL2TP/IP"];
45
                SIU -- RBS2K [label="Ericsson\nAbis/E1"];
46
47
                { rank=same; BS11 RBS2K Nokia }
48
49
                label = "Classic E1/T1";
50
        }
51
52
        subgraph cluster_1 {
53
54
                OsmoBTS -- sysmoBTS [label="osmo-bts-sysmo"];
55
                OsmoBTS -- LC15 [label="osmo-bts-lc15"];
56
                OsmoBTS -- OCT [label="osmo-bts-octphy"];
57
                OsmoBTS -- TRX [label="osmo-bts-trx"];
58
                OsmoBTS -- OtherPHY [style=dashed];
59
60
                TRX -- USRP;
61
                TRX -- UmTRX;
62
                TRX -- OtherSDR [style=dashed];
63
64
                { rank=same; nanoBTS sysmoBTS LC15 OCT UmTRX }
65
66
                label = "IP/Ethernet based";
67
        }
68
69
}
70
}}
71
72 2 laforge
h2. User Manuals
73
74 3 laforge
* osmo-bsc User Manual: http://ftp.osmocom.org/docs/latest/osmobsc-usermanual.pdf
75
* osmo-bsc VTY Reference: http://ftp.osmocom.org/docs/latest/osmobsc-vty-reference.pdf
76
* osmo-bsc_mgcp VTY reference: http://ftp.osmocom.org/docs/latest/osmomgcp-vty-reference.pdf
Add picture from clipboard (Maximum size: 48.8 MB)