3 -- Taken from Ecma International
4 -- Standard ECMA-347, (June 2003)
5 -- http://www.ecma-international.org/publications/standards/Ecma-347.htm
10 SS-MID-Operations-asn1-97
11 {iso (1) identified-organization (3) icd-ecma (12) standard (0)
12 qsig-mailbox-identification (347) mailbox-identification-operations-asn1-97 (2)}
14 DEFINITIONS EXPLICIT TAGS ::=
18 IMPORTS OPERATION, ERROR FROM
19 Remote-Operations-Information-Objects
20 {joint-iso-itu-t remote-operations (4) informationObjects (5)
23 EXTENSION, Extension{} FROM
24 Manufacturer-specific-service-extension-class-asn1-97
25 {iso standard pss1-generic-procedures (11582) msi-class-asn1-97
28 basicServiceNotProvided, userNotSubscribed, invalidServedUserNr
29 FROM General-Error-List
30 {itu-t (0) recommendation (0) q (17) 950 general-error-list (1)}
32 PresentedAddressUnscreened FROM
33 Addressing-Data-Elements-asn1-97
34 {iso standard pss1-generic-procedures (11582) addressing-data-elements-asn1-97 (20)}
37 Name-Operations-asn1-97
38 {iso standard pss1-name (13868) name-operations-asn1-97 (1)}
40 MessageType, MsgCentreId FROM
41 SS-MCM-Operations-asn1-97
42 {iso (1) identified-organization (3) icd-ecma (12) standard (0)
43 qsig-message-centre-monitoring (347)
44 message-centre-monitoring-operations-asn1-97 (1)}
48 MID-Operations OPERATION ::= {mIDMailboxAuth |
51 mIDMailboxAuth OPERATION ::= {
52 ARGUMENT MIDMailboxAuthArg
54 ERRORS {userNotSubscribed |
61 mIDMailboxID OPERATION ::= {
62 ARGUMENT MIDMailboxIDArg
64 ERRORS {userNotSubscribed |
71 MIDMailboxAuthArg ::= SEQUENCE
75 servedUserName Name OPTIONAL,
76 mailBox [8]String OPTIONAL,
78 extensions MIDExtensions OPTIONAL,
83 MIDMailboxIDArg ::= SEQUENCE
87 servedUserName Name OPTIONAL,
89 extensions MIDExtensions OPTIONAL,
94 MIDDummyRes ::= MIDExtensions
96 PartyInfo ::= SEQUENCE
98 servedUserNr PresentedAddressUnscreened,
99 messageType MessageType OPTIONAL,
100 messageCentreID MsgCentreId
106 stringUtf8 UTF8String
110 MIDExtensions ::= CHOICE
113 extension [1] IMPLICIT Extension {{MIDExtSet}},
114 multipleExtension [2] IMPLICIT SEQUENCE OF
115 Extension {{ MIDExtSet }}
118 invalidMailbox ERROR ::= {
122 authorizationFailed ERROR ::= {
125 unspecified ERROR ::= {
126 PARAMETER Extension{{MIDExtSet}}
129 MIDExtSet EXTENSION ::= {...}
131 END -- of SS-MID-Operations-asn1-97