aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 15:59:28 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 15:59:28 +0200
commitb9a87a18fb1b3a78f03e795479d815b2b2cda734 (patch)
treef15ffa28f69b4a56508490f366b36af43ab3f3da /lib/CMakeLists.txt
parent344e9d2f47bf260323d1cd9d3382efb0b0beebb8 (diff)
Moved openbts codes into a separate directory and updated their license statements so they can be automatically processed
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 18619e3..1686de5 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -35,12 +35,12 @@ list(APPEND grgsm_sources
demapping/tch_f_chans_demapper_impl.cc
decoding/control_channels_decoder_impl.cc
decoding/tch_f_decoder_impl.cc
- decoding/AmrCoder.cpp
- decoding/BitVector.cpp
- decoding/GSM610Tables.cpp
- decoding/GSM660Tables.cpp
- decoding/GSM503Tables.cpp
- decoding/ViterbiR204.cpp
+ decoding/openbts/AmrCoder.cpp
+ decoding/openbts/BitVector.cpp
+ decoding/openbts/GSM610Tables.cpp
+ decoding/openbts/GSM660Tables.cpp
+ decoding/openbts/GSM503Tables.cpp
+ decoding/openbts/ViterbiR204.cpp
decoding/osmocom/coding/gsm0503_conv.c
decoding/osmocom/coding/gsm0503_coding.c
decoding/osmocom/coding/gsm0503_interleaving.c