aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_map/packet-ansi_map-template.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-18 20:06:17 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-18 20:06:17 +0000
commit80c1ef3811ba2d4bfd787b417aa1333eda6a94d1 (patch)
tree24b62aceecb90672e3ba9a47bf84de944d000c3f /asn1/ansi_map/packet-ansi_map-template.c
parentd391f403dac4013e06eb7772af92abfc7c267de9 (diff)
Fix a couple (value) mistakes in value_strings. Found by Martin's patch on the -dev list.
svn path=/trunk/; revision=37259
Diffstat (limited to 'asn1/ansi_map/packet-ansi_map-template.c')
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index 416963b277..064000f25c 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -2258,7 +2258,7 @@ static const value_string ansi_map_PACA_Level_vals[] = {
{ 6, "Priority Level 6"},
{ 7, "Priority Level 7"},
{ 8, "Priority Level 8"},
- { 8, "Priority Level 9"},
+ { 9, "Priority Level 9"},
{ 10, "Priority Level 10"},
{ 11, "Priority Level 11"},
{ 12, "Priority Level 12"},
@@ -2456,8 +2456,8 @@ static const value_string ansi_map_SMS_NotificationIndicator_vals[] = {
static const value_string ansi_map_SMS_OriginationRestrictions_default_vals[] = {
{ 0, "Block all"},
{ 1, "Reserved"},
- { 1, "Allow specific"},
- { 1, "Allow all"},
+ { 2, "Allow specific"},
+ { 3, "Allow all"},
{ 0, NULL }
};
/* DIRECT (octet 1, bit C) */
@@ -4238,7 +4238,7 @@ static int dissect_returnData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_
case 61: /*TMSI Directive*/
offset = dissect_ansi_map_TMSIDirectiveRes(TRUE, tvb, offset, actx, tree, hf_ansi_map_tMSIDirectiveRes);
break;
- case 62: /*NumberPortabilityRequest */
+ case 62: /*NumberPortabilityRequest */
offset = dissect_ansi_map_NumberPortabilityRequestRes(TRUE, tvb, offset, actx, tree, hf_ansi_map_numberPortabilityRequestRes);
break;
case 63: /*Service Request*/
@@ -5351,7 +5351,7 @@ void proto_register_ansi_map(void) {
static enum_val_t ansi_map_response_matching_type_values[] = {
{"Only Transaction ID will be used in Invoke/response matching", "Transaction ID only", 0},
- {"Transaction ID and Source will be used in Invoke/response matching", "Transaction ID and Source", 1},
+ {"Transaction ID and Source will be used in Invoke/response matching", "Transaction ID and Source", 1},
{"Transaction ID Source and Destination will be used in Invoke/response matching", "Transaction ID Source and Destination", 2},
{NULL, NULL, -1}
};