Corrected swig so it is possible to load get_ccch_bursts block

This commit is contained in:
piotr 2014-04-17 23:35:48 +02:00
parent 10cd1f4aab
commit 9049a85988
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
%{
#include "gsm/receiver.h"
#include "gsm/bursts_printer.h"
#include "gsm/get_ccch_bursts.h"
%}
@ -17,3 +18,5 @@
GR_SWIG_BLOCK_MAGIC2(gsm, receiver);
%include "gsm/bursts_printer.h"
GR_SWIG_BLOCK_MAGIC2(gsm, bursts_printer);
%include "gsm/get_ccch_bursts.h"
GR_SWIG_BLOCK_MAGIC2(gsm, get_ccch_bursts);