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.orgThis 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 bf86d71f58f83f53e740d64e649884c91ee77c26 (commit)
via 075299db7c01a4b068438341caca392fc6b03312 (commit)
from 4d68fd0955010625cbaa7d19cb9f69b9f44900ab (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=bf86d71f58f83f53e740d64e649884c91ee77c26
commit bf86d71f58f83f53e740d64e649884c91ee77c26
Author: Philipp Maier <pmaier at sysmocom.de>
Date: Mon Mar 5 13:26:44 2018 +0100
features: define osmo_bts_*_feature() as static inline
The functions osmo_bts_set_feature() and osmo_bts_has_feature() are
currently defined as inline. Since inline is a hinting, the compiler
might choose not to inline the function. This eventually leads to
linker problems because the function is then defined multiple times.
- use "static inline" instead of "inline" only.
This patch is a follow up patch to
Change Id 680acae725b2b8dda2f239ff20073306fdfb3f6e
Change-Id: Iddd97415a17b06b69f69ddca2e2e296eb2f23a89
http://cgit.osmocom.org/libosmocore/commit/?id=075299db7c01a4b068438341caca392fc6b03312
commit 075299db7c01a4b068438341caca392fc6b03312
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date: Mon Mar 5 16:52:40 2018 +0100
osmo-release.sh: Set correct version when generating the changelog
Otherwise, while updating osmo-trx 0.2.0->0.3.0, the version printed in
the changelog by gbp dch is 0.2.1
Change-Id: I744adb23b4602e5e47f80a012286578d1e59de88
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/bts_features.h | 4 ++--
osmo-release.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications