aboutsummaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2018-05-07 15:55:39 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2018-12-29 00:52:05 +0100
commit69a5e34ae7fccf7aa59143689ef11cbdcfcfe171 (patch)
tree413cd60b4478c92a7de79dd07fbe434e04a8ea62 /swig
parent229380bcf1794a69845f1a27acba9fa995b68423 (diff)
Move HR demapping into a separate block
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 83740e6..dd86bbc 100644
--- a/swig/grgsm_swig.i
+++ b/swig/grgsm_swig.i
@@ -41,6 +41,7 @@
#include "grgsm/decryption/decryption.h"
#include "grgsm/demapping/universal_ctrl_chans_demapper.h"
#include "grgsm/demapping/tch_f_chans_demapper.h"
+#include "grgsm/demapping/tch_h_chans_demapper.h"
#include "grgsm/flow_control/common.h"
#include "grgsm/flow_control/burst_timeslot_splitter.h"
#include "grgsm/flow_control/burst_sdcch_subslot_splitter.h"
@@ -98,6 +99,8 @@ GR_SWIG_BLOCK_MAGIC2(gsm, decryption);
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/demapping/tch_h_chans_demapper.h"
+GR_SWIG_BLOCK_MAGIC2(gsm, tch_h_chans_demapper);
%include "grgsm/flow_control/common.h"
%include "grgsm/flow_control/burst_timeslot_splitter.h"