osmo-hlr.git branch master updated. 0.0.1-107-g00b1d43

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
Mon Oct 23 12:21:06 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  00b1d43435dff75a4189de1db66be18b3234b552 (commit)
       via  7ae8d878cfb6b79218e859cde2521a3db03e3555 (commit)
       via  68f87915e41a47cec4d1bd46e44eda2196a265df (commit)
       via  e86437cae41717aa27bf14a41f08d9e374b95433 (commit)
       via  200f56e995563c4af6fcd083b9dd4cab15632440 (commit)
       via  50e4de7e499681e5e8a844951a1979e34546101c (commit)
       via  86d09ec2663872664a348f987b87e4302c2aa22b (commit)
      from  183e7009afc8577f0d89c99f92a5720697040494 (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=00b1d43435dff75a4189de1db66be18b3234b552

commit 00b1d43435dff75a4189de1db66be18b3234b552
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 01:43:48 2017 +0200

    add hlr_subsrc_nam to put GSUP client notification in proper API
    
    This code should not live in a CTRL interface function but be proper hlr_* API.
    
    Change-Id: I4c9b8f9ad51d49517474e8b51afc3cc2e1c9299a

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

commit 7ae8d878cfb6b79218e859cde2521a3db03e3555
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 01:46:50 2017 +0200

    api doc: say that lu_op_tx_del_subscr_data() doesn't free
    
    Change-Id: Ia341d8e5bfc6eb0dc59945281ce88eecfaab057e

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

commit 68f87915e41a47cec4d1bd46e44eda2196a265df
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 01:49:08 2017 +0200

    fix mem leak in handle_cmd_ps(): free luop
    
    Each GSUP client creates a luop, but since lu_op_tx_del_subscr_data() doesn't
    free the luop, each allocated luop leaks memory.
    
    Change-Id: If912dc992bc7f18c49d22ec0436d9679c1cd04f6

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

commit e86437cae41717aa27bf14a41f08d9e374b95433
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 01:46:45 2017 +0200

    luop: fix mem leak upon error in lu_op_alloc_conn()
    
    Free allocated luop if osmo_gsup_conn_ccm_get() fails.
    
    Change-Id: I3ebd5fb5e313be452de893248dd58b2bb73ba94a

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

commit 200f56e995563c4af6fcd083b9dd4cab15632440
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 17 01:46:04 2017 +0200

    add lu_op_free(), use in luop.c
    
    Add to luop.h, it will be used in db_hlr.c in an upcoming patch.
    
    Change-Id: Ib44d9062edc957d2e0710b7e485604f97e4d5612

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

commit 50e4de7e499681e5e8a844951a1979e34546101c
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Oct 15 03:24:43 2017 +0200

    replace ctrl_test_runner.py with transcript test_subscriber.ctrl
    
    Use the new osmo_verify_transcript_ctrl.py from osmo-python-tests to completely
    replace current ctrl_test_runner.py with a CTRL interaction transcript.
    
    Add missing EXTRA_DIST entry of test_subscriber.sql.
    
    Depends: osmo-python-tests Id47331009910e651372b9c9c76e12f2e8964cc2c
    Change-Id: Iff93abe370b8f3ecf42082d1d0eaa1fbeca5b122

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

commit 86d09ec2663872664a348f987b87e4302c2aa22b
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Oct 15 04:58:50 2017 +0200

    add test_nodes.vty
    
    Automatically picked up by the vty-test target, by file name extension.
    
    Change-Id: I8dba373cee1be954504f79c3305b0111071757e7

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

Summary of changes:
 src/ctrl.c                 |  17 +---
 src/db.h                   |   4 +
 src/db_hlr.c               |  51 ++++++++++
 src/luop.c                 |  21 ++--
 src/luop.h                 |   2 +
 tests/Makefile.am          |  22 ++++-
 tests/ctrl_test_runner.py  | 241 ---------------------------------------------
 tests/db/db_test.c         |   6 ++
 tests/test_nodes.vty       | 117 ++++++++++++++++++++++
 tests/test_subscriber.ctrl |  27 +++++
 10 files changed, 245 insertions(+), 263 deletions(-)
 delete mode 100644 tests/ctrl_test_runner.py
 create mode 100644 tests/test_nodes.vty
 create mode 100644 tests/test_subscriber.ctrl


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list