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 33dbecbbeb2368f8f05fff181383f1c3279f0cd3 (commit)
from 458a6f59e38f6cc691c72b89cdc9988ba9cf23b3 (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=33dbecbbeb2368f8f05fff181383…
commit 33dbecbbeb2368f8f05fff181383f1c3279f0cd3
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 28 19:49:05 2017 +0100
coding test: use OSMO_ASSERT
Change-Id: I896d6aaae3c36b87243b7dc270267090dcb44afe
-----------------------------------------------------------------------
Summary of changes:
tests/coding/coding_test.c | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 d27d4354c37fbce910869465e60bc226efc6e6f3 (commit)
via 517bda18b21b5127edb92ef79119c885c3b2cd67 (commit)
from 89009751ea7ceda542c254633f4ceef23b3f8f90 (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=d27d4354c37fbce910869465e60bc…
commit d27d4354c37fbce910869465e60bc226efc6e6f3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Nov 29 19:38:01 2017 +0800
mobile: ms->shutdown was not converted properly to enum
ms->shutdown is ms->shutdown != 0 which should have been
converted to ms->shutdown != MS_SHUTDOWN_NONE. This is fixing
sending SMS.
This was introduced in Iee1140e4848923c7270495c381bf87b7e3fddee1.
Change-Id: Ia74374dd9c0dd0ba9cf5725d66f4d2f2a2cfe9ef
http://cgit.osmocom.org/osmocom-bb/commit/?id=517bda18b21b5127edb92ef79119c…
commit 517bda18b21b5127edb92ef79119c885c3b2cd67
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Nov 30 16:51:58 2017 +0800
mobile: Speculative crash fix of the SI pointer
The SIs are kept per ARFCN and for the current cell the
cs->si alias will be assigned[1]. On mobile_exit all SIs
will be freed but the alias will not be set to NULL.
This is a speculative fix but it doesn't seem to make
things worse.
Related: OS#2690
[1] cs->si = cs->list[cs->arfci].sysinfo;
Change-Id: Icf20f9aa03dd26d4bee78772b7f3da034bb34b99
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/gsm322.c | 1 +
src/host/layer23/src/mobile/gsm411_sms.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack