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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been updated
via 9b27f7e21ff22d3c89480ef9f7e3d26989c0490e (commit)
from 084a805d97786174356f90868d5da835dba01f58 (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/libosmocore/commit/?id=9b27f7e21ff22d3c89480ef9f7e3…
commit 9b27f7e21ff22d3c89480ef9f7e3d26989c0490e
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 5 17:55:27 2017 +0200
gsm0808: make gsm0808_create_reset_ack() accessible
The create function to generate the RESET ACKNOWLEDGE
message is not accessible from outside, as it does not
appear in limosmogsm.map. It also has not testcase.
This commit adds gsm0808_create_reset_ack() to the
map file and also adds a testcase.
Change-Id: I82d3411484f82b4a9205d407fa0442244678f183
-----------------------------------------------------------------------
Summary of changes:
src/gsm/libosmogsm.map | 1 +
tests/gsm0808/gsm0808_test.c | 13 +++++++++++++
tests/gsm0808/gsm0808_test.ok | 1 +
3 files changed, 15 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications