Osmocom Mobile Switching Centre
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Pau Espin c0f9474045
rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true
5 days ago
contrib Bump version: 1.9.0.58-1289-dirty → 1.10.0 1 month ago
debian Bump version: 1.9.0.58-1289-dirty → 1.10.0 1 month ago
doc add voice_call_internal_mncc.msc 2 weeks ago
include [codecs filter] store BSS codec list from Compl L3 6 days ago
m4 Drop unneeded ax_check_compile_flag.m4 1 year ago
src rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true 5 days ago
tests msc_vlr_test_call: include RAN RTP addr in ass compl 6 days ago
.gitignore Ignore .deb build byproducts 8 months ago
.gitreview update .gitreview to new repo url 6 years ago
.mailmap add .mailmap file for mapping git author name/mail in shortlog 7 years ago
AUTHORS move openbsc/* to repos root 6 years ago
COPYING move openbsc/* to repos root 6 years ago
Makefile.am manuals: generate vty reference xml at build time 3 years ago
README.md Convert + Expand README file 9 months ago
README.vty-tests update git URLs (git -> https; gitea) 9 months ago
TODO-RELEASE Bump version: 1.9.0.58-1289-dirty → 1.10.0 1 month ago
configure.ac Bump version: 1.9.0.58-1289-dirty → 1.10.0 1 month ago
git-version-gen git-version-gen: Don't check for .git directory 5 years ago
osmoappdesc.py osmoappdesc.py, tests: switch to python 3 3 years ago

README.md

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 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-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.