summaryrefslogtreecommitdiff
path: root/MIBS/dragonwave/MWR-RADIO-MC-MIB
blob: 19dcf04076b8d91f905f1dd7caac32aa9555c5ac (plain)
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

-- File Name : MwrRadio-MC-MIB.mib
-- Version   : 1.0.0
-- Date      : October 6, 2014
-- Author    : DragonWave Inc.

MWR-RADIO-MC-MIB DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE, 
	Counter32, Counter64, Integer32
		FROM SNMPv2-SMI
	DisplayString
		FROM SNMPv2-TC
	mwr
		FROM DWI-HARMONY-PRIVATE-MIB
	equipmentTrapInfo, equipmentOutTrapsCounter, equipmentAlarmActiveConditionId, EnableType
		FROM EQUIPMENT-COMMON-MIB
	mwrEventConfigSeverity, RadioInstanceType
		FROM MWR-ETHERNET-MIB;

mwrRadioMcModIdentity MODULE-IDENTITY
	LAST-UPDATED "201406101023Z"
	ORGANIZATION 
		"Dragonwave Inc."
	CONTACT-INFO 
		"http://www.dragonwaveinc.com
		600-411 Legget Drive
		Ottawa, Ontario
		Canada, K2K 3C9
		
		Tel : 613-599-9991
		Fax: 613-599-4265
		Support: 613-271-7010"
	DESCRIPTION 
		"This specifies the contact information and the revision tracking information for the MIB module version."

	REVISION "201406231109Z"
	DESCRIPTION 
		"First release of the Dragonwave Harmony radio Enhanced-multicarrier MIB."

	REVISION "201409231722Z"
	DESCRIPTION 
		"Updated some OIDs Descriptions."
::= { mwr 1003 }

mwrRadio             OBJECT IDENTIFIER ::= { mwr 12 }
mwrEmcRadioConfigurations  OBJECT IDENTIFIER ::= { mwrRadio 201 }
mwrEmcRadioStatus    OBJECT IDENTIFIER ::= { mwrRadio 202 }
mwrEmcRadioPerformance  OBJECT IDENTIFIER ::= { mwrRadio 203 }
mwrEmcRadioNotifications  OBJECT IDENTIFIER ::= { mwrRadio 204 }

mwrEmcRadioConfigurationsTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioConfigurationsEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing radio configurations."
	::= { mwrEmcRadioConfigurations 1 }

mwrEmcRadioConfigurationsEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioConfigurationsEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing radio channel configurations."
	INDEX { mwrEmcRadioConfigIndex }
	::= { mwrEmcRadioConfigurationsTable 1 }

MwrEmcRadioConfigurationsEntry ::= SEQUENCE {
	mwrEmcRadioConfigIndex
		RadioInstanceType,
	mwrEmcRadioTxState
		EnableType,
	mwrEmcRadioTxPower
		Integer32,
	mwrEmcRadioTxDownTime
		Integer32,
	mwrEmcRadioRxFrequency
		Integer32,
	mwrEmcRadioTxFrequency
		Integer32
}

mwrEmcRadioConfigIndex  OBJECT-TYPE
	SYNTAX     RadioInstanceType
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"A unique value for each radio channel if applicable."
	::= { mwrEmcRadioConfigurationsEntry 1 }

mwrEmcRadioTxState  OBJECT-TYPE
	SYNTAX     EnableType
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the transmit state of the radio channel."
	::= { mwrEmcRadioConfigurationsEntry 2 }

mwrEmcRadioTxPower  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"dB"
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"This defines the programmed transmit level of the radio channel.
		The power you see is divided by 10. e.g. A display of 133 is actually 13.3 dB.
		Notes: 
		- Programmed and Actual transmit power may differ - see mwrEmcRadioActualTxPower."
	::= { mwrEmcRadioConfigurationsEntry 3 }

mwrEmcRadioTxDownTime  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"sec"
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"The amount of time in seconds the radio transmitter is disabled when the mwrEmcRadioTxState is turned off. 
		- Make sure this is set before the mwrEmcRadioTxState is disabled.
		- If the down time is set to 0, the radio will stay disabled until it is re-enabled again."
	::= { mwrEmcRadioConfigurationsEntry 4 }

mwrEmcRadioRxFrequency  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the receive Radio frequency in kHz."
	::= { mwrEmcRadioConfigurationsEntry 5 }

mwrEmcRadioTxFrequency  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the transmit Radio frequency in kHz."
	::= { mwrEmcRadioConfigurationsEntry 6 }

mwrEmcRadioProfileTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioProfileEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing the radio profile configurations."
	::= { mwrEmcRadioConfigurations 2 }

mwrEmcRadioProfileEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioProfileEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing the radio profile configurations."
	INDEX { mwrEmcRadioStandardMode, 
		mwrEmcRadioChannelBw, 
		mwrEmcRadioStaticTxProfile }
	::= { mwrEmcRadioProfileTable 1 }

MwrEmcRadioProfileEntry ::= SEQUENCE {
	mwrEmcRadioStandardMode
		DisplayString,
	mwrEmcRadioChannelBw
		DisplayString,
	mwrEmcRadioStaticTxProfile
		DisplayString,
	mwrEmcRadioProgrammedProfile
		EnableType
}

mwrEmcRadioStandardMode  OBJECT-TYPE
	SYNTAX     DisplayString
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"An index representing the available standard mode of the radio channel."
	::= { mwrEmcRadioProfileEntry 1 }

mwrEmcRadioChannelBw  OBJECT-TYPE
	SYNTAX     DisplayString
	UNITS 	"MHz"
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"An index representing the available channel bandwidth of the radio channel."
	::= { mwrEmcRadioProfileEntry 2 }

mwrEmcRadioStaticTxProfile  OBJECT-TYPE
	SYNTAX     DisplayString
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"An index representing the available static tx profile of the radio channel."
	::= { mwrEmcRadioProfileEntry 3 }

mwrEmcRadioProgrammedProfile  OBJECT-TYPE
	SYNTAX     EnableType
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the configured standard mode, channel BW and the TX profile of the radio channel."
	::= { mwrEmcRadioProfileEntry 4 }

mwrEmcRadioThresholdAlarmTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioThresholdAlarmEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing the threshold alarm configurations of the radio channel."
	::= { mwrEmcRadioConfigurations 3 }

mwrEmcRadioThresholdAlarmEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioThresholdAlarmEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing the threshold alarm configurations of the radio channel."
	INDEX { mwrEmcRadioThresholdIndex }
	::= { mwrEmcRadioThresholdAlarmTable 1 }

MwrEmcRadioThresholdAlarmEntry ::= SEQUENCE {
	mwrEmcRadioThresholdIndex
		RadioInstanceType,
	mwrEmcRadioRslBelowThresholdParams
		DisplayString,
	mwrEmcRadioTxAboveThresholdParams
		DisplayString
}

mwrEmcRadioThresholdIndex  OBJECT-TYPE
	SYNTAX     RadioInstanceType
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"A unique value for each radio channel if applicable."
	::= { mwrEmcRadioThresholdAlarmEntry 1 }

mwrEmcRadioRslBelowThresholdParams  OBJECT-TYPE
	SYNTAX     DisplayString
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the RSL threshold in dB and the number of seconds the RSL should be below the threshold. 
		 An example of the format of the string is as follows: '-75 10'. The first parameter power level in dB, the second is the time in seconds. In this example the threshold -75 dB and the time is set to 10 seconds. The single quote marks are not used in the command."
	::= { mwrEmcRadioThresholdAlarmEntry 2 }

mwrEmcRadioTxAboveThresholdParams  OBJECT-TYPE
	SYNTAX     DisplayString
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"Represents the radio transmit power threshold in dB and the number of seconds threshold must be exceeded. 
		 An example of the format of the string is as follows: '-75 10'. The first parameter power level in dB, the second is the time in seconds. In this example the threshold -75 dB and the time is set to 10 seconds. The single quote marks are not used in the command."
	::= { mwrEmcRadioThresholdAlarmEntry 3 }

mwrEmcRadioChCfgSynchEnable  OBJECT-TYPE
	SYNTAX     EnableType
	MAX-ACCESS read-write
	STATUS     current
	DESCRIPTION 
		"This object enables or disables synchronization of the radio configuration on multiple carriers."
	::= { mwrEmcRadioConfigurations 4 }

-- 
-- RADIO INFORMATION
-- 

mwrEmcRadioStatusTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioStatusEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing the status of the radio channel."
	::= { mwrEmcRadioStatus 1 }

mwrEmcRadioStatusEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioStatusEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing the status of the radio channel."
	INDEX { mwrEmcRadioStatusIndex }
	::= { mwrEmcRadioStatusTable 1 }

MwrEmcRadioStatusEntry ::= SEQUENCE {
	mwrEmcRadioStatusIndex
		RadioInstanceType,
	mwrEmcRadioOperStatus
		INTEGER,
	mwrEmcRadioTRSpacing
		Integer32,
	mwrEmcRadioActualTxStatus
		EnableType,
	mwrEmcRadioRxFreqMin
		Integer32,
	mwrEmcRadioRxFreqMax
		Integer32,
	mwrEmcRadioTxFreqMin
		Integer32,
	mwrEmcRadioTxFreqMax
		Integer32,
	mwrEmcRadioTxPowerMin
		Integer32,
	mwrEmcRadioTxPowerMax
		Integer32,
	mwrEmcRadioLinkStatus
		INTEGER
}

