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 Open Source GSM Base Band stack".
The branch, master has been updated
via d0ed4de0854f16f3f03be681356755fddaf3d251 (commit)
from 8dbacacd37e2d4810c8e0ff2008c94cc6ded0b13 (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/osmocom-bb/commit/?id=d0ed4de0854f16f3f03be68135675…
commit d0ed4de0854f16f3f03be681356755fddaf3d251
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed May 17 03:17:43 2017 +0300
host/mobile: use osmocom_ms as talloc context
As we use talloc, it's absurdly not to use the main feature of
the library - hierarchical memory management. This change sets
talloc context of all sub-allocated objects to related osmocom_ms
instance. So, as soon as osmocom_ms instance is destroyed, all
sub-allocated chunks are getting destroyed too.
Change-Id: I6e3467ff739f3e6dc8dd60cc6d1fcd3f8e490ce9
-----------------------------------------------------------------------
Summary of changes:
.../layer23/include/osmocom/bb/mobile/mncc_sock.h | 2 +-
src/host/layer23/src/common/sim.c | 3 +--
src/host/layer23/src/mobile/app_mobile.c | 2 +-
src/host/layer23/src/mobile/gsm322.c | 24 ++++++++++------------
src/host/layer23/src/mobile/gsm48_cc.c | 2 --
src/host/layer23/src/mobile/mncc_sock.c | 4 ++--
src/host/layer23/src/mobile/mnccms.c | 5 ++---
src/host/layer23/src/mobile/subscriber.c | 8 +++-----
src/host/layer23/src/mobile/transaction.c | 4 +---
src/host/layer23/src/mobile/vty_interface.c | 4 +---
10 files changed, 23 insertions(+), 35 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack