Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / isdn-sup / Closed-User-Group-Service-Operations.asn
blobdb63f8fed958133ece7bb812a918dfe5d4b08a3a
1 --
2 -- EN 300 138-1 Ver. 1.3.4
3 --
4 Closed-User-Group-Service-Operations {ccitt identified-organization etsi (0) 138 operations-and-errors (1)}
6 DEFINITIONS ::=
7 BEGIN
9 EXPORTS                 CUGCall,
10                                 InvalidOrUnregisteredCUGIndex,
11                                 RequestedBasicServiceViolatesCUGConstraints,
12                                 OutgoingCallsBarredWithinCUG,
13                                 IncomingCallsBarredWithinCUG,
14                                 UserNotMemeberOfCUG,
15                                 InconsistencyInDesignatedFacilityAndSubscriberClass;
17 IMPORTS  OPERATION, ERROR FROM Remote-Operations-Information-Objects 
18     {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)} 
19                                 notSubscribed,
20                                 basicServiceNotProvided
21                                 FROM General-Errors
22                                         {ccitt identified-organization etsi(0) 196 general-errors};
25         cUGcall OPERATION ::= {
26                                 -- in Facility information element. Invoked from calling user to originating
27                                 -- network side. Also from destination network side to called user
28                                 ARGUMENT        CUGcallArg 
29                                 -- in SETUP message
30                 RETURN RESULT     FALSE 
32                                 ERRORS {
33                                         invalidOrUnregisteredCUGIndex |
34                                         requestedBasicServiceViolatesCUGConstraints |
35                                         outgoingCallsBarredWithinCUG |
36                                         incomingCallsBarredWithinCUG |
37                                         userNotMemberOfCUG |
38                                         basicServiceNotProvided |
39                                         inconsistencyInDesignatedFacilityAndSubscriberClass |
40                                         notSubscribed
41                                 }
42                                 -- in clearing message to calling user. Also to destination network side.
43                 CODE        local:  2}
46 CUGcallArg ::= SEQUENCE{
47                                                 oARequested             OARequested     DEFAULT FALSE,
48                                                 cUGIndex                CUGIndex        OPTIONAL
49                                                 }
51 OARequested     ::=     [1] IMPLICIT BOOLEAN
52 CUGIndex        ::=     [2] IMPLICIT INTEGER (0..32767)
54 InvalidOrUnregisteredCUGIndex                                                   ::= ERROR
55 invalidOrUnregisteredCUGIndex  ERROR ::= { CODE  local: 16}
56 RequestedBasicServiceViolatesCUGConstraints                             ::= ERROR
57 requestedBasicServiceViolatesCUGConstraints  ERROR ::= { CODE  local: 17}
58 OutgoingCallsBarredWithinCUG                                                    ::= ERROR
59 outgoingCallsBarredWithinCUG  ERROR ::= { CODE  local: 18}
60 IncomingCallsBarredWithinCUG                                                    ::= ERROR
61 incomingCallsBarredWithinCUG  ERROR ::= { CODE  local: 19}
62 UserNotMemberOfCUG                                                                              ::= ERROR
63 userNotMemberOfCUG  ERROR ::= { CODE  local: 20}
64 InconsistencyInDesignatedFacilityAndSubscriberClass             ::= ERROR
65 inconsistencyInDesignatedFacilityAndSubscriberClass  ERROR ::= { CODE  local: 21}
67 -- cUGCall              CUGCall         ::= localValue 2
69 --invalidOrUnregisteredCUGIndex InvalidOrUnregisteredCUGIndex                           ::= localValue 16
70 --requestedBasicServiceViolatesCUGConstraints RequestedBasicServiceViolatesCUGConstraints                       ::= localValue 17
71 --outgoingCallsBarredWithinCUG  OutgoingCallsBarredWithinCUG                            ::= localValue 18
72 --incomingCallsBarredWithinCUG  IncomingCallsBarredWithinCUG                            ::= localValue 19
73 --userNotMemberOfCUG                            UserNotMemberOfCUG                                                      ::= localValue 20
74 --inconsistencyInDesignatedFacilityAndSubscriberClass InconsistencyInDesignatedFacilityAndSubscriberClass       ::= localValue 21
76 END -- Closed-User-Group-Service-Operations