Osmocom Cell Broadcast Centre https://osmocom.org/projects/osmo-cbc
Go to file
Pau Espin 028b48b967 cbc-apitool: print usage instead of crashing if no subcmd passed
The "required" param was added in python 3.7.

Change-Id: Ia8d13beeb8da64644d1aaf36deeddda4de889a6c
2022-07-25 14:27:48 +02:00
contrib cbc-apitool: print usage instead of crashing if no subcmd passed 2022-07-25 14:27:48 +02:00
debian Add initial SBc-AP support to osmo-cbc 2022-07-19 09:10:12 +00:00
doc Move struct cbc bring up code to its own file and functions 2022-07-22 15:45:09 +02:00
include Split cbsp/sbcap server socket creation from struct allocation 2022-07-22 16:13:15 +02:00
src Split cbsp/sbcap server socket creation from struct allocation 2022-07-22 16:13:15 +02:00
tests tests/sbcap: fix wrong operator used in OSMO_ASSERT statement 2022-07-20 05:05:44 +07:00
.checkpatch.conf checkpatch.conf: ignore sbcap generated files 2022-07-15 09:17:36 +00:00
.gitignore libosmo-sbcap.pc.in: new file 2022-07-18 13:57:04 +00:00
.gitreview gitreview: add new file 2022-07-15 09:14:07 +00:00
COPYING Add COPYING file with AGPLv3 license text 2020-12-30 17:16:17 +01:00
Makefile.am libosmo-sbcap.pc.in: new file 2022-07-18 13:57:04 +00:00
README.md update git URLs (git -> https; gitea) 2022-06-18 11:41:07 +02:00
cbc.schema.json bring JSON schema in sync with reality 2021-02-20 18:07:37 +01:00
configure.ac Add initial SBc-AP support to osmo-cbc 2022-07-19 09:10:12 +00:00
git-version-gen Initial (building) start of OsmoCBC (Cell Broadcast Centre) 2019-05-06 23:15:23 +02:00
libosmo-sbcap.pc.in libosmo-sbcap.pc.in: new file 2022-07-18 13:57:04 +00:00
move-asn1-header-files.sh Add sbcap library 2022-07-15 15:53:35 +02:00
smscb.schema.json bring JSON schema in sync with reality 2021-02-20 18:07:37 +01:00

README.md

osmo-cbc - Osmocom Cell Broadcast Centre

This repository contains a C-language implementation of a minimal 3GPP Cell Broadcast Centre (CBC). It is part of the Osmocom Open Source Mobile Communications project.

A Cell Broadcast Centre is the central network element of a cellular network for distribution of Cell Broadcast and Emergency messages.

This code implements

  • the CBSP protocol on the CBC-BSC interface
  • a custom HTTP/REST based interface for external users to create/delete CBS messages

We plan to add support for the following features in the future:

  • the SABP protocol on the CBC-RNC (or CBC-HNBGW) interface for UMTS support
  • the SBcAP protocol on the CBC-MME interface for LTE support

Homepage

The official homepage of the project is https://osmocom.org/projects/osmo-cbc/wiki

GIT Repository

You can clone from the official osmo-cbc.git repository using

git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc

Documentation

User Manuals and VTY reference manuals are [optionally] built in PDF form as part of the build process.

Pre-rendered PDF version of the current "master" can be found at User Manual as well as the VTY Reference Manual for osmo-cbc

Mailing List

Discussions related to osmo-cbc are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-cbc can be seen at https://gerrit.osmocom.org/#/q/project:osmo-cbc+status:open