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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/msgb_ctx has been updated
via e77f2a93b1b83168b89cf10a9e8e8cf8a51bd37b (commit)
from 9973286476312f3211ad80fff1008e55998d1e06 (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/openbsc/commit/?id=e77f2a93b1b83168b89cf10a9e8e8cf8…
commit e77f2a93b1b83168b89cf10a9e8e8cf8a51bd37b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 16 01:49:08 2016 +0200
msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx
Drop extern definitions of talloc_msgb_ctx and use msgb_talloc_ctx_init()
instead.
In sgsn_test.c, use a local variable msgb_ctx to do the talloc report
from the return value of msgb_talloc_ctx_init().
Change-Id: I2f9ace855f0ecbdc9adf5d75bcb1a3d666570de4
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gb_proxy_main.c | 4 +---
openbsc/src/gprs/sgsn_main.c | 3 +--
openbsc/src/libcommon/talloc_ctx.c | 3 +--
openbsc/src/osmo-bsc_nat/bsc_nat.c | 3 +--
openbsc/tests/sgsn/sgsn_test.c | 7 +++----
5 files changed, 7 insertions(+), 13 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)