aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-06-18 21:44:48 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-06-18 21:44:48 +0000
commit868f74d62898402784819d575639958f47102dcf (patch)
treee6a52f1d0fa8082635d36ad29ea48b613d32b37c /epan/dissectors/packet-mac-lte.h
parent8ec8f94db7b556bacf70b05e71c007c8cc0b3d11 (diff)
Also signal value of PDCP SN (only used if enabled by RLC preferences).
svn path=/trunk/; revision=50019
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 561ef03c19..6c0ff5b7d3 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -284,6 +284,8 @@ typedef struct drb_mapping_t
guint8 um_sn_length; /* Part of RLC config - optional */
gboolean ul_priority_present;
guint8 ul_priority; /* Part of LogicalChannelConfig - optional */
+ gboolean pdcp_sn_size_present;
+ guint8 pdcp_sn_size; /* Part of pdcp-Config - optional */
} drb_mapping_t;