aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isdn-sup.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-04-03 16:53:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-04-03 16:53:53 +0000
commita54f786099cccd18c19002f26c9aee5a4f47169d (patch)
tree3977fdd0f7c7562906ab295daf979404b1fd2d74 /epan/dissectors/packet-isdn-sup.c
parenta9ed80456509d533315d9018e1d2b5f9f4927b3b (diff)
Sort LocalCode value string.
svn path=/trunk/; revision=48721
Diffstat (limited to 'epan/dissectors/packet-isdn-sup.c')
-rw-r--r--epan/dissectors/packet-isdn-sup.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/epan/dissectors/packet-isdn-sup.c b/epan/dissectors/packet-isdn-sup.c
index 88fbe37000..4811a576d2 100644
--- a/epan/dissectors/packet-isdn-sup.c
+++ b/epan/dissectors/packet-isdn-sup.c
@@ -87,6 +87,21 @@ static const value_string isdn_sup_str_operation[] = {
/*--- Included file: packet-isdn-sup-table10.c ---*/
#line 1 "../../asn1/isdn-sup/packet-isdn-sup-table10.c"
+ { 1, "userUserService" },
+ { 2, "cUGcall" },
+ { 3, "mCIDRequest" },
+ { 7, "activationDiversion" },
+ { 8, "deactivationDiversion" },
+ { 9, "activationStatusNotificationDiv" },
+ { 10, "deactivationStatusNotificationDiv" },
+ { 11, "interrogationDiversion" },
+ { 12, "diversionInformation" },
+ { 13, "callDeflection" },
+ { 14, "callRerouteing" },
+ { 15, "divertingLegInformation2" },
+ { 17, "interrogateServedUserNumbers" },
+ { 18, "divertingLegInformation1" },
+ { 19, "divertingLegInformation3" },
{ 30, "chargingRequest" },
{ 31, "aOCSCurrency" },
{ 32, "aOCSSpecialArr" },
@@ -94,7 +109,6 @@ static const value_string isdn_sup_str_operation[] = {
{ 34, "aOCDChargingUnit" },
{ 35, "aOCECurrency" },
{ 36, "aOCEChargingUnit" },
- { 2, "cUGcall" },
{ 40, "beginCONF" },
{ 41, "addCONF" },
{ 42, "splitCONF" },
@@ -102,20 +116,6 @@ static const value_string isdn_sup_str_operation[] = {
{ 44, "isolateCONF" },
{ 45, "reattachCONF" },
{ 46, "partyDISC" },
- { 7, "activationDiversion" },
- { 8, "deactivationDiversion" },
- { 9, "activationStatusNotificationDiv" },
- { 10, "deactivationStatusNotificationDiv" },
- { 11, "interrogationDiversion" },
- { 17, "interrogateServedUserNumbers" },
- { 12, "diversionInformation" },
- { 13, "callDeflection" },
- { 14, "callRerouteing" },
- { 18, "divertingLegInformation1" },
- { 15, "divertingLegInformation2" },
- { 19, "divertingLegInformation3" },
- { 3, "mCIDRequest" },
- { 1, "userUserService" },
/*--- End of included file: packet-isdn-sup-table10.c ---*/
#line 74 "../../asn1/isdn-sup/packet-isdn-sup-template.c"