aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-10 23:23:25 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-10 23:23:25 +0000
commit878966a16e0ddf2f24bc6b6eede64d39d9f5648d (patch)
tree358181d5836bd025e19df5f9a26eb37d55f8a076 /epan/dissectors/packet-mac-lte.h
parent653c05b874de94c19df23dc7da9b9ec4459ab4ee (diff)
Add another DL error code.
svn path=/trunk/; revision=45995
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index d3d0da13f5..c96d2d2d5b 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -83,7 +83,8 @@ typedef enum mac_lte_crc_status {
crc_success = 1,
crc_high_code_rate = 2,
crc_pdsch_lost = 3,
- crc_duplicate_nonzero_rv = 4
+ crc_duplicate_nonzero_rv = 4,
+ crc_false_dci = 5
} mac_lte_crc_status;
/* Context info attached to each LTE MAC frame */