aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-28 14:52:11 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-28 14:52:11 +0000
commite2b621553ef51c98b7f8ce7bc03bda6f5a0d3c77 (patch)
tree33624e6aeba199c45929d5c41942d319fb3fab1e /epan/dissectors/packet-mac-lte.h
parent0a35e8fc1cf957783174590eab1f9cb9a16d68da (diff)
Allow configuration protocol to configure UL priority for channels in mapping.
This value then gets used in call_rlc_dissector(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40021 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 3546539df0..d78ca26ac3 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -253,8 +253,9 @@ int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction);
/* Set details of an LCID -> drb channel mapping. To be called from
configuration protocol (e.g. RRC) */
void set_mac_lte_channel_mapping(guint16 ueid, guint8 lcid,
- guint8 srbid, guint8 drbid,
- guint8 rlcMode, guint8 um_sn_length);
+ guint8 srbid, guint8 drbid,
+ guint8 rlcMode, guint8 um_sn_length,
+ guint8 ul_priority);
/* Functions to be called from outside this module (e.g. in a plugin, where mac_lte_info
isn't available) to get/set per-packet data */