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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 4ff1a5a957859ceec50f3f191399da5163198ff5 (commit)
from f7f17d4b8f56d5cbcd88c052d05b8dde382022db (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/osmo-iuh/commit/?id=4ff1a5a957859ceec50f3f191399da5163198ff5
commit 4ff1a5a957859ceec50f3f191399da5163198ff5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Fri Sep 16 01:38:46 2016 +0200
fix msgb talloc context initialization
Properly initialize msgb talloc context in hnbgw and all tests, using the new
msgb_talloc_ctx_init().
test-ranap.c: since msgb talloc ctx is now in test_common_init(), remove msgb
talloc init here.
Change-Id: I807c799aff1239184728551ed77fdafa73bd683f
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw.c | 1 +
src/tests/test-ranap.c | 2 --
src/tests/test-ranap.ok | 2 +-
src/tests/test_common.c | 1 +
4 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface