aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-25 11:19:03 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-25 11:19:03 +0000
commit4c44573bc2b1ce92c4f9e6c6a3ff379b0da4af03 (patch)
tree479078ce1081f31c41577b534be7a3d4890a889f /epan/dissectors/packet-mac-lte.h
parent001589645e7d222ceb7df7c805d5c85f6ee1be4f (diff)
Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40001 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 55086837c2..3546539df0 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -114,6 +114,7 @@ typedef struct mac_lte_info
/* UL only. 0=newTx, 1=first-retx, etc */
guint8 reTxCount;
+ guint8 isPHICHNACK; /* FALSE=PDCCH retx grant, TRUE=PHICH NACK */
/* DL only. Status of CRC check */
mac_lte_crc_status crcStatusValid;