aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:51:50 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:51:50 +0000
commit927b1668d8736aad7d4492d96936daade11f8c76 (patch)
treedf0a541859cc5e2e4318686ec26636a13b774939 /asn1
parenta0b48c724aa808779cfc560d3f7c1de19e2f7366 (diff)
another value_string that was not terminated
fix a bug from the previous checking as well. svn path=/trunk/; revision=15577
Diffstat (limited to 'asn1')
-rw-r--r--asn1/camel/packet-camel-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 361d52c8a3..45064cf752 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -209,7 +209,8 @@ const value_string camel_opr_code_strings[] = {
{80, "EventReportGPRS"},
{81, "RequestReportGPRSEvent"},
{82, "ResetTimerGPRS"},
- {83, "SendChargingInformationGPRS"}
+ {83, "SendChargingInformationGPRS"},
+ {0, NULL}
};
char camel_number_to_char(int number)