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, neels/cscn has been updated discards 4f8a4393a40f5a39ed4d8acd5a5e7bb65685678a (commit) via d8d9d8fee9d594743f2cf33c7f5aa155888233d6 (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (4f8a4393a40f5a39ed4d8acd5a5e7bb65685678a) \ N -- N -- N (d8d9d8fee9d594743f2cf33c7f5aa155888233d6)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
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=d8d9d8fee9d594743f2cf33c7f5aa1558...
commit d8d9d8fee9d594743f2cf33c7f5aa155888233d6 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Wed Apr 27 02:08:07 2016 +0200
cscn: paging: add Integrity Protection
Do the paging response actions from new function paging_resp_action(), plugged as cb function to gsm48_secure_channel() in case Integrity Protection needs to be established first (IU), or called directly otherwise.
BTW, we can't reuse gsm0408_authorize() as-is, it is tied closely to a Location Updating Request. Just copy its two lines of guts, calling static authorize_subscriber() and gsm48_secure_channel() directly.
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libmsc/gsm_04_08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive