From 6dc90b8c86768a9b1beb429c610dcbae6488e21c Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 19 Feb 2018 17:17:28 +0100 Subject: Move PDCH-related functions into separate files The PDCH class and corresponding functions are rather self-contained and independent from BTS implementation. Let's move them into separate file to make bts.cpp more manageable. As additional benefit it allow us to somewhat untangle all the different cross-dependent includes. Change-Id: Ie05e25361e6741a81b024679f9675c98d4923683 Related: OS#1539 --- src/gprs_bssgp_pcu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gprs_bssgp_pcu.cpp') diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp index e0d756ae..3cc86e25 100644 --- a/src/gprs_bssgp_pcu.cpp +++ b/src/gprs_bssgp_pcu.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #define BSSGP_TIMER_T1 30 /* Guards the (un)blocking procedures */ #define BSSGP_TIMER_T2 30 /* Guards the reset procedure */ -- cgit v1.2.3