From a085bc9094172fe2ece821dce0c1064e53ead216 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 28 Aug 2005 02:28:48 +0000 Subject: add missing value_string termination svn path=/trunk/; revision=15582 --- asn1/inap/packet-inap-template.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'asn1/inap') diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c index 5be4f23e1b..e23a3f391d 100644 --- a/asn1/inap/packet-inap-template.c +++ b/asn1/inap/packet-inap-template.c @@ -102,7 +102,8 @@ const value_string inap_opr_code_strings[] = { {33,"ResetTimer"}, {23,"RequestReportBCSMEvent"}, {49,"SpecializedResourceReport"}, - {22,"ReleaseCall"} + {22,"ReleaseCall"}, +{0, NULL} }; const value_string inap_error_code_strings[] = { @@ -121,13 +122,15 @@ const value_string inap_error_code_strings[] = { {14,"UnexpectedComponentSequence"}, {15,"UnexpectedDataValue"}, {16,"UnexpectedParameter"}, -{17,"UnknownLegID"} +{17,"UnknownLegID"}, +{0, NULL} }; const value_string inap_general_problem_strings[] = { {0,"General Problem Unrecognized Component"}, {1,"General Problem Mistyped Component"}, {3,"General Problem Badly Structured Component"}, +{0, NULL} }; -- cgit v1.2.3