aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-25 11:19:03 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2011-11-25 11:19:03 +0000
commit899155a563032bb7f610309589af2f6a68d58f16 (patch)
tree479078ce1081f31c41577b534be7a3d4890a889f /epan/dissectors/packet-mac-lte.h
parenta21d6f0a96aa3961ea938e52955153f5bc7dd140 (diff)
Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).
svn path=/trunk/; revision=40001
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;