SCCP + SIGTRAN (SUA/M3UA) libraries as well as OsmoSTP https://osmocom.org/projects/libosmo-sccp
Go to file
Neels Hofmeyr a0fbeeb4d2 SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD)
When the Optional Data surpasses 130 bytes, it is not sent as part of
SCCP CR, CC, CREF or RLSD messages, but gets sent separately in a Data
Form 1.

Make this 130 user configurable. This is specified to be 130 bytes
exactly, but to interop with non-conforming peers, make this limit
adjustable per cs7 instance, via osmo_sccp_vty_init().

Add and test new VTY config:

	cs7 instance N
	 sccp max-optional-data (<0-999999>|standard)

Related: ITU-T Q.713 4.2 to 4.5
Related: Ia68dad973ef18513b52f5accb5264c557c7295ea osmo-ttcn3-hacks
Related: SYS#6423
Change-Id: If35697234796af8943691b2de62218e7dc93a08c
2023-04-24 18:45:37 +02:00
contrib Bump version: 1.6.0.20-8b67-dirty → 1.7.0 2023-02-07 14:37:23 +01:00
debian Bump version: 1.6.0.20-8b67-dirty → 1.7.0 2023-02-07 14:37:23 +01:00
doc manuals: generate vty reference xml at build time 2021-02-23 17:20:08 +01:00
examples {examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS) 2023-03-13 10:54:34 +00:00
include comment: fix typo 'OSMO_ASCU_' 2023-04-05 02:30:59 +02:00
specs add RFC 3868 (SUA) spec in HTML 2017-01-27 09:59:30 +01:00
src SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD) 2023-04-24 18:45:37 +02:00
stp {examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS) 2023-03-13 10:54:34 +00:00
tests SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD) 2023-04-24 18:45:37 +02:00
.gitignore gitignore: Ignore autofoo *~ churn 2021-02-19 13:06:27 +01: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 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in 2020-05-22 13:29:41 +02:00
README.md update git URLs (git -> https; gitea) 2022-06-17 23:18:23 +02:00
TODO-RELEASE fixup for: add osmo_scu_prim_name_c() / _buf() 2023-02-22 16:02:51 +01:00
configure.ac Bump version: 1.6.0.20-8b67-dirty → 1.7.0 2023-02-07 14:37:23 +01: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 a C-language library implementation of a variety of telecom signaling protocols, such as M3UA, SUA, SCCP (connection oriented and connectionless), as well as the OsmoSTP, a SS7 Transfer Point.

Homepage

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

The official homepage of osmo-stp is 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

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

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.

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