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, laforge/pending has been updated via 304465ffbcc7fc4dcaa838944bbe1c958804b42a (commit) from 325264bfed7cac7f5a436778cadbf389bbc83bb8 (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=304465ffbcc7fc4dcaa838944bbe1c958...
commit 304465ffbcc7fc4dcaa838944bbe1c958804b42a Author: Harald Welte laforge@gnumonks.org Date: Fri May 6 23:25:45 2016 +0200
WIP: Introduce libvlr
-----------------------------------------------------------------------
Summary of changes: openbsc/configure.ac | 1 + openbsc/include/openbsc/Makefile.am | 2 +- openbsc/include/openbsc/debug.h | 1 + openbsc/include/openbsc/vlr.h | 116 +++++ openbsc/src/Makefile.am | 2 +- openbsc/src/libvlr/Makefile.am | 7 + openbsc/src/libvlr/vlr.c | 975 ++++++++++++++++++++++++++++++++++++ 7 files changed, 1102 insertions(+), 2 deletions(-) create mode 100644 openbsc/include/openbsc/vlr.h create mode 100644 openbsc/src/libvlr/Makefile.am create mode 100644 openbsc/src/libvlr/vlr.c
hooks/post-receive