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 7882d2751f401d439394ff94da55ed2c0e8781e3 (commit)
via c15c61c401e6f934fbf35c0c87d0777ff857f7c6 (commit)
via 4f5b8237ec2182861fbe075f4cce56a9c7caf904 (commit)
via b100895557af0980d5910a3dc81903179dea615e (commit)
via 20de3ae17cbb61f831ca8f06a4cf7436441cfdc6 (commit)
via b448dd849a96fd1b736ee183385d7a6a9ea1863e (commit)
from 4c8e8f990a24fc5ecb24c5c21c944d8ab4dc7c1e (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=7882d2751f401d439394ff94da55ed2c…
commit 7882d2751f401d439394ff94da55ed2c0e8781e3
Merge: 4c8e8f9 c15c61c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 12 20:06:47 2015 +0200
Merge branch 'zecke/features/cdr'
Add an optional CDR module. This will create a rotatable log
file, detect rotation and try to write as many information as
possible.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 6 +-
openbsc/include/openbsc/sgsn.h | 14 ++
openbsc/include/openbsc/signal.h | 21 ++-
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gprs_gmm.c | 65 ++++++++-
openbsc/src/gprs/gprs_sgsn.c | 21 ++-
openbsc/src/gprs/sgsn_cdr.c | 254 ++++++++++++++++++++++++++++++++++++
openbsc/src/gprs/sgsn_libgtp.c | 17 +++
openbsc/src/gprs/sgsn_main.c | 1 +
openbsc/src/gprs/sgsn_vty.c | 36 +++++
openbsc/tests/sgsn/sgsn_test.c | 4 +
openbsc/tests/vty_test_runner.py | 28 ++++
12 files changed, 464 insertions(+), 5 deletions(-)
create mode 100644 openbsc/src/gprs/sgsn_cdr.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)