Fix for #232 (incorrect facch subtype)

This commit is contained in:
Roman Khassraf 2016-11-20 21:50:23 +01:00
parent d527b3a574
commit 1591cdebdf
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace gr {
new_hdr->sub_type = GSMTAP_CHANNEL_TCH_F;
if (fn_mod13 == 12)
header->sub_type = GSMTAP_CHANNEL_ACCH|GSMTAP_CHANNEL_TCH_F;
new_hdr->sub_type = GSMTAP_CHANNEL_ACCH|GSMTAP_CHANNEL_TCH_F;
pmt::pmt_t msg_binary_blob = pmt::make_blob(new_msg,sizeof(gsmtap_hdr)+BURST_SIZE);
pmt::pmt_t msg_out = pmt::cons(pmt::PMT_NIL, msg_binary_blob);