aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/CCSNARG3.asn
blob: 23c1f32ceb60daed2043305f0a743369336ef1e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
CCSNARG3 DEFINITIONS IMPLICIT TAGS ::=
BEGIN

CallCentreServiceNotificationArg ::= SEQUENCE {
   scriptInformation      [0] ScriptToScriptInformation,
   eventInformation       [1] IMPLICIT EventInformation OPTIONAL
    
   
}

EventInformation ::=      
     CHOICE 
     {   callEvent        [0] CallEvent,
         billingReport    [1] BillingInformation
     } 


ScriptToScriptInformation ::= SEQUENCE {
   scriptKey         [0] INTEGER (0..214783647),
   scriptAttribute1  [1] Attribute1 OPTIONAL,
   scriptAttribute2  [2] Attribute2 OPTIONAL,
   scriptAttribute3  [3] Attribute3 OPTIONAL,
   scriptAttribute4  [4] Attribute4 OPTIONAL,
   scriptAttribute5  [5] Attribute5 OPTIONAL,
   scriptAttribute6  [6] Attribute6 OPTIONAL,
   scriptAttribute7  [7] Attribute7 OPTIONAL,
   scriptAttribute8  [8] Attribute8 OPTIONAL,
   scriptAttribute9  [9] Attribute9 OPTIONAL,
   scriptAttribute10 [10] Attribute10 OPTIONAL,
   scriptAttribute11 [11] Attribute11 OPTIONAL,
   scriptAttribute12 [12] Attribute12 OPTIONAL,
   scriptAttribute13 [13] Attribute13 OPTIONAL,
   scriptAttribute14 [14] Attribute14 OPTIONAL,
   scriptAttribute15 [15] Attribute15 OPTIONAL,
   scriptAttribute16 [16] Attribute16 OPTIONAL,
   scriptAttribute17 [17] Attribute17 OPTIONAL,
   scriptAttribute18 [18] Attribute18 OPTIONAL,
   scriptAttribute19 [19] Attribute19 OPTIONAL,
   scriptAttribute20 [20] Attribute20 OPTIONAL,
   scriptAttribute21 [21] Attribute21 OPTIONAL,
   scriptAttribute22 [22] Attribute22 OPTIONAL,
   scriptAttribute23 [23] Attribute23 OPTIONAL,
   scriptAttribute24 [24] Attribute24 OPTIONAL,
   scriptAttribute25 [25] Attribute25 OPTIONAL,
   scriptAttribute26 [26] Attribute26 OPTIONAL,
   scriptAttribute27 [27] Attribute27 OPTIONAL,
   scriptAttribute28 [28] Attribute28 OPTIONAL,
   scriptAttribute29 [29] Attribute29 OPTIONAL,
   scriptAttribute30 [30] Attribute30 OPTIONAL
   }


CallEvent ::= SEQUENCE {
   eventTypeBCSM                     [0] EventTypeBCSM           OPTIONAL,
                                                           
   miscCallInfo                      [1] MiscCallInfo            OPTIONAL,
   iNlegID                           [2] LegType                 OPTIONAL,
   announcementInfo                  [3] INTEGER
      { announcementstarted(0), announcementcompleted(1) } (0..1) OPTIONAL,
   callAttemptElapsedTimeValue       [4] INTEGER (0..255)        OPTIONAL,
   callStopTimeValue                 [5] DateAndTime             OPTIONAL,
   callConnectedElapsedTimeValue     [6] INTEGER (0..4294967295) OPTIONAL,
   calledAddressValue                [7] GenericNumber		  OPTIONAL,
   releaseCause                      [8] Cause                   OPTIONAL
   }

EventTypeBCSM ::= INTEGER {
      origAttemptauthorized(1),
      collectedInfo(2),
      analyzedInformation(3),
      routeSelectFailure(4),
      oCalledPartyBusy(5),
      oAlerting(255),                
      oCalledPartyNotReachable(254), 
      oNoAnswer(6),
      oAnswer(7),
      oMidCall(8),
      oSuspended(253),               
      oReAnswer(252),                
      oDisconnect(9),
      oAbandon(10),
      termAttemptauthorized(12)     
   } (0..255)


BackwardCallIndicators ::= OCTET STRING (SIZE (2))

BackwardGVNSIndicator ::= OCTET STRING(SIZE(1))


MiscCallInfo::= INTEGER {
      request      (0),
      notification (1)
      } (0..1)

LegType ::= INTEGER (1..30)

DateAndTime ::= OCTET STRING (SIZE(6)) 

GenericNumber ::= OCTET STRING (SIZE(1..16))

GenericDigits ::= OCTET STRING (SIZE(1..16))

Number ::= OCTET STRING (SIZE(1..16))

Cause::= OCTET STRING (SIZE(2))


BillingInformation ::= SEQUENCE {
   billingKey [0] INTEGER (0..214783647),
   billingAttribute1 [1] Attribute1 OPTIONAL,
   billingAttribute2 [2] Attribute2 OPTIONAL,
   billingAttribute3 [3] Attribute3 OPTIONAL,
   billingAttribute4 [4] Attribute4 OPTIONAL,
   billingAttribute5 [5] Attribute5 OPTIONAL,
   billingAttribute6 [6] Attribute6 OPTIONAL,
   billingAttribute7 [7] Attribute7 OPTIONAL,
   billingAttribute8 [8] Attribute8 OPTIONAL,
   billingAttribute9 [9] Attribute9 OPTIONAL,
   billingAttribute10 [10] Attribute10 OPTIONAL,
   billingAttribute11 [11] Attribute11 OPTIONAL,
   billingAttribute12 [12] Attribute12 OPTIONAL,
   billingAttribute13 [13] Attribute13 OPTIONAL,
   billingAttribute14 [14] Attribute14 OPTIONAL,
   billingAttribute15 [15] Attribute15 OPTIONAL,
   billingAttribute16 [16] Attribute16 OPTIONAL,
   billingAttribute17 [17] Attribute17 OPTIONAL,
   billingAttribute18 [18] Attribute18 OPTIONAL,
   billingAttribute19 [19] Attribute19 OPTIONAL,
   billingAttribute20 [20] Attribute20 OPTIONAL
}


Attribute1 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute2 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute3 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute4 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute5 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute6 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute7 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute8 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute9 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute10 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute11 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute12 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute13::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute14 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute15 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute16 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute17 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute18 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute19::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute20 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute21 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute22 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute23 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute24 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute25 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute26 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute27::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute28 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute29 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }

Attribute30 ::= CHOICE {
  integerValue       [0] INTEGER (0..65535),
  longIntValue       [1] INTEGER (0..4294967295),
  numberValue        [2] Number,
  genDigitValue      [3] GenericDigits
  }


END