aboutsummaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-08-05 12:30:29 +0200
committerRoman Khassraf <roman@khassraf.at>2015-08-05 12:30:29 +0200
commit8abdc9e102967b06c24cfb4a8e62211bb16e41cd (patch)
tree2da6226b6f7f56d60b03a67917f8713d14823c17 /swig
parentb45bf5b70d5c254cfc9b55b776be97ca9ec07a58 (diff)
Implemented burst sub-slot splitter. Issue #100
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 ba53b78..b9dad13 100644
--- a/swig/grgsm_swig.i
+++ b/swig/grgsm_swig.i
@@ -17,6 +17,7 @@
#include "grgsm/demapping/universal_ctrl_chans_demapper.h"
#include "grgsm/demapping/tch_f_chans_demapper.h"
#include "grgsm/flow_control/burst_timeslot_splitter.h"
+#include "grgsm/flow_control/burst_sdcch_subslot_splitter.h"
#include "grgsm/flow_control/burst_fnr_filter.h"
#include "grgsm/flow_control/dummy_burst_filter.h"
#include "grgsm/misc_utils/bursts_printer.h"
@@ -54,6 +55,8 @@ GR_SWIG_BLOCK_MAGIC2(gsm, tch_f_chans_demapper);
%include "grgsm/flow_control/burst_timeslot_splitter.h"
GR_SWIG_BLOCK_MAGIC2(gsm, burst_timeslot_splitter);
+%include "grgsm/flow_control/burst_sdcch_subslot_splitter.h"
+GR_SWIG_BLOCK_MAGIC2(gsm, burst_sdcch_subslot_splitter);
%include "grgsm/flow_control/burst_fnr_filter.h"
GR_SWIG_BLOCK_MAGIC2(gsm, burst_fnr_filter);
%include "grgsm/flow_control/dummy_burst_filter.h"