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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 3b42658836359a9b6b6e79bf5ba0e8adcae613c2 (commit)
from 54e6e1fc3074a7ecd891a6895891bc32d04b33c2 (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=3b42658836359a9b6b6e79bf5ba0e8a…
commit 3b42658836359a9b6b6e79bf5ba0e8adcae613c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jul 3 14:40:11 2017 +0200
set RANAP msgb headroom to 512 (times two)
With a headroom of 256, the SGSN crashes with:
msgb(0x6e3b90): Not enough headroom msgb_push (256 < 264)
I'm not perfectly sure what amount of headroom is strictly necessary. The only
reason to pick 512 is that it is twice the amount of 256.
Change-Id: I9a193846902a0477af0873f78283c4f2bedaf5dd
-----------------------------------------------------------------------
Summary of changes:
src/ranap_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom code for Iuh interface