subscr: Kick the queue in case of a paging timeout
[openbsc.git] / wireshark / rsl-system_info.patch
blob2945c65409130bc715da9fc516f86bf1f6ca218d
1 Index: wireshark/epan/dissectors/packet-rsl.c
2 ===================================================================
3 --- wireshark.orig/epan/dissectors/packet-rsl.c
4 +++ wireshark/epan/dissectors/packet-rsl.c
5 @@ -2291,7 +2291,7 @@
7 proto_tree_add_text(ie_tree, tvb,offset,length,"Layer 3 message");
8 next_tvb = tvb_new_subset(tvb, offset, length, length);
9 - /* call_dissector(gsm_a_dtap_handle, next_tvb, pinfo, top_tree);*/
10 + call_dissector(gsm_a_ccch_handle, next_tvb, pinfo, top_tree);
12 offset = offset + length;