From 67ed34eedb59320095396ff2f65f360c046d88c5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Oct 2013 17:01:54 +0200 Subject: bts: Move struct gprs_rlcmac_bts and other structs into a bts.h Begin to make the BTS a real C++ object with real responsibilities. The biggest issue will be the pcu_vty.c that might not like C++ at all. --- src/gprs_rlcmac_sched.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gprs_rlcmac_sched.cpp') diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp index a7c2581d..67946df6 100644 --- a/src/gprs_rlcmac_sched.cpp +++ b/src/gprs_rlcmac_sched.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include static uint32_t sched_poll(uint8_t trx, uint8_t ts, uint32_t fn, uint8_t block_nr, -- cgit v1.2.3