wireshark/asn1/isdn-sup/MCID-Operations.asn
Jeff Morriss 8c608e6e82 Remove $Id$ from the ASN.1 dissectors and regenerate them.
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954
Reviewed-on: https://code.wireshark.org/review/244
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-02-18 03:05:28 +00:00

39 lines
846 B
Groff

--
-- EN 300 130-1 Ver. 1.2.4
--
MCID-Operations {ccitt identified-organization etsi (0) 130 operations-and-errors (1)}
DEFINITIONS ::=
BEGIN
EXPORTS MCIDRequest;
IMPORTS
--OPERATION
--FROM Remote-Operation-Notation
-- {joint-iso-ccitt remote-operations(4) notation (0)}
notAvailable,
notSubscribed,
invalidCallState,
notIncomingCall,
supplementaryServiceInteractionNotAllowed
FROM General-Errors
{ccitt identified-organization etsi (0) 196 general errors};
mCIDRequest OPERATION ::= {
RETURN RESULT FALSE
ERRORS {
notAvailable |
invalidCallState |
notIncomingCall |
supplementaryServiceInteractionNotAllowed}
CODE local: 3}
-- mCIDRequest MCIDRequest ::= 3
END -- of MCID-Operations