aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-01-15 16:01:40 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-15 15:05:04 +0000
commit1e1d96f108bde4284c1b2117a1fe9d46b4a82edc (patch)
treebd92aba1dd6a73198b588ba63af86183f452ebf2 /asn1
parentef0435bdb567e8e4cde7032617bb83aafc8bb162 (diff)
Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK as
ANSI MAP is currently the only user of ANSI TCAP. Bug: 6112 Change-Id: I49f89c862ddc8351091a9a939415e4ba6e7603f5 Reviewed-on: https://code.wireshark.org/review/6546 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn20
1 files changed, 18 insertions, 2 deletions
diff --git a/asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn b/asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn
index 54b0efe3f1..7996446da3 100644
--- a/asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn
+++ b/asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn
@@ -121,8 +121,24 @@ OperationCode ::= CHOICE{
ErrorCode ::= CHOICE {
national [PRIVATE 19] INTEGER (-128..127),
- private [PRIVATE 20] INTEGER
-}
+--WS adaptation This is only correct for ANSI MAP but that's the only user.
+ private [PRIVATE 20] IMPLICIT ANSIMAPPrivateErrorcode
+ }
+
+ANSIMAPPrivateErrorcode ::= INTEGER {
+ unrecognized-MIN (129),
+ unrecognized-ESN (130),
+ mINorHLR-Mismatch (131),
+ operation-Sequence-Problem (132),
+ resource-Shortage (133),
+ operation-Not-Supported (134),
+ trunk-Unavailable (135),
+ parameter-Error (136),
+ system-Failure (137),
+ unrecognized-Parameter-Value (138),
+ feature-Inactive (139),
+ missing-Parameter (140)
+} (0..255)
Priority ::= INTEGER (0..MAX)