Project

General

Profile

OsmoCBC » History » Version 7

laforge, 01/24/2021 12:57 PM
add link to manuals

1 3 laforge
{{>toc}}
2
3 1 laforge
h1. OsmoCBC
4
5 4 laforge
This is the upcoming Osmocom Cell Broadcast Centre.
6 2 laforge
7
h2. Introduction
8 1 laforge
9 3 laforge
You can find more information about Cell Broadcast in general at [[cellular-infrastructure:Cell_Broadcast]] and [[cellular-infrastructure:Service_Area_Broadcast]], as well as [[cellular-infrastructure:Emergency_Warning]] and [[cellular-infrastructure:Public_Warning_System]].  The pages include pointers to the relevant specifications.
10
11
h2. Position in the network
12
13
The below graph shows the CBC in the network.
14
15
{{graphviz_link()
16
digraph G {
17
  rankdir = RL;
18
  CBC [color=red];
19
  CBE -> CBC [label="REST/JSON"];
20
  CBC -> BSC [label="CBSP"];
21
  CBC -> RNC [label="SABP"];
22
  CBC -> MME [label="SBc-AP"];
23
24
  BSC -> BTS [label="A-bis RSL"];
25
  RNC -> NodeB [label="Iub"];
26
  MME -> eNodeB [label="S1-AP"];
27
28
  BTS -> UE [label="CBCH"];
29
  NodeB -> UE [label="BMC/CTCH"];
30
  eNodeB -> UE [label="SIB10/11/12"];
31
32
}
33
}}
34
35
As can be seen, the CBC receives messages from third-party applications (called CBEs). It then routes/distributes/forwards those messages over the respective radio access technology specific method.
36 5 laforge
37
h2. History
38
39
FIXME.
40
41
{{include(cellular-infrastructure:MacroBinaryPackages)}}
42
43
h2. Manuals
44
45 7 laforge
* osmo-cbc User Manual: https://ftp.osmocom.org/docs/latest/osmocbc-usermanual.pdf
46
* osmo-cbc VTY Reference: https://ftp.osmocom.org/docs/latest/osmocbc-vty-reference.pdf
47 5 laforge
48
h2. Source Code
49
50
The source code is available from @git.osmocom.org@ (module @osmo-cbc@).
51
52
Public read-only access is available via
53
<pre>
54
git clone git://git.osmocom.org/osmo-cbc.git
55
</pre>
56
57
You can browse it via cgit:  https://git.osmocom.org/osmo-cbc
58
59
Contributions are welcome via [[cellular-infrastructure:Gerrit]].
60
61
h2. Test Suite
62
63
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
64
* source code: http://git.osmocom.org/osmo-ttcn3-hacks/tree/cbc?h=laforge/cbsp
65
* results: [not yet automatically executed]
66
67
h2. Contact
68
69
* Contact us via the openbsc@ mailing list, see [[cellular-infrastructure:Mailing Lists]].
70
* Contributions are welcome via [[cellular-infrastructure:Gerrit]].
71 6 laforge
72
{{include(cellular-infrastructure:MacroCommercialSupport)}}
Add picture from clipboard (Maximum size: 48.8 MB)