From 63e568dc3d47ccfde7c08735aeb85d18f1cff9ce Mon Sep 17 00:00:00 2001 From: Vasil Velichkov Date: Mon, 7 May 2018 15:55:39 +0300 Subject: Move HR demapping into a separate block --- swig/grgsm_swig.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'swig') diff --git a/swig/grgsm_swig.i b/swig/grgsm_swig.i index b980fc2..5f06eb3 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" @@ -99,6 +100,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" -- cgit v1.2.3