mwrEmcRadioStatusIndex  OBJECT-TYPE
	SYNTAX     RadioInstanceType
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"A unique value for each radio channel if applicable."
	::= { mwrEmcRadioStatusEntry 1 }

mwrEmcRadioOperStatus  OBJECT-TYPE
	SYNTAX     INTEGER {
		up (1),
		down (2)
	}
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The current operational state of the Radio. When radio is fully configured and ready to operate the status will be up."
	::= { mwrEmcRadioStatusEntry 2 }

mwrEmcRadioTRSpacing  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the difference between the configured TX/RX center frequency of the radio channel."
	::= { mwrEmcRadioStatusEntry 3 }

mwrEmcRadioActualTxStatus  OBJECT-TYPE
	SYNTAX     EnableType
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"This object defines the actual transmit state of the radio channel."
	::= { mwrEmcRadioStatusEntry 4 }

mwrEmcRadioRxFreqMin  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the minimum radio RX frequency allowed."
	::= { mwrEmcRadioStatusEntry 5 }

mwrEmcRadioRxFreqMax  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the maximum radio RX frequency allowed."
	::= { mwrEmcRadioStatusEntry 6 }

mwrEmcRadioTxFreqMin  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the minimum radio TX frequency allowed."
	::= { mwrEmcRadioStatusEntry 7 }

mwrEmcRadioTxFreqMax  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"kHz"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the maximum radio TX frequency allowed."
	::= { mwrEmcRadioStatusEntry 8 }

mwrEmcRadioTxPowerMin  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"dB"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the minimum radio Transmit Power allowed."
	::= { mwrEmcRadioStatusEntry 9 }

mwrEmcRadioTxPowerMax  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"dB"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Represents the maximum radio Transmit Power allowed."
	::= { mwrEmcRadioStatusEntry 10 }

mwrEmcRadioLinkStatus  OBJECT-TYPE
	SYNTAX     INTEGER {
		up (1),
		down (2)
	}
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The current operational status of the radio link."
	::= { mwrEmcRadioStatusEntry 11 }

mwrEmcRadioPerfStatsTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioPerfStatsEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing the performance of the radio channel."
	::= { mwrEmcRadioPerformance 1 }

mwrEmcRadioPerfStatsEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioPerfStatsEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing the performance of the radio channel."
	INDEX { mwrEmcRadioStatsIndex }
	::= { mwrEmcRadioPerfStatsTable 1 }

MwrEmcRadioPerfStatsEntry ::= SEQUENCE {
	mwrEmcRadioStatsIndex
		RadioInstanceType,
	mwrEmcRadioTxFrames
		Counter64,
	mwrEmcRadioRxGoodFrames
		Counter64,
	mwrEmcRadioRxErrsFrames
		Counter64,
	mwrEmcRadioRSL
		Integer32,
	mwrEmcRadioEqualizerStress
		Integer32,
	mwrEmcRadioSNR
		Integer32,
	mwrEmcRadioLinkAvailability
		Counter32,
	mwrEmcRadioActualTxPower
		Integer32,
	mwrEmcRadioActualTxProfile
		DisplayString
}

mwrEmcRadioStatsIndex  OBJECT-TYPE
	SYNTAX     RadioInstanceType
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"A unique value for each radio channel if applicable."
	::= { mwrEmcRadioPerfStatsEntry 1 }

mwrEmcRadioTxFrames  OBJECT-TYPE
	SYNTAX     Counter64
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The current count of radio frames transmitted."
	::= { mwrEmcRadioPerfStatsEntry 2 }

mwrEmcRadioRxGoodFrames  OBJECT-TYPE
	SYNTAX     Counter64
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The current count of good radio frames received."
	::= { mwrEmcRadioPerfStatsEntry 3 }

mwrEmcRadioRxErrsFrames  OBJECT-TYPE
	SYNTAX     Counter64
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The current count of radio frames received in error."
	::= { mwrEmcRadioPerfStatsEntry 4 }

mwrEmcRadioRSL  OBJECT-TYPE
	SYNTAX     Integer32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"An estimate of the radio RSL. Divide the value by 10 to get the actual RSL value. Once this number is divided by 10 the units are dB.  For example -352 is actually -35.2dB"
	::= { mwrEmcRadioPerfStatsEntry 5 }

mwrEmcRadioEqualizerStress  OBJECT-TYPE
	SYNTAX     Integer32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"Indicates the average magnitude of all the equalizer taps to provide a measure of how hard the equalizer is working."
	::= { mwrEmcRadioPerfStatsEntry 6 }

mwrEmcRadioSNR  OBJECT-TYPE
	SYNTAX     Integer32
	UNITS 	"dB"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The absolute value of the estimate of the radio SNR. Divide the value by 10 to get the actual SNR."
	::= { mwrEmcRadioPerfStatsEntry 7 }

