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, master has been updated
via 1611df5226199da2bf2fba3d22d93cc1a6c6c777 (commit)
from b8e8d0a4023d6916a6b2042f81ef17d32e8675c4 (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=1611df5226199da2bf2fba3d22d93cc1…
commit 1611df5226199da2bf2fba3d22d93cc1a6c6c777
Author: Pravin Kumarvel <pmanohar(a)radisys.com>
Date: Mon Dec 12 17:20:39 2016 +0530
Support Deactivate PDP Context Request from network
Enable Deactivate PDP context based on the IMSI of the subscriber.
When there are PDP contexts present for a MM context,
PDP context will be deactivated along with GMM Detach(MM context deletion).
If there are no PDP present, MM context will be deleted to avoid
further PDP context request from the MS.
Test cases is added to check this functionality.
Change-Id: Ia0a41aa2218ec2fda4ea17a37c8cc55cba63dd13
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 2 +
openbsc/src/gprs/gprs_sgsn.c | 38 ++++++++++
openbsc/tests/sgsn/sgsn_test.c | 136 ++++++++++++++++++++++++++++++++++++
openbsc/tests/sgsn/sgsn_test.ok | 4 ++
4 files changed, 180 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)