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 "UNNAMED PROJECT".
The branch, master has been updated
via 869c0c2e552cc5019531229e366a022f6ede0557 (commit)
from 0bc982e7142426c1739eae5cd636ff5bd3c8d872 (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-pcu/commit/?id=869c0c2e552cc5019531229e366a022f6ede0557
commit 869c0c2e552cc5019531229e366a022f6ede0557
Author: Max <msuraev at sysmocom.de>
Date: Wed Jan 3 12:00:36 2018 +0100
Fix llc_queue_size() type
It either returns 0 or LLC queue size() which has size_t return
type. This means it can never be negative - hence it's better to use
size_t as return type.
Change-Id: I2a6e849d349ab12854976bd0d68537a370a9c83d
Fixes: CID181478
-----------------------------------------------------------------------
Summary of changes:
src/tbf.cpp | 2 +-
src/tbf.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT