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, master has been updated
via c5b47cc03200c983981ac4b8de20fb0e26d4f873 (commit)
from fcf81b5deb8d02ba45907e90bb6668c67986a028 (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=c5b47cc03200c983981ac4b8de20…
commit c5b47cc03200c983981ac4b8de20fb0e26d4f873
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Oct 10 16:53:21 2017 +0200
add function msgb_printf() to print formatted text into msg buf
In ASCII string based protocols it a printf() version that prints
directly to the message buffer may be useful.
Add function msgb_printf(), make sure that msg buffer bounderies
are not exceeded. If the end of the tail buffer is hit, return
with an error code.
Change-Id: I15e1af68616309555d0ed9ac5da027c9833d42e3
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/msgb.h | 1 +
src/msgb.c | 48 ++++++++++++++++++++
tests/msgb/msgb_test.c | 105 ++++++++++++++++++++++++++++++++++++++++++++
tests/msgb/msgb_test.ok | 8 ++++
4 files changed, 162 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications