From 9d5ef01725c323f501a9e8e5ce2026565a042289 Mon Sep 17 00:00:00 2001 From: rpp Date: Wed, 10 Jun 2015 10:23:30 +0200 Subject: Added CX channel hopper block --- swig/grgsm_swig.i | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'swig') diff --git a/swig/grgsm_swig.i b/swig/grgsm_swig.i index 8c54e18..f1f37bf 100644 --- a/swig/grgsm_swig.i +++ b/swig/grgsm_swig.i @@ -10,6 +10,7 @@ %{ #include "grgsm/receiver/receiver.h" #include "grgsm/receiver/clock_offset_control.h" +#include "grgsm/receiver/cx_channel_hopper.h" #include "grgsm/decoding/control_channels_decoder.h" #include "grgsm/decoding/tch_f_decoder.h" #include "grgsm/decryption/decryption.h" @@ -30,7 +31,8 @@ GR_SWIG_BLOCK_MAGIC2(gsm, receiver); %include "grgsm/receiver/clock_offset_control.h" GR_SWIG_BLOCK_MAGIC2(gsm, clock_offset_control); - +%include "grgsm/receiver/cx_channel_hopper.h" +GR_SWIG_BLOCK_MAGIC2(gsm, cx_channel_hopper); %include "grgsm/decoding/control_channels_decoder.h" GR_SWIG_BLOCK_MAGIC2(gsm, control_channels_decoder); @@ -61,4 +63,3 @@ GR_SWIG_BLOCK_MAGIC2(gsm, controlled_const_source_f); GR_SWIG_BLOCK_MAGIC2(gsm, message_printer); %include "grgsm/misc_utils/tmsi_dumper.h" GR_SWIG_BLOCK_MAGIC2(gsm, tmsi_dumper); - -- cgit v1.2.3