From 842808848cb5523d8e4726f43ded933b651a9f84 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 27 Oct 2013 11:11:18 +0100 Subject: bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method Move the code to a new method --- src/bts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bts.h') diff --git a/src/bts.h b/src/bts.h index b8c5af0c..fcc30eee 100644 --- a/src/bts.h +++ b/src/bts.h @@ -83,6 +83,7 @@ private: void rcv_control_ack(RlcMacUplink_t *, uint32_t fn); void rcv_control_dl_ack_nack(RlcMacUplink_t *, uint32_t fn); + void rcv_resource_request(RlcMacUplink_t *t, uint32_t fn); #endif }; -- cgit v1.2.3