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 62ff38447ce8d24aa1e8b5094153df9e89c986d0 (commit)
via f97ee04563cc36af6ffa7506d543ba0bd230430d (commit)
from 97165f386f47c531c9c092eafb1af54d68489cec (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=62ff38447ce8d24aa1e8b5094153df9e…
commit 62ff38447ce8d24aa1e8b5094153df9e89c986d0
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sat May 21 01:40:19 2016 +0200
create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_cont_acc()
Change-Id: Ibf60e18707ff4aa2e60291e5595386ddda8d8190
http://cgit.osmocom.org/openbsc/commit/?id=f97ee04563cc36af6ffa7506d543ba0b…
commit f97ee04563cc36af6ffa7506d543ba0bd230430d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 19:12:21 2015 +0100
prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)
Explicitly mark those sgsn_mm_ctx members that apply for Gb mode and (upcoming)
Iu mode, respectively.
Add some comments in sgsn_mm_ctx.
Change-Id: Ife9b02549f284e2547f16117cf43d7a36948fc4b
Tweaked-By: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 70 +++++++++++++++++++++++++++++++------
openbsc/src/gprs/gprs_gmm.c | 48 ++++++++++++-------------
openbsc/src/gprs/gprs_llc.c | 4 +--
openbsc/src/gprs/gprs_sgsn.c | 13 +++----
openbsc/src/gprs/sgsn_cdr.c | 4 +--
openbsc/src/gprs/sgsn_libgtp.c | 43 +++++++++++++----------
openbsc/src/gprs/sgsn_vty.c | 4 +--
openbsc/tests/sgsn/sgsn_test.c | 58 +++++++++++++++---------------
8 files changed, 149 insertions(+), 95 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)