Allow signaling protocol (e.g. RRC) to set number of SN bits
[obnox/wireshark/wip.git] / epan / dissectors / packet-rlc-lte.h
index 8e8fe4a6a0b95afd05d3a594f04224d9802b5456..ab85d6cdc8660e18ebe1c9caec43acf2e7327856 100644 (file)
@@ -84,6 +84,9 @@ typedef struct rlc_lte_tap_info {
 } rlc_lte_tap_info;
 
 
+/* Configure number of PDCP SN bits to use for DRB channels. */
+void set_rlc_lte_drb_pdcp_seqnum_length(guint16 ueid, guint8 drbid, guint8 userplane_seqnum_length);
+
 
 /*****************************************************************/
 /* UDP framing format                                            */