Little corrections to uplink/downlink filter

This commit is contained in:
Piotr Krysik 2016-08-18 18:56:24 +02:00
parent 2bb54c8fcd
commit 601195bc18
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<key>grgsm_uplink_downlink_filter</key>
<category>GSM</category>
<import>import grgsm</import>
<make>grgsm.uplink_downlink_filter($direction)</make>
<make>grgsm.uplink_downlink_filter()</make>
<sink>
<name>in</name>
<type>message</type>

View File

@ -49,7 +49,6 @@ namespace gr {
message_port_register_in(pmt::mp("in"));
message_port_register_out(pmt::mp("uplink"));
message_port_register_out(pmt::mp("downlink"));
set_msg_handler(pmt::mp("in"), boost::bind(&uplink_downlink_filter_impl::process_msg, this, _1));
}
@ -63,7 +62,6 @@ namespace gr {
} else {
message_port_pub(pmt::mp("downlink"), msg);
}
}
/*