mwrEmcRadioLinkAvailability  OBJECT-TYPE
	SYNTAX     Counter32
	UNITS 	"sec"
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"The amount of time the radio link is up."
	::= { mwrEmcRadioPerfStatsEntry 8 }

mwrEmcRadioActualTxPower  OBJECT-TYPE
	SYNTAX     Integer32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"This object indicates the running configuration for tx power."
	::= { mwrEmcRadioPerfStatsEntry 9 }

mwrEmcRadioActualTxProfile  OBJECT-TYPE
	SYNTAX     DisplayString
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"A read-only string specifying the actual value for the TX profile."
	::= { mwrEmcRadioPerfStatsEntry 10 }

mwrEmcRadioPerfStats32BitTable  OBJECT-TYPE
	SYNTAX SEQUENCE OF MwrEmcRadioPerfStats32BitEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table containing 32-bit counters of the radio channel. This table is provided to satisfy snmp v1 users where they can't access 64-bit counters."
	::= { mwrEmcRadioPerformance 2 }

mwrEmcRadioPerfStats32BitEntry  OBJECT-TYPE
	SYNTAX 	MwrEmcRadioPerfStats32BitEntry
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"Table entry containing 32-bit counters of the radio channel."
	INDEX { mwrEmcRadioStats32BitIndex }
	::= { mwrEmcRadioPerfStats32BitTable 1 }

MwrEmcRadioPerfStats32BitEntry ::= SEQUENCE {
	mwrEmcRadioStats32BitIndex
		RadioInstanceType,
	mwrEmcRadioTxFrames32Bit
		Counter32,
	mwrEmcRadioRxGoodFrames32Bit
		Counter32,
	mwrEmcRadioRxErrsFrames32Bit
		Counter32
}

mwrEmcRadioStats32BitIndex  OBJECT-TYPE
	SYNTAX     RadioInstanceType
	MAX-ACCESS not-accessible
	STATUS     current
	DESCRIPTION 
		"A unique value for each radio channel if applicable."
	::= { mwrEmcRadioPerfStats32BitEntry 1 }

mwrEmcRadioTxFrames32Bit  OBJECT-TYPE
	SYNTAX     Counter32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"A low capacity 32-bit counter representing the current count of radio frames transmitted."
	::= { mwrEmcRadioPerfStats32BitEntry 2 }

mwrEmcRadioRxGoodFrames32Bit  OBJECT-TYPE
	SYNTAX     Counter32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"A low capacity 32-bit counter representing the current count of radio frames received."
	::= { mwrEmcRadioPerfStats32BitEntry 3 }

mwrEmcRadioRxErrsFrames32Bit  OBJECT-TYPE
	SYNTAX     Counter32
	MAX-ACCESS read-only
	STATUS     current
	DESCRIPTION 
		"A low capacity 32-bit counter representing the current count of radio frames received in error."
	::= { mwrEmcRadioPerfStats32BitEntry 4 }

-- 
-- RADIO NOTIFICATIONS
-- 

mwrEmcRadioRxLossOfSync  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		mwrEmcRadioStatusIndex, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when radio link loses synchronization on its receiver. The mwrEmcRadioStatusIndex indicates each radio channel."
	::= { mwrEmcRadioNotifications 1 }

mwrEmcRadioFailure  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		mwrEmcRadioStatusIndex, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when fault is detected in radio. The reason could be faulty components or invalid configuration. The mwrEmcRadioStatusIndex indicates each radio channel."
	::= { mwrEmcRadioNotifications 2 }

mwrEmcRadioCalUnavailable  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when the calibration information is not available in the system."
	::= { mwrEmcRadioNotifications 3 }

mwrEmcRadioRslBelowThreshold  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		mwrEmcRadioStatusIndex, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when the receive signal level of the radio link is below the user configured limit. The mwrEmcRadioStatusIndex indicates each radio channel."
	::= { mwrEmcRadioNotifications 4 }

mwrEmcRadioTxlAboveThreshold  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		mwrEmcRadioStatusIndex, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when the radio transmit power level exceeds the user set limit.  The mwrEmcRadioStatusIndex indicates each radio channel."
	::= { mwrEmcRadioNotifications 5 }

mwrEmcRadioConfigMismatch  NOTIFICATION-TYPE
	OBJECTS { mwrEventConfigSeverity, 
		mwrEmcRadioStatusIndex, 
		equipmentAlarmActiveConditionId, 
		equipmentTrapInfo, 
		equipmentOutTrapsCounter }
	STATUS     current
	DESCRIPTION 
		"This notification is raised when the radio configuration between the peers is mismatched."
	::= { mwrEmcRadioNotifications 6 }
END