aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-01-29 21:30:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-01-29 21:30:06 +0000
commit695a2bddd62c0954a1df95ce7baa24f68be9897a (patch)
treec5e48770841aaff00d2f1e8c248c6de95ef77e59 /asn1
parent028e49cde12444389cc531fc05c62b83485c0927 (diff)
Update value strings.
svn path=/trunk/; revision=20612
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h248/packet-h248-template.c54
1 files changed, 31 insertions, 23 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index ee394cc4a5..5d5515171f 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -285,26 +285,31 @@ static const value_string event_name_vals[] = {
{ 0x00010000, "g H.248.1 Annex E" },
{ 0x00010001, "g/Cause" },
{ 0x00010002, "g/Signal Completion" },
+ { 0x00040000, "tonedet H.248.1 Annex E" },
{ 0x00040001, "tonedet/std(Start tone detected)" },
{ 0x00040002, "tonedet/etd(End tone detected)" },
{ 0x00040003, "tonedet/ltd(Long tone detected)" },
+ { 0x00060000, "dd H.248.1 Annex E" },
+ { 0x00060001, "dd/std" },
+ { 0x00060002, "dd/etd" },
+ { 0x00060003, "dd/ltd" },
{ 0x00060004, "dd, DigitMap Completion Event" },
- { 0x00060010, "dd, DTMF character 0" },
- { 0x00060011, "dd, DTMF character 1" },
- { 0x00060012, "dd, DTMF character 2" },
- { 0x00060013, "dd, DTMF character 3" },
- { 0x00060014, "dd, DTMF character 4" },
- { 0x00060015, "dd, DTMF character 5" },
- { 0x00060016, "dd, DTMF character 6" },
- { 0x00060017, "dd, DTMF character 7" },
- { 0x00060018, "dd, DTMF character 8" },
- { 0x00060019, "dd, DTMF character 9" },
- { 0x0006001a, "dd, DTMF character A" },
- { 0x0006001b, "dd, DTMF character B" },
- { 0x0006001c, "dd, DTMF character C" },
- { 0x0006001d, "dd, DTMF character D" },
- { 0x00060020, "dd, DTMF character *" },
- { 0x00060021, "dd, DTMF character #" },
+ { 0x00060010, "dd/d0, DTMF character 0" },
+ { 0x00060011, "dd/d1, DTMF character 1" },
+ { 0x00060012, "dd/d2, DTMF character 2" },
+ { 0x00060013, "dd/d3, DTMF character 3" },
+ { 0x00060014, "dd/d4, DTMF character 4" },
+ { 0x00060015, "dd/d5, DTMF character 5" },
+ { 0x00060016, "dd/d6, DTMF character 6" },
+ { 0x00060017, "dd/d7, DTMF character 7" },
+ { 0x00060018, "dd/d8, DTMF character 8" },
+ { 0x00060019, "dd/d9, DTMF character 9" },
+ { 0x0006001a, "dd/a, DTMF character A" },
+ { 0x0006001b, "dd/b, DTMF character B" },
+ { 0x0006001c, "dd/c, DTMF character C" },
+ { 0x0006001d, "dd/d, DTMF character D" },
+ { 0x00060020, "dd/*, DTMF character *" },
+ { 0x00060021, "dd/#, DTMF character #" },
{ 0x00080030, "cd, Dial Tone" },
{ 0x00080031, "cd, Ringing Tone" },
{ 0x00080032, "cd, Busy Tone" },
@@ -318,7 +323,7 @@ static const value_string event_name_vals[] = {
{ 0x00090005, "al, offhook" },
{ 0x00090006, "al, flashhook" },
{ 0x0009ffff, "al, *" },
- { 0x000a0005, "ct, Completion" },
+ { 0x000a0005, "ct, Completion of Continuity test" },
{ 0x000b0005, "nt, network failure" },
{ 0x000b0006, "nt, quality alert" },
{ 0x000c0001, "rtp, Payload Transition" },
@@ -326,6 +331,9 @@ static const value_string event_name_vals[] = {
{ 0x00210001, "GB/BNCChange" },
{ 0x002a0001, "H.245/h245msg (Incoming H.245 Message)" },
{ 0x002a0004, "H.245/h245ChC (H.245 Channel Closed)" },
+ { 0x00450000, "Inactivity Timer H.248.14" },
+ { 0x00450001, "it/ito" },
+ { 0x00450002, "it/ito" },
{ 0x800a0000, "Nokia Bearer Characteristics Package" },
{0, NULL}
};
@@ -527,21 +535,21 @@ static const value_string cmd_type[] = {
{ H248_CMD_ADD_REQ, "addReq"},
{ H248_CMD_MOVE_REQ, "moveReq"},
{ H248_CMD_MOD_REQ, "modReq"},
- { H248_CMD_SUB_REQ, "subReq"},
- { H248_CMD_AUDITCAP_REQ, "auditCapReq"},
- { H248_CMD_AUDITVAL_REQ, "auditValReq"},
+ { H248_CMD_SUB_REQ, "subtractReq"},
+ { H248_CMD_AUDITCAP_REQ, "auditCapRequest"},
+ { H248_CMD_AUDITVAL_REQ, "auditValueRequest"},
{ H248_CMD_NOTIFY_REQ, "notifyReq"},
- { H248_CMD_SVCCHG_REQ, "svcChgReq"},
+ { H248_CMD_SVCCHG_REQ, "serviceChangeReq"},
{ H248_CMD_TOPOLOGY_REQ, "topologyReq"},
{ H248_CMD_CTX_ATTR_AUDIT_REQ, "ctxAttrAuditReq"},
{ H248_CMD_ADD_REPLY, "addReply"},
{ H248_CMD_MOVE_REPLY, "moveReply"},
{ H248_CMD_MOD_REPLY, "modReply"},
- { H248_CMD_SUB_REPLY, "subReply"},
+ { H248_CMD_SUB_REPLY, "subtractReply"},
{ H248_CMD_AUDITCAP_REPLY, "auditCapReply"},
{ H248_CMD_AUDITVAL_REPLY, "auditValReply"},
{ H248_CMD_NOTIFY_REPLY, "notifyReply"},
- { H248_CMD_SVCCHG_REPLY, "svcChgReply"},
+ { H248_CMD_SVCCHG_REPLY, "serviceChangeReply"},
{ H248_CMD_TOPOLOGY_REPLY, "topologyReply"},
{ 0, NULL }
};