3 -- Taken from Ecma International
4 -- Standard ECMA-347, (June 2003)
5 -- http://www.ecma-international.org/publications/standards/Ecma-347.htm
8 SS-MID-Operations-asn1-97
9 {iso (1) identified-organization (3) icd-ecma (12) standard (0)
10 qsig-mailbox-identification (347) mailbox-identification-operations-asn1-97 (2)}
12 DEFINITIONS EXPLICIT TAGS ::=
16 IMPORTS OPERATION, ERROR FROM
17 Remote-Operations-Information-Objects
18 {joint-iso-itu-t remote-operations (4) informationObjects (5)
21 EXTENSION, Extension{} FROM
22 Manufacturer-specific-service-extension-class-asn1-97
23 {iso standard pss1-generic-procedures (11582) msi-class-asn1-97
26 basicServiceNotProvided, userNotSubscribed, invalidServedUserNr
27 FROM General-Error-List
28 {itu-t (0) recommendation (0) q (17) 950 general-error-list (1)}
30 PresentedAddressUnscreened FROM
31 Addressing-Data-Elements-asn1-97
32 {iso standard pss1-generic-procedures (11582) addressing-data-elements-asn1-97 (20)}
35 Name-Operations-asn1-97
36 {iso standard pss1-name (13868) name-operations-asn1-97 (1)}
38 MessageType, MsgCentreId FROM
39 SS-MCM-Operations-asn1-97
40 {iso (1) identified-organization (3) icd-ecma (12) standard (0)
41 qsig-message-centre-monitoring (347)
42 message-centre-monitoring-operations-asn1-97 (1)}
46 MID-Operations OPERATION ::= {mIDMailboxAuth |
49 mIDMailboxAuth OPERATION ::= {
50 ARGUMENT MIDMailboxAuthArg
52 ERRORS {userNotSubscribed |
59 mIDMailboxID OPERATION ::= {
60 ARGUMENT MIDMailboxIDArg
62 ERRORS {userNotSubscribed |
69 MIDMailboxAuthArg ::= SEQUENCE
73 servedUserName Name OPTIONAL,
74 mailBox [8]String OPTIONAL,
76 extensions MIDExtensions OPTIONAL,
81 MIDMailboxIDArg ::= SEQUENCE
85 servedUserName Name OPTIONAL,
87 extensions MIDExtensions OPTIONAL,
92 MIDDummyRes ::= MIDExtensions
94 PartyInfo ::= SEQUENCE
96 servedUserNr PresentedAddressUnscreened,
97 messageType MessageType OPTIONAL,
98 messageCentreID MsgCentreId
104 stringUtf8 UTF8String
108 MIDExtensions ::= CHOICE
111 extension [1] IMPLICIT Extension {{MIDExtSet}},
112 multipleExtension [2] IMPLICIT SEQUENCE OF
113 Extension {{ MIDExtSet }}
116 invalidMailbox ERROR ::= {
120 authorizationFailed ERROR ::= {
123 unspecified ERROR ::= {
124 PARAMETER Extension{{MIDExtSet}}
127 MIDExtSet EXTENSION ::= {...}
129 END -- of SS-MID-Operations-asn1-97