This 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, master has been updated via c07796dc3b5040993cf642145b924688ddf9ab66 (commit) via 86cfe9b3b47decc33b9f8c6d82e67eb05f853c3f (commit) from 0c72c1c0d313321f65fd272840ed8e8ae69a04cd (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=c07796dc3b5040993cf642145b92...
commit c07796dc3b5040993cf642145b924688ddf9ab66 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Tue Sep 27 17:08:55 2016 +0200
sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_link
Change-Id: If8b09bb05297ebf663b4a04d3cc094a6a8087f53
http://cgit.osmocom.org/libosmo-sccp/commit/?id=86cfe9b3b47decc33b9f8c6d82e6...
commit 86cfe9b3b47decc33b9f8c6d82e67eb05f853c3f Author: Neels Hofmeyr nhofmeyr@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.
Moved from osmo-iuh 3da8608b6ad014fc74536dbb49019704fd425b8c, which was before the rename of osmo_sua_link and osmo_sua_user to osmo_sccp_link and osmo_sccp_user, so this will not compile.
Change-Id: Iae0c58c5f1eb00a685de70add0d5257e4316c6d5
-----------------------------------------------------------------------
Summary of changes: include/osmocom/sigtran/Makefile.am | 4 +- include/osmocom/sigtran/sccp_helpers.h | 33 ++++++++ src/Makefile.am | 2 +- src/sccp_helpers.c | 135 +++++++++++++++++++++++++++++++++ 4 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 include/osmocom/sigtran/sccp_helpers.h create mode 100644 src/sccp_helpers.c
hooks/post-receive