Osmocom library for network/soecket abstraction and osmux audio multiplex https://osmocom.org/projects/libosmo-netif
Go to file
Pau Espin bcfa37ade0 stream_srv: sctp: Log error cause of COMM_LOST event
RFC 6458 6.1.1:
"""
sac_error:  If the state was reached due to an error condition (e.g.,
SCTP_COMM_LOST), any relevant error information is available in
this field.  This corresponds to the protocol error codes defined
in [RFC4960].
"""
Change-Id: Ie48360d22ce1e35eefb1a305dde106948dfa80e8
2023-08-07 19:16:24 +02:00
contrib Bump version: 1.2.0.114-3804-dirty → 1.3.0 2023-02-07 13:28:19 +01:00
debian debian: set compat level to 10 2023-04-25 16:48:18 +02:00
examples examples: Add extension header octet to example 2023-08-07 16:50:22 +02:00
include sctp: Document relevant RFC specs 2023-08-07 19:16:24 +02:00
m4 initial commit 2011-10-04 02:36:46 +02:00
src stream_srv: sctp: Log error cause of COMM_LOST event 2023-08-07 19:16:24 +02:00
tests stream_srv: Improve logging lines accepting new connections 2023-08-07 19:16:24 +02:00
utils {utils,tests}/Makefile.am: reorder libraries in LDADD 2023-03-13 04:45:51 +07:00
.gitignore gitignore: Ignore autfoo *~ churn 2021-02-19 12:58:44 +01:00
.gitreview Add gerrit settings 2016-12-22 14:06:35 +00:00
COPYING add COPYING file (GPLv2 license) 2011-10-05 13:43:25 +02:00
Doxyfile.in Add minimal doxygen documentation for stream + datagram modules 2017-04-08 20:13:14 +02:00
Makefile.am Introduce utils/osmo-amr-inspect program 2022-12-22 13:56:26 +01:00
README.md update git URLs (git -> https; gitea) 2022-06-17 23:15:16 +02:00
TODO-RELEASE stream: Allow setting name printed during logging 2023-06-20 09:05:24 +00:00
configure.ac Bump version: 1.2.0.114-3804-dirty → 1.3.0 2023-02-07 13:28:19 +01:00
git-version-gen initial commit 2011-10-04 02:36:46 +02:00
libosmo-netif.pc.in stream: Introduce and use osmo_stream_cli_fd() to get the fd 2023-05-17 17:38:21 +02:00

README.md

libosmo-netif- Osmocom network interface library

This repository contains a C-language library that form the basis of various higher-layer cellular communications protocol implementation. It implements stream server and clients for TCP, UDP, IPA as well as the non-standard/proprietary OSMUX protocol.

Homepage

The official homepage of the project is https://osmocom.org/projects/libosmo-netif

GIT Repository

You can clone from the official libosmo-netif.git repository using

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

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

Documentation

There is no Doxygen-generated API documentation yet for this library. It would be great to some day have it, comparable to libosmocore.

Mailing List

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