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, sysmocom/iu has been updated via 2ae1f5b7e09c90a3e7b296053a27d37baaa573a6 (commit) from 63b99ced83773d92310211d557009e1c8cc4faf4 (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=2ae1f5b7e09c90a3e7b296053a27d37ba...
commit 2ae1f5b7e09c90a3e7b296053a27d37baaa573a6 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Apr 25 13:34:41 2016 +0200
paging response: remove extraneous null check, assert conn and msg further up
In handle_paging_response(), don't check conn against NULL after using it all the time anyway.
To ensure beyond doubt that it is actually never NULL, assert conn further up in the call stack, i.e. in gsm0408_dispatch(), the main entry point for receiving data from the BSC/RNC level. Also assert msg while at it.
Fixes: CID#93769
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libmsc/gsm_04_08.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive