Osmocom Cell Broadcast Centre https://osmocom.org/projects/osmo-cbc
Go to file
Harald Welte 493845d8e4 Bump version: 0.2.0.3-d6a3 → 0.2.1
Change-Id: I305be54bf1abadeabfa77b7c3a2879e824075afe
2021-02-16 22:39:23 +01:00
contrib cbc-apitool: compatibility with python < 3.7 2021-02-16 22:12:10 +01:00
debian Bump version: 0.2.0.3-d6a3 → 0.2.1 2021-02-16 22:39:23 +01:00
doc manual: Document cbc-apitool.py 2021-01-24 15:54:43 +01:00
src VTY: don't save dynamically-allocated "unknown" peers 2021-01-24 23:29:03 +01:00
tests Fix 'make distclean' for tests directory 2019-07-20 15:45:32 +02:00
.gitignore Add RPM spec file 2021-01-22 20:15:30 +01:00
COPYING Add COPYING file with AGPLv3 license text 2020-12-30 17:16:17 +01:00
Makefile.am Makefile.am: add *.json to EXTRA_DIST 2021-01-24 15:54:40 +01:00
README.md Add README.md file 2021-01-22 20:15:30 +01:00
cbc.schema.json repetition_period 2021-01-02 00:27:32 +01:00
configure.ac configure.ac: set -std=gnu11 2021-01-28 10:48:47 +00:00
git-version-gen Initial (building) start of OsmoCBC (Cell Broadcast Centre) 2019-05-06 23:15:23 +02:00
smscb.schema.json More massive CBC WIP 2021-01-03 13:14:46 +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://git.osmocom.org/osmo-cbc.git

There is a cgit interface at https://git.osmocom.org/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