All Projects → osmocom → osmo-msc

osmocom / osmo-msc

Licence: AGPL-3.0 license
Osmocom implementation of 3GPP Mobile Swtiching Centre (MSC); mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-msc

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to osmo-msc

osmo-bts
Osmocom GSM Base Transceiver Station (BTS); mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Stars: ✭ 51 (+142.86%)
Mutual labels:  cellular, gsm, cellular-network, 3gpp, osmocom
docker-playground
Osmocom dockerfiles, mostly for test automation; mirror of https://gitea.osmocom.org/osmocom/docker-playground
Stars: ✭ 15 (-28.57%)
Mutual labels:  gsm, umts, cellular-network, 3gpp, osmocom
openbsc
Historical archive of ancient, unsupported old OpenBSC + OsmoNITB; Use OsmoBSC and OsmoMSC now! Mirrored from https://gitea.osmocom.org/cellular-infrastructure/openbsc
Stars: ✭ 52 (+147.62%)
Mutual labels:  gsm, 3gpp, osmocom
ergw
erGW - Erlang implementations of GGSN or P-GW
Stars: ✭ 72 (+242.86%)
Mutual labels:  umts, 3gpp
cellular-network-configs
Configurations for using LimeSDR hardware with Osmocom and OpenAirInterface etc.
Stars: ✭ 43 (+104.76%)
Mutual labels:  cellular, osmocom
bromelia
A Python micro framework for building Diameter protocol applications.
Stars: ✭ 26 (+23.81%)
Mutual labels:  cellular-network, 3gpp
bts-ce-lite
BTS-CE-Lite (Boda-Lite) is a cross platform vendor and technology agnostic telecommunication network management desktop application
Stars: ✭ 24 (+14.29%)
Mutual labels:  gsm, umts
Awesome Cellular Hacking
Awesome-Cellular-Hacking
Stars: ✭ 1,827 (+8600%)
Mutual labels:  gsm
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+138.1%)
Mutual labels:  cellular
Aimsicdl
AIMSICD Lite (Android IMSI-Catcher Detector) - reloaded!
Stars: ✭ 102 (+385.71%)
Mutual labels:  gsm
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (+152.38%)
Mutual labels:  gsm
Gsm v5
gsm module library for STM32 LL
Stars: ✭ 135 (+542.86%)
Mutual labels:  gsm
nova-hardware
Hologram Nova Hardware
Stars: ✭ 37 (+76.19%)
Mutual labels:  cellular
Raspisms
RaspiSMS est un système de gestion et d'envoi de SMS par ordinateur, initialement conçu pour les Raspberry Pi
Stars: ✭ 107 (+409.52%)
Mutual labels:  gsm
simcom dam
Examples for simcoms downloadable modules (Qualcomm SoC)
Stars: ✭ 25 (+19.05%)
Mutual labels:  cellular
Libosmocore
Mirrored from git://git.osmocom.org/libosmocore
Stars: ✭ 62 (+195.24%)
Mutual labels:  gsm
glider
Generative music using conway's game of life
Stars: ✭ 38 (+80.95%)
Mutual labels:  cellular
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-4.76%)
Mutual labels:  cellular
Lwgsm
Lightweight AT commands parser for SimCOM GSM modules
Stars: ✭ 201 (+857.14%)
Mutual labels:  gsm
Sim800l
Library sim800l for Arduino UNO (maybe sim900l work)
Stars: ✭ 186 (+785.71%)
Mutual labels:  gsm

osmo-msc - Osmocom MSC Implementation

This repository contains a C-language implementation of a GSM Mobile Switching Centre (MSC) for 2G (GSM) and 3G (UMTS). It is part of the Osmocom Open Source Mobile Communications project.

OsmoMSC exposes

  • A over IP towards BSCs (e.g. OsmoBSC): 3GPP AoIP or SCCPlite
  • IuCS over IP towards RNCs / HNBGW (e.g. osmo-hnbgw)
  • The Osmocom typical telnet VTY and CTRL interfaces.
  • The Osmocom typical statsd exporter.

OsmoMSC implements

  • mobility management
  • call control (either via built-in MNCC handler or external osmo-sip-connector)
  • USSD (exposed via GSUP)
  • SMS (either via built-in SMSC or external via GSUP)

Homepage

You can find the OsmoMSC issue tracker and wiki online at https://osmocom.org/projects/osmomsc and https://osmocom.org/projects/osmomsc/wiki.

GIT Repository

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

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

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

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

Mailing List

Discussions related to osmo-msc are happening on the [email protected] 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-msc can be seen at https://gerrit.osmocom.org/#/q/project:osmo-msc+status:open

History

OsmoMSC originated from the OsmoNITB project, which started as a minimalistic all-in-one implementation of the GSM Network. In 2017, OsmoNITB had reached maturity and diversity (including M3UA SIGTRAN and 3G support in the form of IuCS and IuPS interfaces) that naturally lead to a separation of the all-in-one approach to fully independent separate programs as in typical GSM networks.

OsmoMSC was one of the parts split off from the old openbsc.git.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].