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 "SCCP Library".
The branch, sysmocom/iu has been updated
via 9694e939f676433d6716ac0f5e6805ad8aa60e86 (commit)
via 826075f24450bda206758096a672a6a44acf515d (commit)
via 90bd3ce89579538de99b58c99ce30e2fdd3ae265 (commit)
via 8f569002decb1c48baf4d727083996e408f7b532 (commit)
via dbadcd6de5671e74257c55cba2a867ab2205adbf (commit)
from e7520e38b9a77ab63c7cad13a1f1c88d715794f1 (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-sccp/commit/?id=9694e939f676433d6716ac0f5e6805ad8aa60e86
commit 9694e939f676433d6716ac0f5e6805ad8aa60e86
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Wed Mar 30 12:45:38 2016 +0200
cosmetic: add comments for GT, PC, SSN to help noobs finding their way
http://cgit.osmocom.org/libosmo-sccp/commit/?id=826075f24450bda206758096a672a6a44acf515d
commit 826075f24450bda206758096a672a6a44acf515d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Wed Mar 30 12:44:21 2016 +0200
sccp_helpers: add convenience function for RANAP unitdata
http://cgit.osmocom.org/libosmo-sccp/commit/?id=90bd3ce89579538de99b58c99ce30e2fdd3ae265
commit 90bd3ce89579538de99b58c99ce30e2fdd3ae265
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Wed Mar 30 12:43:04 2016 +0200
sccp_helpers: add osmo_ prefix to all functions
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8f569002decb1c48baf4d727083996e408f7b532
commit 8f569002decb1c48baf4d727083996e408f7b532
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Wed Mar 30 13:39:04 2016 +0200
sccp_helpers: adjust .h include and copyright
http://cgit.osmocom.org/libosmo-sccp/commit/?id=dbadcd6de5671e74257c55cba2a867ab2205adbf
commit dbadcd6de5671e74257c55cba2a867ab2205adbf
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Wed Mar 30 12:41:00 2016 +0200
Add sccp_helpers.[hc] moved from osmo-iuh, 1:1 at first
Move here unchanged first, so we're able to see the modifications in diffs.
Pending changes will follow in subsequent patches.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/Makefile.am | 4 +-
include/osmocom/sigtran/sccp_helpers.h | 39 +++++++++
include/osmocom/sigtran/sccp_sap.h | 6 +-
src/Makefile.am | 2 +-
src/sccp_helpers.c | 151 +++++++++++++++++++++++++++++++++
5 files changed, 197 insertions(+), 5 deletions(-)
create mode 100644 include/osmocom/sigtran/sccp_helpers.h
create mode 100644 src/sccp_helpers.c
hooks/post-receive
--
SCCP Library