epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / asn1 / smrse / SMRSE.asn
blobee11a261b4fe5465b870444938d43dd56bc90cae
1 SMRS DEFINITIONS IMPLICIT TAGS ::=
2 BEGIN
4 SMR-Bind ::= SEQUENCE {
5         sc-address SMS-Address,
6         password Password,
7         ... 
10 ub-password-length INTEGER ::= 20
12 IMSI-Address ::= OCTET STRING
14 SMS-Address ::= SEQUENCE {
15         address-type INTEGER {
16                 unknown-type (0),
17                 internat-number (1),
18                 national-number (2),
19                 net-spec-number (3),
20                 short-number (4)
21         },
23         numbering-plan INTEGER {
24                 unknown-numbering (0),
25                 iSDN-numbering (1),
26                 data-network-numbering (3),
27                 telex-numbering (4),
28                 national-numbering (8),
29                 private-numbering (9)
30         },
32         address-value CHOICE {
33                 octet-format SemiOctetString
34         }
38 SemiOctetString ::= OCTET STRING
40 Password ::= PrintableString
42 SMR-Bind-Confirm ::= SEQUENCE {
43         ...
46 SMR-Bind-Failure ::= SEQUENCE {
47         connect-fail-reason Connect-fail,
48         ...
51 Connect-fail ::= INTEGER {
52         not-entitled (0),
53         tmp-overload (1),
54         tmp-failure (2),
55         id-or-passwd (3),
56         not-supported (4),
57         inv-SC-addr (5)
60 SMR-Unbind ::= SEQUENCE {
61         ...
64 RPDataMT ::= SEQUENCE {
65         mt-priority-request BOOLEAN,
66         mt-mms BOOLEAN,
67         mt-message-reference RP-MR,
68         mt-originating-address SMS-Address,
69         mt-destination-address SMS-Address,
70         mt-user-data RP-UD,
71         mt-origVMSCAddr [1] SMS-Address OPTIONAL,
72         mt-tariffClass [2] SM-TC OPTIONAL,
73         ...
76 RPDataMO ::= SEQUENCE {
77         mo-message-reference RP-MR,
78         mo-originating-address SMS-Address,
79         mo-user-data RP-UD,
80         origVMSCAddr [1] SMS-Address OPTIONAL ,
81         moimsi [2] IMSI-Address OPTIONAL,
82         ...
85 RP-MR ::= INTEGER (0..65535)
87 RP-UD ::= OCTET STRING (SIZE (1..164))
89 SM-TC ::= INTEGER (0..65535)
91 RPAck ::= SEQUENCE {
92         message-reference RP-MR,
93         ...
96 Error-reason ::= INTEGER {
97         unknown-subscriber (1),
98         illegal-subscriber (9),
99         teleservice-not-provisioned (11),
100         call-barred (13),
101         cug-reject (15),
102         sMS-ll-capabilities-not-prov (19),
103         error-in-MS (20),
104         facility-not-supported (21),
105         memory-capacity-exceeded (22),
106         absent-subscriber (29),
107         ms-busy-for-MT-sms (30),
108         system-failure (36),
109         illegal-equipment (44),
110         no-resp-to-paging (60),
111         gMSC-congestion (61),
112         dublicate-sm (70),
113         sC-congestion (101),
114         mS-not-SC-Subscriber (103),
115         invalid-sme-address (104)
118 RPError ::= SEQUENCE {
119         error-reason Error-reason,
120         msg-waiting-set BOOLEAN,
121         message-reference RP-MR,
122         alerting-MS-ISDN [1] SMS-Address OPTIONAL,
123         sm-diag-info [2] RP-UD OPTIONAL,
124         ...
127 RPAlertSC ::= SEQUENCE {
128         ms-address SMS-Address,
129         message-reference RP-MR,
130         ...