https://github.com/osmocom/libosmocore
Osmocom core libraries; mirrored from https://gitea.osmocom.org/osmocom/libosmocore
https://github.com/osmocom/libosmocore
3gpp cellular gsm telecommunication umts
Last synced: 4 months ago
JSON representation
Osmocom core libraries; mirrored from https://gitea.osmocom.org/osmocom/libosmocore
- Host: GitHub
- URL: https://github.com/osmocom/libosmocore
- Owner: osmocom
- License: gpl-2.0
- Created: 2012-12-03T16:07:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2026-03-10T19:09:25.000Z (4 months ago)
- Last Synced: 2026-03-11T00:59:31.864Z (4 months ago)
- Topics: 3gpp, cellular, gsm, telecommunication, umts
- Language: C
- Homepage: https://osmocom.org/projects/libosmocore
- Size: 11.8 MB
- Stars: 133
- Watchers: 17
- Forks: 89
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
libosmocore - set of Osmocom core libraries
===========================================
This repository contains a set of C-language libraries that form the
core infrastructure of many [Osmocom](https://osmocom.org/) Open Source
Mobile Communications projects.
Historically, a lot of this code was developed as part of the
[OpenBSC](https://osmocom.org/projects/openbsc) project, but which are
of a more generic nature and thus useful to (at least) other programs
that we develop in the sphere of Free Software / Open Source mobile
communications.
There is no clear scope of it. We simply move all shared code between
the various Osmocom projects in this library to avoid code duplication.
The libosmocore.git repository build multiple libraries:
* **libosmocore** contains some general-purpose functions like select-loop
abstraction, message buffers, timers, linked lists
* **libosmovty** contains routines related to the interactive command-line
interface called VTY
* **libosmogsm** contains definitions and helper code related to GSM protocols
* **libosmoctrl** contains a shared implementation of the Osmocom control
interface
* **libosmogb** contains an implementation of the Gb interface with its
NS/BSSGP protocols
* **libosmocodec** contains an implementation of GSM voice codecs
* **libosmocoding** contains an implementation of GSM channel coding
* **libosmosim** contains infrastructure to interface SIM/UICC/USIM cards
Homepage
--------
The official homepage of the project is
GIT Repository
--------------
You can clone from the official libosmocore.git repository using
git clone https://gitea.osmocom.org/osmocom/libosmocore
There is a web interface at
Documentation
-------------
Doxygen-generated API documentation is generated during the build
process, but also available online for each of the sub-libraries at
Mailing List
------------
Discussions related to libosmocore are happening on the
openbsc@lists.osmocom.org mailing list, please see
for subscription
options and the list archive.
Please observe the [Osmocom Mailing List
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
when posting.
Contributing
------------
Our coding standards are described at
We use a Gerrit based patch submission/review process for managing
contributions. Please see
for
more details
The current patch queue for libosmocore can be seen at