SCCP + SIGTRAN (SUA/M3UA) libraries as well as OsmoSTP https://osmocom.org/projects/libosmo-sccp
Go to file
Oliver Smith f3cc0d9e57 .deb/.rpm: various fixes related to non-root
* Explicitly chown /var/lib/osmocom to osmocom:osmocom, instead of
  relying on systemd to do it when the service starts up. This does not
  work with the systemd versions in debian 10 and almalinux 8.
* deb: Use "useradd" instead of the interactive "adduser" perl script
  from Debian. This makes it consistent with how we do it in rpm, and
  avoids the dependency on "adduser".
* deb: Consistently use tabs through the file, instead of mixing tabs
  and spaces.
* deb: Remove support for the "dpkg-statoverride --list" logic. This
  seems to be a rather obscure feature to override permissions for
  certain files or directories, for which it does not seem to be a good
  idea to make the postinst script less maintainable. Something similar
  can be achieved by using your own Osmocom config file in a different
  path with different permissions.

Related: OS#4107
Change-Id: Ie34e7aa65e576cf1742a33530a6f44d2344c39d0
2024-04-26 15:08:44 +02:00
.github Add funding link to github mirror 2024-03-23 13:21:28 +01:00
contrib .deb/.rpm: various fixes related to non-root 2024-04-26 15:08:44 +02:00
debian .deb/.rpm: various fixes related to non-root 2024-04-26 15:08:44 +02:00
doc manuals: generate vty reference xml at build time 2021-02-23 17:20:08 +01:00
examples examples/sccp_demo_user: fix default ASP protocol in help 2024-02-19 21:18:39 +00:00
include VTY: rename 'sctp-role' to 'transport-role', add an alias 2024-02-27 00:45:56 +07:00
specs add RFC 3868 (SUA) spec in HTML 2017-01-27 09:59:30 +01:00
src ss7_asp: Update osmo_stream read_cb2 functions to accommodate for new API param 2024-04-17 16:31:45 +02:00
stp ipa: Use pseudo-random number for SLS in IPA->M3UA direction 2024-03-30 10:48:50 +00:00
tests fix regression in sctp-role / transport-role 2024-02-29 17:20:41 +07:00
.gitignore .gitignore: Ignore *.pyc 2023-06-08 13:57:01 +02:00
.gitreview Add gerrit settings 2016-12-21 13:46:12 +01:00
COPYING move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
Doxyfile.in Doxugen: s/libosmo-sccp/libosmo-sigtran/g 2017-10-27 21:10:18 +02:00
Makefile.am build: include README.md into the release tarball 2024-01-26 23:27:59 +07:00
README.md README.md: Add links to forum and issue tracker 2024-03-23 13:28:43 +01:00
TODO-RELEASE xua + ipa: Add support for I/O in OSMO_IO mode 2024-03-13 22:18:36 +01:00
configure.ac Bump version: 1.7.0.56-abf26-dirty → 1.8.0 2023-09-12 14:03:25 +02:00
git-version-gen git-version-gen: Don't check for .git directory 2018-07-24 18:03:20 +02:00
libosmo-mtp.pc.in Revert "Fix the .pc files so the -l arg matches the installed libraries" 2016-11-03 13:04:34 +00:00
libosmo-sccp.pc.in Revert "Fix the .pc files so the -l arg matches the installed libraries" 2016-11-03 13:04:34 +00:00
libosmo-sigtran.pc.in libosmo-sigtran: Add pkg-config integration 2015-12-22 23:03:44 +01:00
libosmo-xua.pc.in Add missing xua.pc file 2016-11-03 12:36:41 +00:00
osmoappdesc.py osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfg 2023-03-30 02:36:26 +07:00

README.md

libosmo-sccp - Osmocom SCCP, SIGTRAN and STP

This repository contains

  • libosmo-sigtran, a C-language library implementation of a variety of telecom signaling protocols, such as M3UA, SUA, SCCP (connection oriented and connectionless)
  • OsmoSTP, a SS7 Transfer Point that can be used to act as router and translator between M3UA, SUA and/or SCCPlite
  • libosmo-sccp, a legacy C-language [static] library that we used in prehistoric osmocom code before we had libosmo-sigtran.

Homepage

The official homepage of libosmo-sccp is at https://osmocom.org/projects/libosmo-sccp/wiki

The official homepage of osmo-stp is at https://osmocom.org/projects/osmo-stp/wiki

GIT Repository

You can clone from the official git repository using

git clone https://gitea.osmocom.org/osmocom/libosmo-sccp

There is a web interface at https://gitea.osmocom.org/osmocom/libosmo-sccp

Documentation

osmo-stp 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 manuals

Forum

We welcome any libosmo-sigtran + osmo-stp related discussions in the Cellular Network Infrastructure -> 2G/3G Core Network section of the osmocom discourse (web based Forum).

Mailing List

Discussions related to osmo-stp 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.

Issue Tracker

We use the issue trackers of smocom.org for tracking the state of bug reports and feature requests. Feel free to submit any issues you may find, or help us out by resolving existing issues.

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 can be seen at https://gerrit.osmocom.org/#/q/project:libosmo-sccp+status:open