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 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b (commit)
from 6176b6e0924f2bd7d212472bcba9dddf8ac32f51 (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=8593f1f57a5140a34cd4f7063c2e…
commit 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 19:26:51 2016 +0100
msgb: add msgb_push_u{8,16,32}() functions
Those work analoguous to msgb_put_*() but pre-pend the given value
into the msg headroom, rather than appending it to the end.
Change-Id: I7de63e9d04c2d2b678f1f20eef37f9be2c4f5ec2
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/msgb.h | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications