Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / isdn-sup / Conference-Add-On-Operations.asn
blob6fb2c17cf80c968165fc1625e657023a1bd3c026
1 --
2 -- EN 300 185-1 Ver. 1.2.4
3 --
4 Conference-Add-On-Operations {ccitt identified-organization etsi (0) 185 operations-and-types (1)}
6 DEFINITIONS EXPLICIT TAGS ::=
7 BEGIN
9 EXPORTS                 BeginCONF, AddCONF, SplitCONF, DropCONF,
10                                 IsolateCONF, ReattachCONF, PartyDISC,
11                                 IllConferenceId, IllPartyId,
12                                 NumberOfPartiesExceeded,
13                                 NotActive, NotAllowed, PartyId, ConferenceId, ConfSize;
15 IMPORTS         OPERATION,
16                                 ERROR
17                                 FROM Remote-Operations-Information-Objects 
18     {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
19                                 notSubscribed, notAvailable,
20                                 supplementaryServiceInteractionNotAllowed,
21                                 resourceUnavailable, invalidCallState
22                                 FROM General-Errors
23                                         {ccitt identified-organization etsi(0) 196 general-errors (2)};
25 beginCONF               OPERATION ::= {
26                                 ARGUMENT        BeginCONFArg  -- optional
27                                 RESULT  BeginCONFRes
28                                 ERRORS  {notSubscribed | notAvailable |
29                                                 resourceUnavailable |
30                                                 invalidCallState |
31                                                 numberOfPartiesExceeded}
32                         CODE        local:  40}
34 BeginCONFArg ::= ConfSize
36 BeginCONFRes ::= SEQUENCE {
37                                                         conferenceId ConferenceId,
38                                                         partyId PartyId OPTIONAL }
40 addCONF                 OPERATION ::= {
41                                 ARGUMENT        AddCONFArg 
42                                 RESULT  AddCONFRes 
43                                 ERRORS  {IllConferenceId |
44                                                 NumberOfPartiesExceeded |
45                                                 NotAllowed |
46                                                 supplementaryServiceInteractionNotAllowed |
47                                                 invalidCallState}
48                                 CODE        local:  41}
50 AddCONFArg ::= ConferenceId
51 AddCONFRes ::= PartyId
53 splitCONF       OPERATION  ::= {
54                                 ARGUMENT        SplitCONFArg
55                                 RETURN RESULT     FALSE
56                                 ERRORS  {IllConferenceId | IllPartyId}
57                                 CODE        local:  42}
60 SplitCONFArg ::= SEQUENCE { conferenceId        ConferenceId,
61                                                 partyId PartyId}
63 dropCONF                OPERATION ::= {
64                                 ARGUMENT        DropCONFArg
65                                 RETURN RESULT     FALSE
66                                 ERRORS  {IllPartyId, NotActive}
67                                 CODE        local:  43}
69 DropCONFArg ::= PartyId
71 isolateCONF             OPERATION ::= {
72                                 ARGUMENT        IsolateCONFArg
73                                 RETURN RESULT     FALSE
74                                 ERRORS  {IllPartyId, NotActive}
75                                 CODE        local:  44}
77 IsolateCONFArg  ::= PartyId
79 reattachCONF    OPERATION ::= {
80                                 ARGUMENT        ReattachCONFArg
81                                 RETURN RESULT     FALSE
82                                 ERRORS  {IllPartyId, NotActive}
83                                 CODE        local:  45}
85 ReattachCONFArg ::= PartyId
87 partyDISC               OPERATION ::= {
88                                 ARGUMENT        PartyDISCArg
89                                 RETURN RESULT     FALSE
90                                 CODE        local:  46}
92 PartyDISCArg ::= PartyId
94 --IllConferenceId               ::=     ERROR
95 illConferenceId  ERROR ::= { CODE  local: 28}
96 --IllPartyId                            ::=     ERROR
97 illPartyId  ERROR ::= { CODE  local: 29}
98 --NumberOfPartiesExceeded       ::=     ERROR
99 numberOfPartiesExceeded  ERROR ::= { CODE  local: 30}
100 --NotActive                             ::=     ERROR
101 notActive  ERROR ::= { CODE  local: 31}
102 --NotAllowed                            ::=     ERROR
103 notAllowed  ERROR ::= { CODE  local: 32}
105 PartyId                                 ::=     INTEGER (0..127)
106 ConferenceId                    ::=     INTEGER (0..127)
107 ConfSize                                ::=     INTEGER (0..127)
109 --beginCONF                             BeginCONF                               ::= 40
110 --addCONF                                       AddCONF                                 ::= 41
111 --splitCONF                             SplitCONF                               ::= 42
112 --dropCONF                              DropCONF                                ::= 43
113 --isolateCONF                           IsolateCONF                             ::= 44
114 --reattachCONF                  ReattachCONF                    ::= 45
115 --partyDISC                             PartyDISC                               ::= 46
116 --illConferenceId                       IllConferenceId                 ::= 28
117 --illPartyId                            IllPartyId                              ::= 29
118 --numberOfPartiesExceeded       NumberOfPartiesExceeded ::= 30
119 --notActive                             NotActive                               ::= 31
120 --notAllowed                            NotAllowed                              ::= 32
122 END -- of Conference-Add-On-Operations