aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-19 17:17:28 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-27 22:27:53 +0100
commit17447b6ca572ea44f439d89532965a4c356c3024 (patch)
tree3e74d376df63ad6fd49f590f3910aebe69e01575 /src/pcu_vty.c
parent1fe35ec3d83fbc62d1a9fa2c5867444649794b60 (diff)
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
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 5c3f625f..6f50bf10 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -12,9 +12,9 @@
#include <osmocom/pcu/pcuif_proto.h>
#include "pcu_vty.h"
#include "gprs_rlcmac.h"
+#include <pdch.h>
#include "bts.h"
#include "tbf.h"
-
#include "pcu_vty_functions.h"
extern void *tall_pcu_ctx;