This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom A-bis protcol interface library".
The branch, master has been updated
via beb10ef02a10d73537a97f6f21aad36664c9b266 (commit)
from 8a3be282ab265a2587608e471b274dda200eae84 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-abis/commit/?id=beb10ef02a10d73537a97f6f21aad36664c9b266
commit beb10ef02a10d73537a97f6f21aad36664c9b266
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket for communicating with LAPD.
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 3 +-
include/osmocom/abis/e1_input.h | 4 +
include/osmocom/abis/unixsocket_proto.h | 31 +++
src/Makefile.am | 3 +-
src/e1_input.c | 2 +
src/e1_input_vty.c | 25 ++-
src/input/unixsocket.c | 347 ++++++++++++++++++++++++++++++++
7 files changed, 411 insertions(+), 4 deletions(-)
create mode 100644 include/osmocom/abis/unixsocket_proto.h
create mode 100644 src/input/unixsocket.c
hooks/post-receive
--
Osmocom A-bis protcol interface library