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 "UNNAMED PROJECT".
The branch, master has been updated
via ea8b0d46ebab1ed5bf7df024a69f349249296738 (commit)
from aa0fefd5d6a356ecde57a8e81c5d7e291765ff55 (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/osmo-hlr/commit/?id=ea8b0d46ebab1ed5bf7df024a69f349…
commit ea8b0d46ebab1ed5bf7df024a69f349249296738
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 14 16:53:04 2017 +0100
Move lu_operation into separate file
Create luop.(c|h) and move lu_operation and corresponding TX
functions there to facilitate re-use in upcoming control interface.
Change-Id: Ic55a45d56b37be2ba43d96f7da2af43b46af9813
Related: OS#1645
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/hlr.c | 270 +++-----------------------------------------------------
src/luop.c | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/luop.h | 80 +++++++++++++++++
4 files changed, 362 insertions(+), 258 deletions(-)
create mode 100644 src/luop.c
create mode 100644 src/luop.h
hooks/post-receive
--
UNNAMED PROJECT