diff options
author | Anders Broman <anders.broman@ericsson.com> | 2013-02-18 19:34:04 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2013-02-18 19:34:04 +0000 |
commit | b38062ff8f502b985ad6ebfb5fcc3b640203eafd (patch) | |
tree | 9d02e051b0c7a402af8b1b015877d9b50bae978a /asn1/isdn-sup/General-Errors.asn | |
parent | 6a420594ab263a819d082fa871e63e64fc78d249 (diff) | |
download | wireshark-b38062ff8f502b985ad6ebfb5fcc3b640203eafd.tar.gz wireshark-b38062ff8f502b985ad6ebfb5fcc3b640203eafd.tar.bz2 wireshark-b38062ff8f502b985ad6ebfb5fcc3b640203eafd.zip |
Dissect more supplementarry services
svn path=/trunk/; revision=47738
Diffstat (limited to 'asn1/isdn-sup/General-Errors.asn')
-rw-r--r-- | asn1/isdn-sup/General-Errors.asn | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/asn1/isdn-sup/General-Errors.asn b/asn1/isdn-sup/General-Errors.asn index 9e6a097d7f..3f32168e42 100644 --- a/asn1/isdn-sup/General-Errors.asn +++ b/asn1/isdn-sup/General-Errors.asn @@ -15,50 +15,51 @@ EXPORTS notSubscribed, notAvailable, notImplemented, invalidServ supplementaryServiceInteractionNotAllowed, resourceUnavailable; IMPORTS ERROR - FROM Remote-Operation-Notation - {joint-iso-itu-t remote-operations(4) notation(0)}; + FROM Remote-Operations-Information-Objects + {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}; + +notSubscribed ERROR ::= { CODE local: 0} -notSubscribed ERROR ::= 0 -- The requested service or function has not been subscribed for the basic service, and -- optionally the served user's ISDN number, included in the activation invoke component. -- Alternatively the basic service may not have been subscribed. -notAvailable ERROR ::= 3 +notAvailable ERROR ::= { CODE local: 3} -- The requested supplementary service or function is not available for the basic service, -- and optionally the served user's ISDN number (e.g. temporary fault). -notImplemented ERROR ::= 4 +notImplemented ERROR ::= { CODE local: 4} -- The supplementary service or function requested is not implemented for the basic -- service, and optionally the served user's ISDN number (e.g. service not provided). -invalidServedUserNr ERROR ::= 6 +invalidServedUserNr ERROR ::= { CODE local: 6} -- The served user's number provided is not a valid number. -invalidCallState ERROR ::= 7 +invalidCallState ERROR ::= { CODE local: 7} -- The supplementary service or function cannot be requested in the current basic call state -- or auxiliary state. -basicServiceNotProvided ERROR ::= 8 +basicServiceNotProvided ERROR ::= { CODE local: 8} -- The served user has not subscribed to the basic service (bearer and/or teleservice) for -- which the supplementary service or function was requested. -notIncomingCall ERROR ::= 9 +notIncomingCall ERROR ::= { CODE local: 9} -- The supplementary service or function was not requested for an incoming call. -supplementaryServiceInteractionNotAllowed ERROR ::= 10 +supplementaryServiceInteractionNotAllowed ERROR ::= { CODE local: 10} -- The performance of the requested supplementary service or function is prohibited -- by another supplementary service or function. -resourceUnavailable ERROR ::= 11 +resourceUnavailable ERROR ::= { CODE local: 11} -- The resources required to perform adequately the requested supplementary service or -- function are not available. |