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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
|
-- Module ASN1DefinedTypesModule (M.3100:04/2005)
-- 8 ASN.1 modules
--<GDMO.Document "ITU-T Recommendation M.3100">
-- 8.1 ASN1DefinedTypesModule
ASN1DefinedTypesModule {itu-t recommendation m gnm(3100) informationModel(0)
asn1Modules(2) asn1DefinedTypesModule(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- EXPORTS everything
IMPORTS
-- Note: RDNSequence, formerly imported
-- from X.501 InformationFramework, is imported from X.711 CMIP.
RDNSequence, ObjectInstance, ObjectClass, Attribute
FROM CMIP-1 {joint-iso-itu-t ms(9) cmip(1) modules(0) protocol(3)}
-- MappingList, SignalRate
-- FROM M3100ASN1TypeModule2 {itu-t recommendation m gnm(3100)
-- informationModel(0) asn1Modules(2) asn1Module2(1)}
ProbableCause, AdministrativeState, AvailabilityStatus, AttributeList,
AdditionalInformation
FROM Attribute-ASN1Module {joint-iso-itu-t ms(9) smi(3) part2(2)
asn1Module(2) 1};
-- Local imports
-- MappingList, SignalRate
-- FROM M3100ASN1TypeModule2 {itu-t recommendation m gnm(3100)
-- informationModel(0) asn1Modules(2) asn1Module2(1)}
MappingList ::= SEQUENCE OF PayloadLevel
PayloadLevel ::= CharacteristicInformation
SignalRate ::= CHOICE {
objectClass [0] OBJECT IDENTIFIER,
characteristicInformation [1] CharacteristicInformation
}
-- X.745
SupportedTOClasses ::= SET OF OBJECT IDENTIFIER
-- END Local imports
m3100InformationModel OBJECT IDENTIFIER ::=
{itu-t recommendation m gnm(3100) informationModel(0)}
m3100standardSpecificExtension OBJECT IDENTIFIER ::=
{m3100InformationModel standardSpecificExtension(0)}
m3100ObjectClass OBJECT IDENTIFIER ::=
{m3100InformationModel managedObjectClass(3)}
m3100Package OBJECT IDENTIFIER ::= {m3100InformationModel package(4)}
m3100Parameter OBJECT IDENTIFIER ::= {m3100InformationModel parameter(5)}
m3100Attribute OBJECT IDENTIFIER ::= {m3100InformationModel attribute(7)}
m3100NameBinding OBJECT IDENTIFIER ::= {m3100InformationModel nameBinding(6)}
m3100Action OBJECT IDENTIFIER ::= {m3100InformationModel action(9)}
m3100Notification OBJECT IDENTIFIER ::=
{m3100InformationModel notification(10)}
-- Reserved arcs below m3100InformationModel are (8) for attribute groups
characteristicInfo OBJECT IDENTIFIER ::=
{m3100standardSpecificExtension 0}
opticalSTM1SPICI CharacteristicInformation ::= {characteristicInfo 1}
-- opticalSPITTP* object instances with stmLevel attribute = 1
opticalSTM4SPICI CharacteristicInformation ::=
{characteristicInfo 2}
-- opticalSPITTP* object instances with stmLevel attribute = 4
opticalSTM16SPICI CharacteristicInformation ::=
{characteristicInfo 3}
-- opticalSPITTP* object instances with stmLevel attribute = 16
electricalSTM1SPICI CharacteristicInformation ::=
{characteristicInfo 4}
-- electricalSPITTP* object instances with stmLevel attribute = 1
rsSTM1SPICI CharacteristicInformation ::=
{characteristicInfo 5}
-- rsCTP* object instances with stmLevel attribute = 1
rsSTM4SPICI CharacteristicInformation ::=
{characteristicInfo 6}
-- rsCTP* object instances with stmLevel attribute = 4
rsSTM16SPICI CharacteristicInformation ::=
{characteristicInfo 7}
-- rsCTP* object instances with stmLevel attribute = 16
msSTM1SPICI CharacteristicInformation ::=
{characteristicInfo 8}
-- msCTP* object instances with stmLevel attribute = 1
msSTM4SPICI CharacteristicInformation ::=
{characteristicInfo 9}
-- msCTP* object instances with stmLevel attribute = 4
msSTM16SPICI CharacteristicInformation ::=
{characteristicInfo 10}
-- msCTP* object instances with stmLevel attribute = 16
au3TU3VC3CI CharacteristicInformation ::=
{characteristicInfo 11}
au4VC4CI CharacteristicInformation ::= {characteristicInfo 12}
tu11VC11CI CharacteristicInformation ::= {characteristicInfo 13}
tu12VC12CI CharacteristicInformation ::= {characteristicInfo 14}
tu2VC2CI CharacteristicInformation ::= {characteristicInfo 15}
tu12VC11CI CharacteristicInformation ::= {characteristicInfo 16}
vpCI CharacteristicInformation ::= {characteristicInfo 17}
vcCI CharacteristicInformation ::= {characteristicInfo 18}
e0CI CharacteristicInformation ::= {characteristicInfo 19}
e1CI CharacteristicInformation ::= {characteristicInfo 20}
e2CI CharacteristicInformation ::= {characteristicInfo 21}
e3CI CharacteristicInformation ::= {characteristicInfo 22}
e4CI CharacteristicInformation ::= {characteristicInfo 23}
e5-565M CharacteristicInformation ::= {characteristicInfo 24}
sts3c-and-VC4-1c CharacteristicInformation ::= {characteristicInfo 25}
sts12c-and-VC4-4c CharacteristicInformation ::= {characteristicInfo 26}
sts48c-and-VC4-16c CharacteristicInformation ::= {characteristicInfo 27}
sts192c-and-VC4-64c CharacteristicInformation ::= {characteristicInfo 28}
section-OC1-STS1-and-RS-STM0 CharacteristicInformation ::=
{characteristicInfo 29}
section-OC192-STS192-and-RS-STM64 CharacteristicInformation ::=
{characteristicInfo 30}
line-OC1-STS1-and-MS-STM0 CharacteristicInformation ::=
{characteristicInfo 31}
line-OC192-STS192-and-MS-STM64 CharacteristicInformation ::=
{characteristicInfo 32}
fc-12-133M CharacteristicInformation ::= {characteristicInfo 33}
-- Fiber Channel protocol
fc-25-266M CharacteristicInformation ::=
{characteristicInfo 34}
-- Fiber Channel protocol
fc-50-531M CharacteristicInformation ::=
{characteristicInfo 35}
-- Fiber Channel protocol
fc-100-1063M CharacteristicInformation ::=
{characteristicInfo 36}
-- Fiber Channel protocol
fddi CharacteristicInformation ::=
{characteristicInfo 37}
fast-Ethernet CharacteristicInformation ::= {characteristicInfo 38}
gigabit-Ethernet CharacteristicInformation ::= {characteristicInfo 39}
isdn-BRI CharacteristicInformation ::= {characteristicInfo 40}
-- ISDN Basic Rate Interface PTP layer rate
dsr-OC192-and-STM64 CharacteristicInformation ::=
{characteristicInfo 41}
dsr-OC768-and-STM256 CharacteristicInformation ::= {characteristicInfo 42}
section-OC24-STS24-and-RS-STM8 CharacteristicInformation ::=
{characteristicInfo 43}
line-OC24-STS24-and-MS-STM8 CharacteristicInformation ::=
{characteristicInfo 44}
section-OC768-STS768-and-RS-STM256 CharacteristicInformation ::=
{characteristicInfo 45}
line-OC768-STS768-and-MS-STM256 CharacteristicInformation ::=
{characteristicInfo 46}
tenGigabit-Ethernet CharacteristicInformation ::= {characteristicInfo 47}
-- The following value assignments are for the Probable Cause when Integer Choice is used within the
-- TMN application context. These values shall always be assigned by this Recommendation in the context
-- of TMN.
AcceptableCircuitPackTypeList ::= SET OF PrintableString
AddedTps ::= SEQUENCE {
gtp ObjectInstance,
tpsAdded SEQUENCE OF ObjectInstance
}
AddLeg ::= SEQUENCE {
mpCrossConnection ObjectInstance,
legs SET OF ToTermSpecifier
}
AddTpsToGtpInformation ::=
SEQUENCE OF
SEQUENCE {tpsAdded SEQUENCE OF TerminationPointInformation,
gtp ObjectInstance OPTIONAL}
AddTpsToGtpResult ::=
SEQUENCE OF CHOICE {failed [0] Failed,
addedTps [1] AddedTps}
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "AddTpsToGtpInformation" type.
AddTpsToTpPoolInformation ::=
SEQUENCE OF
SEQUENCE {tps SET OF TerminationPointInformation,
toTpPool ObjectInstance OPTIONAL}
AddTpsToTpPoolResult ::=
SEQUENCE OF
CHOICE {failed [0] Failed,
tpsAddedToTpPool [1] TpsAddedToTpPool}
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "AddTPsToTpPoolInformation" type.
AlarmEffectOnServiceParameter ::= BOOLEAN -- TRUE implies service is affected
AlarmSeverityAssignment ::= SEQUENCE {
problem ProbableCause,
severityAssignedServiceAffecting [0] AlarmSeverityCode OPTIONAL,
severityAssignedNonServiceAffecting [1] AlarmSeverityCode OPTIONAL,
severityAssignedServiceIndependent [2] AlarmSeverityCode OPTIONAL
}
AlarmSeverityAssignmentList ::= SET OF AlarmSeverityAssignment
AlarmSeverityCode ::= ENUMERATED {
non-alarmed(0), minor(1), major(2), critical(3), warning(4)}
AlarmStatus ::= ENUMERATED {
cleared(0), activeReportable-Indeterminate(1), activeReportable-Warning(2),
activeReportable-Minor(3), activeReportable-Major(4),
activeReportable-Critical(5), activePending(6)}
Boolean ::= BOOLEAN
Bundle ::= SEQUENCE {
characteristicInfoType CharacteristicInformation,
bundlingFactor INTEGER
}
ChannelNumber ::= INTEGER
CharacteristicInformation ::= OBJECT IDENTIFIER
CircuitDirectionality ::= ENUMERATED {onewayOut(0), onewayIn(1), twoway(2)}
CircuitPackAvailabilityStatus ::=
AvailabilityStatus(WITH COMPONENT (notInstalled))
CircuitPackType ::= PrintableString
Connected ::= CHOICE {
pointToPoint [0] PointToPoint,
pointToMultipoint [1] PointToMultipoint
}
ConnectInformation ::=
SEQUENCE OF
SEQUENCE {itemType
CHOICE {unidirectional [0] ConnectionType,
bidirectional [1] ConnectionTypeBi,
addleg [2] AddLeg},
administrativeState AdministrativeState OPTIONAL,
namedCrossConnection [3] NamedCrossConnection OPTIONAL,
...,
userLabel [4] UserLabel OPTIONAL,
redline [5] Boolean OPTIONAL,
additionalInfo [6] AdditionalInformation OPTIONAL
}
ConnectorType ::= INTEGER
-- currently defined values for ConnectorType are
fcConnectorType ConnectorType ::=
1 -- Fibre Connector
lcConnectorType ConnectorType ::= 2 -- Lucent connector
scConnectorType ConnectorType ::= 3 -- Subscriber Connector
ConnectivityPointer ::= CHOICE {
none NULL,
single ObjectInstance,
concatenated SEQUENCE OF ObjectInstance
}
ConnectResult ::= SEQUENCE OF CHOICE {failed Failed,
connected Connected}
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "ConnectInformation" type.
ConnectionType ::= CHOICE {
explicitPToP [0] ExplicitPtoP,
ptoTpPool [1] PtoTPPool,
explicitPtoMP [2] ExplicitPtoMP,
ptoMPools [3] PtoMPools
}
ConnectionTypeBi ::= CHOICE {
explicitPToP [0] ExplicitPtoP,
ptoTpPool [1] PtoTPPool
}
Count ::= INTEGER
CreateError ::= INTEGER
CrossConnectionName ::= GraphicString
CrossConnectionObjectPointer ::= CHOICE {
notConnected [0] ObjectInstance, -- Fabric object
connected [1] ObjectInstance, -- Cross-connection object
multipleConnections MultipleConnections
}
CTPUpstreamPointer ::=
ConnectivityPointer
(WITH COMPONENTS {
...,
-- the other two choices are present
concatenated ABSENT
})
CTPDownstreamPointer ::=
DownstreamConnectivityPointer
(WITH COMPONENTS {
...,
concatenated ABSENT,
broadcastConcatenated ABSENT
-- other choices are present
})
CurrentProblem ::= SEQUENCE {
problem [0] ProbableCause,
alarmStatus [1] AlarmStatus
}
CurrentProblemList ::= SET OF CurrentProblem
Directionality ::= ENUMERATED {unidirectional(0), bidirectional(1)}
DisconnectInformation ::= SEQUENCE OF ObjectInstance -- tps
DisconnectResult ::=
SEQUENCE OF CHOICE {failed Failed,
disconnected ObjectInstance} -- tp
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "DisconnectInformation" type.
DownstreamConnectivityPointer ::= CHOICE {
none NULL,
single ObjectInstance,
concatenated SEQUENCE OF ObjectInstance,
broadcast SET OF ObjectInstance,
broadcastConcatenated [1] SET OF SEQUENCE OF ObjectInstance
}
ExplicitPtoMP ::= SEQUENCE {fromTp ExplicitTP,
toTPs SET OF ExplicitTP
}
ExplicitPtoP ::= SEQUENCE {fromTp ExplicitTP,
toTp ExplicitTP
}
ExplicitTP ::= CHOICE {
oneTPorGTP ObjectInstance,
listofTPs SEQUENCE OF ObjectInstance
}
ExternalTime ::= GeneralizedTime
EquipmentHolderAddress ::= SEQUENCE OF PrintableString
EquipmentHolderType ::= GraphicString
Failed ::= CHOICE {
logicalProblem LogicalProblem,
resourceProblem ResourceProblem
}
GeneralError ::=
SEQUENCE OF
SEQUENCE {cause GeneralErrorCause,
details GraphicString OPTIONAL,
relatedObjects [0] SET OF ObjectInstance OPTIONAL,
attributeList [1] AttributeList OPTIONAL}
GeneralErrorCause ::= CHOICE {
globalValue OBJECT IDENTIFIER,
localValue INTEGER
}
-- objectInIncompatibleState GeneralErrorCause ::= localValue:1
-- noValidRelatedObject GeneralErrorCause ::= localValue:2
-- involvedInOffering GeneralErrorCause ::= localValue:3
-- serviceNotSupported GeneralErrorCause ::= localValue:4
-- provisioningOrderConflict GeneralErrorCause ::= localValue:5
-- equipmentFailure GeneralErrorCause ::= localValue:6
-- maxNumberExceeded GeneralErrorCause ::= localValue:7
-- containedObjects GeneralErrorCause ::= localValue:8
-- ObjectInIncompatibleState is used to specify that the object is in a state
-- that does not allow the operation. Details of the state should be
-- provided.
-- NoValidRelatedObject is used to specify related objects that do not
-- exist in the MIB.
-- InvolvedInOffering is used to identify object(s) that are already
-- involved in a conflicting service offering.
-- ServiceNotSupported is used to indicate that the operation is
-- attempting to initiate a service that is not supported by the
-- equipment.
-- ProvisioningOrderConflict is used to identify that a service is
-- being provisioned in an order that is not supported by the equipment.
-- EquipmentFailure is used to indicate that an equipment failure as
-- occured during the operation.
-- MaxNumberExceeded is used to indicate that requested create operation
-- cannot be completed as the maximum number of instances are reached.
-- ContainedObjects is used to indicate that requested delete operation
-- cannot be completed as there are contained instances.
HolderStatus ::= CHOICE {
holderEmpty [0] NULL,
inTheAcceptableList [1] CircuitPackType,
notInTheAcceptableList [2] CircuitPackType,
unknownType [3] NULL
}
IndividualSwitchOver ::= SEQUENCE {
connection ObjectInstance,
-- crossConnection of connectionProtection (defined in Recommendation G.774.04)
unchangedTP ObjectInstance,
newTP ObjectInstance
-- designates the newTP to which the unchanged TP has to be connected with
}
IndividualResult ::= CHOICE {failed [0] Failed,
pass [1] Connected
}
InformationTransferCapabilities ::= ENUMERATED {
speech(0), audio3pt1(1), audio7(2), audioComb(3), digitalRestricted56(4),
digitalUnrestricted64(5)
-- "..." these ellipses defined in ASN.1 amendment are used here to indicate that this is
-- an extensible type and additional enumerations may be added in future --}
ListOfCharacteristicInformation ::= SET OF CharacteristicInformation
ListOfTPs ::= SET OF ObjectInstance
LocationName ::= GraphicString
LogicalProblem ::= SEQUENCE {
problemCause ProblemCause,
incorrectInstances SET OF ObjectInstance OPTIONAL
}
MultipleConnections ::=
SET OF
CHOICE {downstreamNotConnected [0] ObjectInstance,
downstreamConnected [1] ObjectInstance,
upstreamNotConnected [2] ObjectInstance,
upstreamConnected [3] ObjectInstance}
NamedCrossConnection ::= SEQUENCE {
redline BOOLEAN,
name CrossConnectionName
}
NameType ::= CHOICE {numericName INTEGER,
pString GraphicString
}
NumberOfCircuits ::= INTEGER
ObjectList ::= SET OF ObjectInstance
PhysicalPortSignalRateAndMappingList ::= CHOICE {
diverse
SEQUENCE {downstream SignalRateAndMappingList,
upStream SignalRateAndMappingList},
uniform SignalRateAndMappingList
}
Pointer ::= ObjectInstance
PointerOrNull ::= CHOICE {pointer ObjectInstance,
null NULL
}
PointToPoint ::= SEQUENCE {
fromTp ObjectInstance,
toTp ObjectInstance,
xCon ObjectInstance
}
PointToMultipoint ::= SEQUENCE {
fromTp ObjectInstance,
toTps
SET OF SEQUENCE {tp ObjectInstance,
xConnection ObjectInstance},
mpXCon ObjectInstance
}
PortNumber ::= INTEGER
ProblemCause ::= CHOICE {unknown NULL,
integerValue INTEGER
}
-- The values of integer value for ProblemCause and integerValue for ResourceProblem shall always be
-- assigned by this Recommendation. No values of integerValue for ResourceProblem have been assigned.
-- The following values are used for integerValue of ProblemCause.
PtoMPools ::= SEQUENCE {fromTp ExplicitTP,
toTPPools ToTPPools
}
PtoTPPool ::= SEQUENCE {fromTp ExplicitTP,
toTpPool ObjectInstance
}
Reach ::= INTEGER
RelatedObjectInstance ::= CHOICE {
notAvailable NULL,
relatedObject ObjectInstance
}
RemoveTpsFromGtpInformation ::=
SEQUENCE OF SEQUENCE {fromGtp ObjectInstance,
tps SET OF ObjectInstance}
RemoveTpsFromGtpResult ::=
SEQUENCE OF
CHOICE {failed [0] Failed,
removed [1] RemoveTpsResultInformation}
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "RemoveTPsFromGtpInformation" type.
RemoveTpsFromTpPoolInformation ::=
SEQUENCE OF
SEQUENCE {fromTpPool ObjectInstance,
tps SET OF ObjectInstance}
RemoveTpsFromTpPoolResult ::=
SEQUENCE OF
CHOICE {failed [0] Failed,
removed [1] RemoveTpsResultInformation}
-- the n-th element in the "SEQUENCE OF" is related to the n-th element in the "SEQUENCE OF" of the
-- "RemoveTPsFromTpPoolInformation" type.
RemoveTpsResultInformation ::= SEQUENCE {
deletedTpPoolOrGTP ObjectInstance OPTIONAL,
tps SET OF ObjectInstance
}
-- If the TP Pool or GTP is deleted, the deleted TP Pool or GTP should be provided in the
-- RemoveTpsResultInformation
Replaceable ::= ENUMERATED {yes(0), no(1), notapplicable(2)}
ResourceProblem ::= CHOICE {unknown NULL,
integerValue INTEGER
}
SequenceOfObjectInstance ::= SEQUENCE OF ObjectInstance
SerialNumber ::= GraphicString
SignallingCapabilities ::= ENUMERATED {
isup(0), isup92(1), itu-tNo5(2), r2(3), itu-tNo6(4), tup(5)
-- "..." these ellipses defined in ASN.1 amendment are used here to indicate that this is
-- an extensible type and additional enumerations may be added in future --}
SignalRateAndMappingList ::=
SET OF
SEQUENCE {-- only one member in the case of TDM
signalRate SignalRate,
mappingList MappingList OPTIONAL,
wavelength WaveLength OPTIONAL} -- used for WDM
-- the SignalRateAndMappingList is a SET OF to accommodate
-- multiple wavelengths on a single TTP
SignalType ::= CHOICE {
simple CharacteristicInformation,
bundle Bundle,
complex [0] SEQUENCE OF Bundle
}
SubordinateCircuitPackSoftwareLoad ::= CHOICE {
notApplicable NULL,
softwareInstances [0] SEQUENCE OF ObjectInstance,
softwareIdentifiers [1] SEQUENCE OF PrintableString
}
SupportableClientList ::= SET OF ObjectClass
SystemTiming ::= SEQUENCE {
sourceType
ENUMERATED {internalTimingSource(0), remoteTimingSource(1),
slavedTimingTerminationSignal(2)},
sourceID ObjectInstance OPTIONAL
} -- not needed for internal source
SystemTimingSource ::= SEQUENCE {
primaryTimingSource SystemTiming,
secondaryTimingSource SystemTiming OPTIONAL
}
SwitchOverInformation ::= SEQUENCE OF IndividualSwitchOver
SwitchOverResult ::= SEQUENCE OF IndividualResult
TerminationPointInformation ::= CHOICE {
tPOrGTP [0] ObjectInstance,
sourceTP [1] ObjectInstance,
sinkTP [2] ObjectInstance
}
ToTermSpecifier ::= CHOICE {
toTpOrGTP [0] ExplicitTP,
toPool [1] ObjectInstance
}
ToTPPools ::=
SET OF SEQUENCE {tpPoolId ObjectInstance,
numberOfTPs INTEGER}
TpsAddedToTpPool ::= SEQUENCE {
tpPool ObjectInstance,
tps SET OF ObjectInstance
}
TpsInGtpList ::= SEQUENCE OF ObjectInstance
TransmissionCharacteristics ::= BIT STRING {
satellite(0), dCME(1), echoControl(2)}
TypeText ::= GraphicString
UserLabel ::= GraphicString
VendorName ::= GraphicString
Version ::= GraphicString
WaveLength ::= INTEGER
END -- end of ASN1 DefinedTypesModule
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
|