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 ea9968f6854cbfe79506efedc43a953a7c38cdd6 (commit)
from ef784e4e9e09e9bdcc81b6223f26ef22e88cc3c7 (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=ea9968f6854cbfe79506efedc43a953…
commit ea9968f6854cbfe79506efedc43a953a7c38cdd6
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Dec 18 22:52:52 2017 +0100
Fix tests after rate_ctr change
Recent change lin libosmocore disallow registering rate_ctr with the
same name and indexing multiple times. To accommodate to this check if
rate counters arealready allocated (by static allocator of BTS singleton
for example) and register rate counter with different index.
This fixes the tests for now but eventually we'll remove the BTS singleton
which will allow us to remove this hack.
Change-Id: I7c552ce653b44ec3a31049641728926adc07361d
Related: OS#2757
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT