aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/asn1/lte-rrc/lte-rrc.cnf3
-rw-r--r--epan/dissectors/packet-lte-rrc.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf b/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
index f2524c38d7..dbb6168285 100644
--- a/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
+++ b/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf
@@ -2236,9 +2236,6 @@ P0-SL-r12 DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_dbm
#.FN_HDR RRCConnectionReestablishment-NB
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishment-NB");
-#.FN_HDR RRCConnectionReestablishmentReject
- col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
-
#.FN_HDR RRCConnectionReject-NB
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReject-NB");
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index c851388b37..56bf444e4a 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -41803,8 +41803,6 @@ dissect_lte_rrc_RRCConnectionReestablishmentReject(tvbuff_t *tvb _U_, int offset
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
- col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReestablishmentReject");
-
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_RRCConnectionReestablishmentReject, RRCConnectionReestablishmentReject_sequence);