aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-28 14:52:11 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-28 14:52:11 +0000
commit8f871c472da517dd3926fd87ee3ad400eff1d581 (patch)
tree33624e6aeba199c45929d5c41942d319fb3fab1e /epan/dissectors/packet-mac-lte.h
parent5d798a2aa87a182932a72197d336fe13a00755e2 (diff)
Allow configuration protocol to configure UL priority for channels in mapping.
This value then gets used in call_rlc_dissector(). svn path=/trunk/; revision=40021
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 */