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 267fd0c7f7cbdef595d83ee37b86e863fff8a369 (commit)
via d6900dfba4cf1c12133d0bf3200ef560f5c7f0d4 (commit)
via 6ddb6ac0284ccfcfc538af175c0cde8beb13f7c5 (commit)
via 22093ef9641c7685c87b5ed80333bcfc273efcad (commit)
via 77ff1c40e28d4e7a8000be5293e9352e85b9f31b (commit)
via 446f8403d1072b5a7aa7d5a3d55106b36a64941d (commit)
from 7882d2751f401d439394ff94da55ed2c0e8781e3 (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=267fd0c7f7cbdef595d83ee37b86e863…
commit 267fd0c7f7cbdef595d83ee37b86e863fff8a369
Merge: 446f840 d6900df
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 17:24:09 2015 +0200
Merge branch 'zecke/features/sgsn-gtp-cdr'
Extend GTP and CDR support in the SGSN.
http://cgit.osmocom.org/openbsc/commit/?id=d6900dfba4cf1c12133d0bf3200ef560…
commit d6900dfba4cf1c12133d0bf3200ef560f5c7f0d4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 22:20:05 2015 +0200
sgsn: Give the IMEI to the GGSN for analysis
Most SGSNs pass the IMEI(SV). We currently only enquire about
the IMEI and then pad the 'SV' with 1111b (thanks to the encoding
routine). Sadly it insists on always writing the length which
means we have to memmove the data around by a single octet.
Manually verified using the pcu-emu and looking at the trace
using wireshark.
http://cgit.osmocom.org/openbsc/commit/?id=6ddb6ac0284ccfcfc538af175c0cde8b…
commit 6ddb6ac0284ccfcfc538af175c0cde8beb13f7c5
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 22:00:22 2015 +0200
sgsn: Encode the ULI for the PDP context creation ack
Give the GGSN another opportunity to determine which tarif
to apply for the SGSN/subscriber. This code assumes tha the
RAN is a GERAN system but the assumption has been made in
other places as well.
http://cgit.osmocom.org/openbsc/commit/?id=22093ef9641c7685c87b5ed80333bcfc…
commit 22093ef9641c7685c87b5ed80333bcfc273efcad
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 21:46:58 2015 +0200
sgsn: Always include the routing area identity
For PDP context creation we always want to include the RAI
for the current mmctx. This might help commercial GGSNs to
determine which charging to apply.
http://cgit.osmocom.org/openbsc/commit/?id=77ff1c40e28d4e7a8000be5293e9352e…
commit 77ff1c40e28d4e7a8000be5293e9352e85b9f31b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 21:08:42 2015 +0200
cdr: Remember the charging id supplied by the GGSN
The charging_id is provided by the GGSN. Copy it into the CDR
part of the data structure so it will remain present until after
the pdp context has been deleted.
http://cgit.osmocom.org/openbsc/commit/?id=446f8403d1072b5a7aa7d5a3d55106b3…
commit 446f8403d1072b5a7aa7d5a3d55106b36a64941d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 22:33:18 2015 +0200
debian: Fix dependencies pointed out by lintian
E: openbsc source: missing-separator-between-items in osmocom-nitb depends field
between '${misc:Depends}' and 'libdbd-sqlite3'
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 +-
openbsc/include/openbsc/gprs_sgsn.h | 1 +
openbsc/src/gprs/sgsn_cdr.c | 8 +++++---
openbsc/src/gprs/sgsn_libgtp.c | 16 ++++++++++++++++
4 files changed, 23 insertions(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)