aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-17 21:34:47 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-17 21:34:47 +0000
commit9a0604e07bf2b1a6025fe488e2414c66892ef2ff (patch)
tree426b78e67fb84cf50913a121d05d668c81c7e2c5 /epan/dissectors/packet-rlc-lte.h
parentf879ff305c08c3212d3554238f8c60750bd83a22 (diff)
Allow signaling protocol (e.g. RRC) to set number of SN bits
PDCP should use for DRB channels. Not yet called by RRC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36692 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rlc-lte.h')
-rw-r--r--epan/dissectors/packet-rlc-lte.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 8e8fe4a6a0..ab85d6cdc8 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -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 */