osmo-hlr.git branch master updated. 0.0.1-43-gadc6648

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sun Mar 5 12:25:52 UTC 2017


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  adc6648841d50f459fe2ef5b044146838a7a3b21 (commit)
       via  d4bebbd8554ff221453fade22371646f941184f0 (commit)
      from  4436dececdd2180c7148be113f0841d0a4bcb5fb (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=adc6648841d50f459fe2ef5b044146838a7a3b21

commit adc6648841d50f459fe2ef5b044146838a7a3b21
Author: Max <msuraev at sysmocom.de>
Date:   Mon Feb 20 11:23:20 2017 +0100

    Make subscr parameter to db_subscr_get() optional
    
    This allows to check for subscriber's presence in DB without the need to
    bother with unused structure allocation.
    
    While at it also call to db_remove_reset() and return explicitly instead
    of using goto to make it a bit easier to follow the code.
    
    Change-Id: I83b0f4a5dacb97614721690ef55bc1311624a58e

http://cgit.osmocom.org/osmo-hlr/commit/?id=d4bebbd8554ff221453fade22371646f941184f0

commit d4bebbd8554ff221453fade22371646f941184f0
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 2 12:00:19 2017 +0100

    Add global HLR struct
    
    Introduce g_hlr of type 'struct hlr' which holds pointers to all
    globally accessible variables.
    
    Change-Id: I275d3d54482f696e3378606b2406c7e0ad939e0f
    Related: OS#1645

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am          |  1 +
 src/db_hlr.c             | 14 +++++++++-----
 src/db_test.c            | 23 +++++++++++++----------
 src/hlr.c                | 31 +++++++++++++++++--------------
 src/{hlr_vty.h => hlr.h} | 18 +++++++++++-------
 5 files changed, 51 insertions(+), 36 deletions(-)
 copy src/{hlr_vty.h => hlr.h} (70%)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list