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 5fd0c64e0a249264b112d62afb6e1c2299187f68 (commit)
via b7ae0b34f94b93555370f4492076f7d57ed7031a (commit)
via a5a6da46a0b22d5c7695774c6c7eb26856bc6488 (commit)
via 39c430ee2929f0671203974db11dfdd4ff4841cb (commit)
via 66e7106d393368b2dd0d04c08f31781ed997380b (commit)
via ccd2312d10e14747e8a4d26d8f72b052ffcfc282 (commit)
via 7605bdc02c011d9d7f5d24458c65948ac7bf501a (commit)
via 08bb84b04e15c97739b9c11b2f26407ee663bc24 (commit)
via 9270d99f3db58e70d50ad45644b039b3fa314574 (commit)
from 5e4b88cbb2d754d691a858a3ff99bcdc7ed9c7ce (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=5fd0c64e0a249264b112d62afb6e1c22…
commit 5fd0c64e0a249264b112d62afb6e1c2299187f68
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue May 26 13:36:58 2015 +0300
gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging
succeeded
setup_trig_pag_evt function can receive parameter conn = NULL, if T3113 expires.
http://cgit.osmocom.org/openbsc/commit/?id=b7ae0b34f94b93555370f4492076f7d5…
commit b7ae0b34f94b93555370f4492076f7d57ed7031a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri May 29 15:11:55 2015 +0200
ggsn: The id is a uint32_t don't print it as signed
This was noticed as I started to use UINT32_MAX for
dynamically created GGSNs.
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 5 +
openbsc/include/openbsc/gprs_sgsn.h | 30 ++++-
openbsc/include/openbsc/sgsn.h | 18 +++
openbsc/src/gprs/Makefile.am | 15 ++-
openbsc/src/gprs/gprs_gmm.c | 240 +++++++++++++++++++++++++++++++-----
openbsc/src/gprs/gprs_sgsn.c | 28 ++++-
openbsc/src/gprs/sgsn_ares.c | 174 ++++++++++++++++++++++++++
openbsc/src/gprs/sgsn_main.c | 8 ++
openbsc/src/gprs/sgsn_vty.c | 37 +++++-
openbsc/src/libmsc/gsm_04_08.c | 2 +-
openbsc/tests/sgsn/Makefile.am | 4 +-
openbsc/tests/sgsn/sgsn_test.c | 33 +++--
12 files changed, 537 insertions(+), 57 deletions(-)
create mode 100644 openbsc/src/gprs/sgsn_ares.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)