4 MWI-Operations-and-Errors {itu-t(0) identified-organization(4) etsi(0) 745 operations-and-errors(1)}
6 DEFINITIONS EXPLICIT TAGS ::=
13 InvalidReceivingUserNr,
14 ReceivingUserNotSubscribed,
15 ControllingUserNotRegistered,
16 MaxNumOfControllingUsersReached,
17 MaxNumOfActiveInstancesReached
21 FROM Remote-Operations-Information-Objects
22 {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
25 supplementaryServiceInteractionNotAllowed,
29 {itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)}
32 From Basic-Service-Elements
33 {itu-t(0) identified-organization(4) etsi(0) 196 basic-service-elements(8)}
36 FROM Addressing-Data-Element
37 {itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
40 mWIActivate OPERATION::=
43 receivingUserNr PartyNumber,
44 basicService BasicService,
45 controllingUserNr [1] PartyNumber OPTIONAL,
46 numberOfMessages [2] MessageCounter OPTIONAL,
47 controllingUserProvidedNr [3] PartyNumber OPTIONAL,
48 time [4] GeneralizedTime OPTIONAL,
49 messageId [5] MessageID OPTIONAL,
50 mode [6] InvocationMode OPTIONAL }
54 supplementaryServiceInteractionNotAllowed |
56 invalidReceivingUserNr |
58 receivingUserNotSubscribed |
59 controllingUserNotRegistered |
60 indicationNotDelivered |
61 maxNumOfControllingUsersReached |
62 maxNumOfActiveInstancesReached }
64 CODE global:{mWIOID 1}
66 -- End of MWIActivate operation definition
68 mWIDeactivate OPERATION::=
71 receivingUserNr PartyNumber,
72 basicService BasicService,
73 controllingUserNr PartyNumber OPTIONAL,
74 mode InvocationMode OPTIONAL }
78 supplementaryServiceInteractionNotAllowed |
80 invalidReceivingUserNr |
82 receivingUserNotSubscribed |
83 controllingUserNotRegistered |
84 indicationNotDelivered }
86 CODE global:{mWIOID 2}
88 -- End of MWIDeactivate operation definition
90 mWIIndicate OPERATION::=
93 controllingUserNr [1] PartyNumber OPTIONAL,
94 basicService [2] BasicService OPTIONAL,
95 numberOfMessages [3] MessageCounter OPTIONAL,
96 controllingUserProvidedNr [4] PartyNumber OPTIONAL,
97 time [5] GeneralizedTime OPTIONAL,
98 messageId [6] MessageID OPTIONAL }
100 CODE global:{mWIOID 3}
102 -- End of MWIIndicate operation definition
104 invalidReceivingUserNr ERROR ::= {CODE global:{mWIOID 10}}
105 receivingUserNotSubscribed ERROR ::= {CODE global:{mWIOID 11}}
106 controllingUserNotRegistered ERROR ::= {CODE global:{mWIOID 12}}
107 indicationNotDelivered ERROR ::= {CODE global:{mWIOID 13}}
108 maxNumOfControllingUsersReached ERROR ::= {CODE global:{mWIOID 14}}
109 maxNumOfActiveInstancesReached ERROR ::= {CODE global:{mWIOID 15}}
111 MessageCounter ::= INTEGER (0..65535)
113 GeneralizedTime ::= [UNIVERSAL 24] IMPLICIT VisibleString
115 MessageID ::= SEQUENCE {
116 messageRef MessageRef,
117 status MessageStatus}
119 MessageRef ::= INTEGER (0..65535)
121 MessageStatus ::= ENUMERATED (
125 InvocationMode ::= ENUMERATED (
130 mWIOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 745
131 operations-and-errors(1)}
133 mWIActivate MWIActivate ::= globalValue {mWIOID 1}
134 mWIDeactivate MWIDeactivate ::= globalValue {mWIOID 2}
135 mWIIndicate MWIIndicate ::= globalValue {mWIOID 3}
137 invalidReceivingUserNr InvalidReceivingUserNr ::= globalValue {mWIOID 10}
138 receivingUserNotSubscribed ReceivingUserNotSubscribed ::= globalValue {mWIOID 11}
139 controllingUserNotRegistered ControllingUserNotRegistered ::= globalValue {mWIOID 12}
140 indicationNotDelivered IndicationNotDelivered ::= globalValue {mWIOID 13}
141 maxNumOfControllingUsersReached MaxNumOfControllingUsersReached ::= globalValue {mWIOID 14}
142 maxNumOfActiveInstancesReached MaxNumOfActiveInstancesReached ::= globalValue {mWIOID 15}
144 END -- MWI-Operations-and-Errors