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 7fdbf89ef3cc14bc806ffbbfa0c7a78b24079581 (commit)
from 6f0dc96929d1d4b979ba26d09434e84365290802 (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=7fdbf89ef3cc14bc806ffbbfa0c7a78…
commit 7fdbf89ef3cc14bc806ffbbfa0c7a78b24079581
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sat May 21 19:45:23 2016 +0200
add KPI counter to count bytes for RLC and LLC frames
rlc.dl_bytes bytes before sending rlc
rlc.dl_payload_bytes count data w/o LI
rlc.ul_bytes bytes when received rlc (only valid)
rlc.ul_payload_bytes count data fragments w/o LI
llc.dl_bytes complete encapsulated LLC PDUs
llc.ul_bytes complete received LLC PDUs
Change-Id: I9a98a5a375d39b3f4990360056c4d6145e755f4d
Reviewed-on:
https://gerrit.osmocom.org/145
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Reviewed-by: Holger Freyther <holger(a)freyther.de>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 8 ++++++++
src/bts.h | 23 +++++++++++++++++++++++
src/gprs_rlcmac_sched.cpp | 1 +
src/tbf_dl.cpp | 7 ++++++-
src/tbf_ul.cpp | 3 +++
5 files changed, 41 insertions(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT