From 8f871c472da517dd3926fd87ee3ad400eff1d581 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 28 Nov 2011 14:52:11 +0000 Subject: 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 --- epan/dissectors/packet-mac-lte.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-mac-lte.h') 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 */ -- cgit v1.2.3