summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/asn1/qsig/QSIG-DND.asn2
-rw-r--r--epan/dissectors/packet-qsig.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/asn1/qsig/QSIG-DND.asn b/epan/dissectors/asn1/qsig/QSIG-DND.asn
index bb4302078a..a0a5711951 100644
--- a/epan/dissectors/asn1/qsig/QSIG-DND.asn
+++ b/epan/dissectors/asn1/qsig/QSIG-DND.asn
@@ -200,7 +200,7 @@ ServiceList ::= BIT STRING
-- for other Supplementary Services
temporarilyUnavailable ERROR ::= { CODE local: 1000}
-notActivated ERROR ::= { CODE local: 43}
+--notActivated ERROR ::= { CODE local: 43}
unspecified ERROR ::= {
PARAMETER Extension{{DNDExtSet}}
diff --git a/epan/dissectors/packet-qsig.c b/epan/dissectors/packet-qsig.c
index 214dcba9b0..3a9604389d 100644
--- a/epan/dissectors/packet-qsig.c
+++ b/epan/dissectors/packet-qsig.c
@@ -569,7 +569,6 @@ static const value_string qsig_str_error[] = {
/* --- Module Do-Not-Disturb-Operations-asn1-97 --- --- --- */
{ 1000, "temporarilyUnavailable" },
- { 43, "notActivated" },
{ 1008, "unspecified" },
/* --- Module Call-Intrusion-Operations-asn1-97 --- --- --- */
@@ -12235,7 +12234,6 @@ static const qsig_err_t qsig_err_tab[] = {
/* --- Module Do-Not-Disturb-Operations-asn1-97 --- --- --- */
/* temporarilyUnavailable */ { 1000, NULL },
- /* notActivated */ { 43, NULL },
/* unspecified */ { 1008, dissect_qsig_dnd_Extension_PDU },
/* --- Module Call-Intrusion-Operations-asn1-97 --- --- --- */