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, neels/vlr has been updated
via cf8b0075e0dc2a2512277c619ceebed3df4d51e1 (commit)
from 96acc6619f0efd1a55bbe752738252245cf1787b (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=cf8b0075e0dc2a2512277c619ceebed3…
commit cf8b0075e0dc2a2512277c619ceebed3df4d51e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 14 14:48:00 2016 +0100
WIP: more incomplete libvlr integration work
Change-Id: I77fb3a540c900be6440d0aec12161711b65b8aa6
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +
openbsc/include/openbsc/osmo_msc.h | 22 +++++++
openbsc/include/openbsc/vlr.h | 55 +++++++++++++---
openbsc/src/libbsc/bsc_api.c | 4 ++
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/gsm_04_08.c | 107 ++++++++++++++++++--------------
openbsc/src/libmsc/osmo_msc.c | 16 ++---
openbsc/src/libvlr/Makefile.am | 2 +-
openbsc/src/libvlr/vlr.c | 3 +-
openbsc/src/libvlr/vlr_access_req_fsm.c | 37 +++++++----
openbsc/src/libvlr/vlr_access_req_fsm.h | 34 ----------
openbsc/src/libvlr/vlr_lu_fsm.c | 8 +--
12 files changed, 181 insertions(+), 110 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)