osmo-hlr.git branch neels/auc_tests created. 0.0.1-21-g1d79542

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
Tue Jan 31 01:29:54 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, neels/auc_tests has been created
        at  1d795428f6e4ffb67067c59ba18beed5e25a659c (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-hlr/commit/?id=1d795428f6e4ffb67067c59ba18beed5e25a659c

commit 1d795428f6e4ffb67067c59ba18beed5e25a659c
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 31 02:10:40 2017 +0100

    tests: auc_3g_test: implement vector generation test (WIP)
    
    Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2

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

commit 7e95cbbe0734b15c1ea76370a12342548278eb48
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Jan 31 01:19:27 2017 +0100

    Add test suite skeleton with empty test (auc_3g_test)
    
    Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8

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

commit 56f53507985f117823b2b9e29dbf7811c57d53c8
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 30 13:49:49 2017 +0100

    comment: sql: describe auc_2g and auc_3g columns
    
    Change-Id: Ie4edc69ff11a83a4c0f79097f43a2cb206dfe405

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

commit 38228bf749799eab6d7f192dfb667ef86e39f5d0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 30 13:47:22 2017 +0100

    sql: fix 3g_auc's column K data type
    
    K is the SIM card's 128bit secret key, so the type should be VARCHAR like the
    other key columns. The db code already reads the column as text and parses as
    hex, so a VARCHAR column matches that.
    
    Change-Id: Iaa8d33e303760bd15dcb7dc8bb8b9b24bf6c8f14

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

commit c0cbf9f2e4fed359e81fbdb37576d1fd778f3b1a
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 30 23:30:26 2017 +0100

    main: add VTY and '-c config-file' option
    
    Add config file, mainly for logging control.
    
    Open VTY on the OMSO_VTY_PORT_HLR added to libosmocore in
    commit 92fa18e6b800a27aa064a5fb8321cddd7383ae20
    aka change-id I08cb52d9399a27e6876e45da36f434708c4fddef.
    
    Add hlr_vty.h/c for standard VTY setup.
    Add -c option to pass config file.
    Add --version option.
    
    Change-Id: Iedb884345a597371a337b0c67eb6013b7d5d1ce1

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

commit ff0b27324ed391d3a4ea186e6cc8d05a68f5d74b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 30 13:30:47 2017 +0100

    main: add option parsing with db file and default options
    
    Parse commandline options, supporting general Osmocom options as copied from
    osmo-nitb (bsc_hack.c): version, logging and daemonize options.
    
    Set the HLR database file from cmdline option, log the filename in db_open().
    
    (VTY config file in next patch.)
    
    Change-Id: I279d517e1310e398b0a2382349e62be8e65364c1

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

commit 1b7b028e74d3b8786567bbd4795f167d0cef2c45
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Jan 30 13:18:23 2017 +0100

    main: add and use root talloc ctx
    
    Create hlr_ctx and pass on to DB and GSUP server code.
    Add call msgb_talloc_ctx_init(hlr_ctx).
    
    Instead of printing the entire talloc context on exit, just print the hlr_ctx
    upon SIGUSR1 (like our other binaries do). Otherwise we will get pages of
    talloc output on each program exit as soon as we add a VTY (next patch).
    
    Change-Id: I3c64cb4ad7a681b88c7409296ad3afeb8000e2a4

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


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list