aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-21 11:19:39 +0100
committerMax <msuraev@sysmocom.de>2017-12-21 11:19:39 +0100
commit1714aeaa675e129736d53fecf8ff91f54c87446a (patch)
tree40c92ec4eb5481e057ca606fdb0232200b2d8fca /src
parent59e4a4fee11a966d2c72209a0e23087e20d5103d (diff)
Fix warnings
Fix warnings detected by compiler and coverity scan. Change-Id: If463c7f8769e18d3df74837f0cb0f545cca9b23e Fixes: CID181479
Diffstat (limited to 'src')
-rw-r--r--src/bts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 867658ee..36555670 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -219,7 +219,7 @@ BTS::BTS()
}
/* The static allocator might have already registered the counter group.
- If this happens and we still called explicitly (in tests/* for example)
+ If this happens and we still called explicitly (in tests/ for example)
than just allocate the group with different index.
This shall be removed once weget rid of BTS singleton */
if (rate_ctr_get_group_by_name_idx(bts_ctrg_desc.group_name_prefix, 0))
@@ -1439,7 +1439,7 @@ void gprs_rlcmac_pdch::rcv_resource_request(Packet_Resource_Request_t *request,
return;
}
LOGPTBFUL(ul_tbf, LOGL_ERROR,
- "RX: [PCU <- BTS] %s FIXME: Packet resource request\n");
+ "RX: [PCU <- BTS] FIXME: Packet resource request\n");
/* Reset N3101 counter: */
ul_tbf->m_n3101 = 0;