aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-01 18:11:24 +0100
committerMax <msuraev@sysmocom.de>2017-11-21 10:45:24 +0000
commit842d781b5ef934a16b31f15c625e93c1af38b552 (patch)
tree1f94ecabe7534d3b93e4d85a7afb8ac34a496644 /src/Makefile.am
parentb709144f1bacd55dfdd460dbdcfb22cd617862f3 (diff)
Move multislot table to separate file
To facilitate testing and addition of support for new multislot classes, hide multislot class struct internals: * introduce mslot_class_get_*() functions * use those functions instead of direct access to array of structs * use ms_class as a parameter to find_multi_slot() instead of entire object Change-Id: Id796bcff1322b1e273a0e3236c66c23b9da8fac6
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 1543851d..a6e98e5d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,6 +49,7 @@ libgprs_la_SOURCES = \
pcu_l1_if.cpp \
pcu_vty.c \
pcu_vty_functions.cpp \
+ mslot_class.c \
tbf.cpp \
tbf_ul.cpp \
tbf_dl.cpp \
@@ -81,6 +82,7 @@ noinst_HEADERS = \
gsm_timer.h \
pcu_vty.h \
pcu_vty_functions.h \
+ mslot_class.h \
tbf.h \
bts.h \
poll_controller.h \