libosmocore.git branch master updated. 0.9.6-449-gabdd7a28

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 Oct 24 10:54:23 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  abdd7a28ede091f06325b3e5b8a77fc9130e6ee3 (commit)
      from  e9e9e427b78271941a25a63567fc2ec2bb9e4433 (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/libosmocore/commit/?id=abdd7a28ede091f06325b3e5b8a77fc9130e6ee3

commit abdd7a28ede091f06325b3e5b8a77fc9130e6ee3
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Oct 19 02:40:01 2017 +0200

    add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()
    
    Add macro to append to a CTRL commands' reply string, ctrl_cmd_reply_printf().
    The talloc_asprintf() part of it is generic enough to qualify for a separate
    macro, osmo_talloc_asprintf().
    
    The idea is to not have to decide for each bit added to a string whether the
    string is already allocated or not, but simply be able to issue printf commands
    and let the macro worry about initial allocation or reallocation.
    
    This originally came from osmo-hlr change
    I1bd62ae0d4eefde7e1517db15a2155640a1bab58, where it was requested to move this
    bit to libosmocore.
    
    Change-Id: Ic9dba0e4a1eb5a7dc3cee2f181b9024ed4fc7005

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

Summary of changes:
 include/osmocom/core/utils.h       | 18 ++++++++++++++++++
 include/osmocom/ctrl/control_cmd.h |  3 +++
 2 files changed, 21 insertions(+)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list