aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_data.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-16 16:15:01 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-17 17:16:18 +0100
commit570b44b29bf1186448e2838a537e1c2e250585fe (patch)
tree929e4e5a4b592eba2f6efc771cb19bfea941c5d9 /src/gprs_rlcmac_data.cpp
parent0b874b64ef36fb2abc87ed2c0ea52b6fa582fa4b (diff)
Add RSSI of data blocks to PCU interface0.2.00.2
This bumps the PCU API version to 5 and requires osmo-bts >= 0.2.0.
Diffstat (limited to 'src/gprs_rlcmac_data.cpp')
-rw-r--r--src/gprs_rlcmac_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_rlcmac_data.cpp b/src/gprs_rlcmac_data.cpp
index 77d5a8a1..e7b29723 100644
--- a/src/gprs_rlcmac_data.cpp
+++ b/src/gprs_rlcmac_data.cpp
@@ -805,7 +805,7 @@ struct msgb *gprs_rlcmac_send_uplink_ack(struct gprs_rlcmac_tbf *tbf,
* The blocks are defragmented and forwarded as LLC frames, if complete.
*/
int gprs_rlcmac_rcv_data_block_acknowledged(uint8_t trx, uint8_t ts,
- uint8_t *data, uint8_t len)
+ uint8_t *data, uint8_t len, int8_t rssi)
{
struct gprs_rlcmac_bts *bts = gprs_rlcmac_bts;
struct gprs_rlcmac_tbf *tbf;