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=d27d4354c37fbce910869465e60bc2...
commit d27d4354c37fbce910869465e60bc226efc6e6f3 Author: Holger Hans Peter Freyther holger@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=517bda18b21b5127edb92ef79119c8...
commit 517bda18b21b5127edb92ef79119c885c3b2cd67 Author: Holger Hans Peter Freyther holger@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
osmocom-commitlog@lists.osmocom.org