aboutsummaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-04-14 15:44:40 +0200
committerRoman Khassraf <roman@khassraf.at>2015-04-14 15:44:40 +0200
commit478f207b0ffda4e6edb0982230f7966a6c37f4fb (patch)
tree141d74bf0b146e83d2b529b5cd87aa3113492b1f /swig
parent5d854eed370673cd9ec6abe1c73f9f2f56f79dd1 (diff)
Implementation of TCH/F demapper block. See issue #38
Diffstat (limited to 'swig')
-rw-r--r--swig/grgsm_swig.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/swig/grgsm_swig.i b/swig/grgsm_swig.i
index a9f5091..4944c68 100644
--- a/swig/grgsm_swig.i
+++ b/swig/grgsm_swig.i
@@ -13,6 +13,7 @@
#include "grgsm/decoding/control_channels_decoder.h"
#include "grgsm/decryption/decryption.h"
#include "grgsm/demapping/universal_ctrl_chans_demapper.h"
+#include "grgsm/demapping/tch_f_chans_demapper.h"
#include "grgsm/misc_utils/bursts_printer.h"
#include "grgsm/misc_utils/controlled_const_source_f.h"
#include "grgsm/misc_utils/controlled_rotator_cc.h"
@@ -36,6 +37,8 @@ GR_SWIG_BLOCK_MAGIC2(gsm, decryption);
%include "grgsm/demapping/universal_ctrl_chans_demapper.h"
GR_SWIG_BLOCK_MAGIC2(gsm, universal_ctrl_chans_demapper);
+%include "grgsm/demapping/tch_f_chans_demapper.h"
+GR_SWIG_BLOCK_MAGIC2(gsm, tch_f_chans_demapper);
%include "grgsm/misc_utils/bursts_printer.h"
GR_SWIG_BLOCK_MAGIC2(gsm, bursts_printer);