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, users/laforge/vlr has been updated
via 5d90dcd28f64f6cf4970fb59a898c620b78a38ee (commit)
from 7b1bbbea60b9b04ff20e67561c201fd08ed42ab6 (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=5d90dcd28f64f6cf4970fb59a898c620…
commit 5d90dcd28f64f6cf4970fb59a898c620b78a38ee
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 | 3 +-
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, 182 insertions(+), 111 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)