aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-19 17:17:28 +0100
committerMax <msuraev@sysmocom.de>2018-02-19 17:41:24 +0100
commit6dc90b8c86768a9b1beb429c610dcbae6488e21c (patch)
tree1fe643c594599ff24deb203e7f706f7dc92f5a69 /src/Makefile.am
parent2afec6dba54e4426664b3bd866a7fb5dc363b2c8 (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/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7d2a62e1..b2f64f28 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,7 @@ libgprs_la_SOURCES = \
tbf_ul.cpp \
tbf_dl.cpp \
bts.cpp \
+ pdch.cpp \
poll_controller.cpp \
encoding.cpp \
sba.cpp \
@@ -85,6 +86,7 @@ noinst_HEADERS = \
mslot_class.h \
tbf.h \
bts.h \
+ pdch.h \
poll_controller.h \
encoding.h \
sba.h \