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 701afa4b3a5ae3e93b92bd9a4fa013fadbe69774 (commit)
from a5eb67d91c88514036b6926b845229eb279827b5 (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=701afa4b3a5ae3e93b92bd9a4fa013f…
commit 701afa4b3a5ae3e93b92bd9a4fa013fadbe69774
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 1 17:13:22 2017 +0100
Fix compiler warning
Move function declarations which use gprs_rlcmac_ul_tbf into tbf.h to
avoid compiler warning:
In file included from pcu_vty.c:15:0:
bts.h:166:27: warning: ‘struct gprs_rlcmac_ul_tbf’ declared inside parameter list will
not be visible outside of this definition or declaration
void update_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, int8_t ta_delta);
^~~~~~~~~~~~~~~~~~
bts.h:167:24: warning: ‘struct gprs_rlcmac_ul_tbf’ declared inside parameter list will
not be visible outside of this definition or declaration
void set_tbf_ta(struct gprs_rlcmac_ul_tbf *tbf, uint8_t ta);
^~~~~~~~~~~~~~~~~~
Change-Id: Ic34c72c8bff6d7c775f56bb6026fec5425f7dcb4
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 2 --
src/tbf.h | 9 +++++++++
2 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT