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 18c014de6771a3032308123af9969c966e20b7c8 (commit) from f1076ed75a0047858336c42e8f10fc0a91d86ad4 (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=18c014de6771a3032308123af9969...
commit 18c014de6771a3032308123af9969c966e20b7c8 Author: Max msuraev@sysmocom.de Date: Tue Jan 30 14:33:01 2018 +0100
utils: add helper wrapper for osmo_strlcpy()
Add wrapper for osmo_strlcpy() which uses sizeof() to automatically determine buffer's size and use it for GSMTAP logging. This is pretty common use case for osmo_strlcpy() so it's a good idea to save some typing by using generic define.
Related: OS#2864 Change-Id: I03d0d3d32a8d572ad573d03c603e14cdc27a3f7b
-----------------------------------------------------------------------
Summary of changes: include/osmocom/core/utils.h | 3 +++ src/logging_gsmtap.c | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org