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
|
-- ****************************************************************************
-- aviatRf.mib: Aviat Networks RF Configuration Settings MIB
--
-- Copyright © 2014 Aviat U.S, Inc. All rights reserved.
-- Certain information and content may be provided by third parties to AVIAT,
-- and in each case, such copyrighted work remains the property of that third
-- party creator/licensor.
-- All rights not expressly granted herein are reserved. Except as otherwise
-- required by applicable law, any reproduction, distribution, modification,
-- retransmission, or publication of any copyrighted material is strictly
-- prohibited without the express written consent of the copyright owner.
-- "AVIAT", "AVIAT NETWORKS" and the AVIAT logo are trademarks of Aviat
-- Networks, Inc. All other trademarks or brand names may be trademarks or
-- registered trademarks of AVIAT's affiliated companies in the United States
-- and/or other countries.
--
-- ****************************************************************************
AVIAT-RF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Gauge32, Integer32
FROM SNMPv2-SMI
TruthValue
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
AviatPowerLevel, AviatDecibel, AviatModulationType, AviatRfuSideBandType
FROM AVIAT-TEXTCONVENTION-MIB
entPhysicalIndex
FROM ENTITY-MIB
aviatModules
FROM STXN-GLOBALREGISTER-MIB;
aviatRfModule MODULE-IDENTITY
LAST-UPDATED "201511051430Z"
ORGANIZATION "Aviat Networks"
CONTACT-INFO "Aviat Networks
Customer Service
Postal: 5200 Great America Parkway
Santa Clara
California 95054
United States of America
Tel: 408 567 7000
E-mail: mibsupport@aviatnet.com"
DESCRIPTION
"This MIB module supports the RF Fault Management functions of
the radio."
REVISION "201511051430Z"
DESCRIPTION
"Added Tx power limit capability."
REVISION "201507290845Z"
DESCRIPTION
"Added side band and Tx Rx spacing capability indications."
REVISION "201502100948Z"
DESCRIPTION
"Added external RF switch indication."
REVISION "201501270246Z"
DESCRIPTION
"Added 5.8GHz/ L6GHz selection support."
REVISION "201411070247Z"
DESCRIPTION
"Added Semiconductor Technology."
REVISION "201401210157Z"
DESCRIPTION
"Initial Version."
::= { aviatModules 5 }
-- ****************************************************************************
-- Conformance area, containing groups and compliance specifications
-- ****************************************************************************
aviatRfConformance OBJECT IDENTIFIER ::= { aviatRfModule 1 }
aviatRfGroups OBJECT IDENTIFIER ::= { aviatRfConformance 1 }
aviatRfCompliance OBJECT IDENTIFIER ::= { aviatRfConformance 2 }
-- ****************************************************************************
-- Sub-tree for RF MIB objects
-- ****************************************************************************
aviatRfMIBObjects OBJECT IDENTIFIER ::= { aviatRfModule 2 }
-- ****************************************************************************
-- RF Config Types Table
-- ****************************************************************************
aviatRfConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF AviatRfConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the RF configuration objects for a
particular entity of the system."
::= { aviatRfMIBObjects 1 }
aviatRfConfigEntry OBJECT-TYPE
SYNTAX AviatRfConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This is a row in the RF configuration table."
INDEX { entPhysicalIndex }
::= { aviatRfConfigTable 1 }
AviatRfConfigEntry ::=
SEQUENCE {
aviatRfFreqTx
Integer32,
aviatRfFreqRx
Integer32,
aviatRfPowerSet
AviatPowerLevel,
aviatRfTxMute
TruthValue,
aviatRfHighGain
TruthValue,
aviatRfBandSelection
INTEGER
}
aviatRfFreqTx OBJECT-TYPE
SYNTAX Integer32 ( 0..2147483647 )
UNITS "kHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the transmit frequency of the unit."
::= { aviatRfConfigEntry 1 }
aviatRfFreqRx OBJECT-TYPE
SYNTAX Integer32 ( 0..2147483647 )
UNITS "kHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the receive frequency of the unit."
::= { aviatRfConfigEntry 2 }
aviatRfPowerSet OBJECT-TYPE
SYNTAX AviatPowerLevel
UNITS "0.1 dBm"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the desired output power for the
transmitter of the unit."
::= { aviatRfConfigEntry 3 }
aviatRfTxMute OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the status of the factory mute of the
unit. If set to TRUE, the transmitter output will be
muted. It should be set to FALSE otherwise.
This setting is 'ORed' with other conditions
(including diagnostic functions and configuration
validation) to control the transmitter output status."
DEFVAL { true }
::= { aviatRfConfigEntry 4 }
aviatRfHighGain OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies whether to assign a high power license
to this RF interface. If set to TRUE a license has
been assigned, FALSE otherwise."
DEFVAL { false }
::= { aviatRfConfigEntry 5 }
aviatRfBandSelection OBJECT-TYPE
SYNTAX INTEGER {
upper5g8 (1),
lower6g (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is used to select a sub-band within the frequency
range of the attached RFU. It is intended to limit the
frequencies available for configuration of the RFU."
::= { aviatRfConfigEntry 6 }
-- ****************************************************************************
-- RF ATPC MIB Types Table
-- ****************************************************************************
aviatRfATPCTable OBJECT-TYPE
SYNTAX SEQUENCE OF AviatRfATPCEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the RF ATPC configuration objects
for a particular entity of the system."
::= { aviatRfMIBObjects 2 }
aviatRfATPCEntry OBJECT-TYPE
SYNTAX AviatRfATPCEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This is a row in the RF ATPC table."
INDEX { entPhysicalIndex }
::= { aviatRfATPCTable 1 }
AviatRfATPCEntry ::=
SEQUENCE {
aviatRfATPCEnabled
TruthValue,
aviatRfATPCTargetFadeMargin
AviatDecibel,
aviatRfATPCMaximumPower
AviatPowerLevel,
aviatRfATPCMinimumPower
AviatPowerLevel,
aviatRfATPCFCCCompliant
TruthValue
}
aviatRfATPCEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is the control to enable or disable the Automatic
Transmit Power Control (ATPC) function on the unit."
::= { aviatRfATPCEntry 1 }
aviatRfATPCTargetFadeMargin OBJECT-TYPE
SYNTAX AviatDecibel
UNITS "0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the desired nominal fade margin that
the Automatic Transmit Power Control function should
attempt to maintain."
DEFVAL { 100 }
::= { aviatRfATPCEntry 2 }
aviatRfATPCMaximumPower OBJECT-TYPE
SYNTAX AviatPowerLevel
UNITS "0.1 dBm"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the maximum power level that the
Automatic Transmit Power Control function may set."
DEFVAL { 200 }
::= { aviatRfATPCEntry 3 }
aviatRfATPCMinimumPower OBJECT-TYPE
SYNTAX AviatPowerLevel
UNITS "0.1 dBm"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This specifies the minimum power level that the
Automatic Transmit Power Control function may set."
DEFVAL { 0 }
::= { aviatRfATPCEntry 4 }
aviatRfATPCFCCCompliant OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is the control to enable or disable the Federal
Communications Commission (FCC) compliant Automatic
Transmit Power Control function."
DEFVAL { false }
::= { aviatRfATPCEntry 5 }
-- ****************************************************************************
-- RFU CAPABILITIES MIB Types Table
-- ****************************************************************************
aviatRfuCapabilityTable OBJECT-TYPE
SYNTAX SEQUENCE OF AviatRfuCapabilityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the capabilities of an attached
RFU."
::= { aviatRfMIBObjects 3 }
aviatRfuCapabilityEntry OBJECT-TYPE
SYNTAX AviatRfuCapabilityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This is a row in the RFU capabilities table."
INDEX { entPhysicalIndex }
::= { aviatRfuCapabilityTable 1 }
AviatRfuCapabilityEntry ::=
SEQUENCE {
aviatRfuTxFreqMax
Integer32,
aviatRfuTxFreqMin
Integer32,
aviatRfuRxFreqMax
Integer32,
aviatRfuRxFreqMin
Integer32,
aviatRfuFreqStepMin
Integer32,
aviatRfuBandwidthMax
Integer32,
aviatRfuTxRxSpacingMax
Integer32,
aviatRfuTxRxSpacingMin
Integer32,
aviatRfuTxPowerMax
Integer32,
aviatRfuTxPowerMin
Integer32,
aviatRfuPowerStep
Integer32,
aviatRfuNoiseFigure
Integer32,
aviatRfuModulationMax
AviatModulationType,
aviatRfuTxRxSpacingPreset
TruthValue,
aviatRfuTxSideBand
AviatRfuSideBandType,
aviatRfuTxPowerLimit
Integer32
}
aviatRfuTxFreqMax OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU maximum transmit frequency capability."
::= { aviatRfuCapabilityEntry 1 }
aviatRfuTxFreqMin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU minimum Tx frequency capability."
::= { aviatRfuCapabilityEntry 2 }
aviatRfuRxFreqMax OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU maximum Rx frequency capability."
::= { aviatRfuCapabilityEntry 3 }
aviatRfuRxFreqMin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU minimum Rx frequency capability."
::= { aviatRfuCapabilityEntry 4 }
aviatRfuFreqStepMin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU minimum frequency step size capability."
::= { aviatRfuCapabilityEntry 5 }
aviatRfuBandwidthMax OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU maximum bandwidth capability."
::= { aviatRfuCapabilityEntry 6 }
aviatRfuTxRxSpacingMax OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU maximum Tx Rx spacing capability."
::= { aviatRfuCapabilityEntry 7 }
aviatRfuTxRxSpacingMin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU minimum Tx Rx spacing capability."
::= { aviatRfuCapabilityEntry 8 }
aviatRfuTxPowerMax OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU maximum Tx power capability."
::= { aviatRfuCapabilityEntry 9 }
aviatRfuTxPowerMin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU minimum Tx power capability."
::= { aviatRfuCapabilityEntry 10 }
aviatRfuPowerStep OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU power step capability."
::= { aviatRfuCapabilityEntry 11 }
aviatRfuNoiseFigure OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RFU noise figure capability."
::= { aviatRfuCapabilityEntry 12 }
aviatRfuModulationMax OBJECT-TYPE
SYNTAX AviatModulationType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This RFU maximum modulation capability."
::= { aviatRfuCapabilityEntry 13 }
aviatRfuTxRxSpacingPreset OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates if the valid RFU Tx Rx spacing range is limited
to the preset values provided by aviatRfuTxSpacingTable."
::= { aviatRfuCapabilityEntry 14 }
aviatRfuTxSideBand OBJECT-TYPE
SYNTAX AviatRfuSideBandType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the RFU side band."
::= { aviatRfuCapabilityEntry 15 }
aviatRfuTxPowerLimit OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "RFU maximum Tx power limit for any modulation."
::= { aviatRfuCapabilityEntry 16 }
-- ****************************************************************************
-- RFU CAPABILITIES MIB Spacing Table
-- ****************************************************************************
aviatRfuTxSpacingTable OBJECT-TYPE
SYNTAX SEQUENCE OF AviatRfuTxSpacingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the allowed spacings for an
attached RFU."
::= { aviatRfMIBObjects 4 }
aviatRfuTxSpacingEntry OBJECT-TYPE
SYNTAX AviatRfuTxSpacingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This is a row in the RFU Tx spacing table."
INDEX { entPhysicalIndex, aviatRfuTxSpacingIndex }
::= { aviatRfuTxSpacingTable 1 }
AviatRfuTxSpacingEntry ::=
SEQUENCE {
aviatRfuTxSpacingIndex
Gauge32,
aviatRfuTxSpacingFreq
Integer32
}
aviatRfuTxSpacingIndex OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An index representing a TxRx Spacing entry for an
entity."
::= { aviatRfuTxSpacingEntry 1 }
aviatRfuTxSpacingFreq OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A TxRx spacing entry valid for the system."
::= { aviatRfuTxSpacingEntry 2 }
-- ****************************************************************************
-- RFU Details MIB Types Table
-- ****************************************************************************
aviatRfuDetailsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AviatRfuDetailsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the details of an attached RFU."
::= { aviatRfMIBObjects 5 }
aviatRfuDetailsEntry OBJECT-TYPE
SYNTAX AviatRfuDetailsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This is a row in the RFU details table."
INDEX { entPhysicalIndex }
::= { aviatRfuDetailsTable 1 }
AviatRfuDetailsEntry ::=
SEQUENCE {
aviatRfuType
Integer32,
aviatRfuFreqBand
Integer32,
aviatRfuPowerAmp
Integer32,
aviatRfuSemiconductorTech
INTEGER,
aviatRfuUnlicensed5G8Cap
TruthValue,
aviatRfuExternalCoaxPresent
TruthValue
}
aviatRfuType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type indentification of the attached RFU."
::= { aviatRfuDetailsEntry 1 }
aviatRfuFreqBand OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The frequency band indication of the attached RFU."
::= { aviatRfuDetailsEntry 2 }
aviatRfuPowerAmp OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The power amplifier type of the attached RFU."
::= { aviatRfuDetailsEntry 3 }
aviatRfuSemiconductorTech OBJECT-TYPE
SYNTAX INTEGER {
gaas (0),
gan (1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The semiconductor technology used in the power
amplifier of the attached RFU. This is used to
determine whether IDQ optimization is necessary
for GaN type devices."
::= { aviatRfuDetailsEntry 4 }
aviatRfuUnlicensed5G8Cap OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates that a 5.8GHz capable RFU is attached. This
unit can operate across frequency ranges which are
unlicensed in some markets."
::= { aviatRfuDetailsEntry 5 }
aviatRfuExternalCoaxPresent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates if an external RF switch is present."
::= { aviatRfuDetailsEntry 6 }
-- ****************************************************************************
-- The Object and Event Groups
-- ****************************************************************************
aviatRfObjectGroup OBJECT-GROUP
OBJECTS {
aviatRfFreqTx,
aviatRfFreqRx,
aviatRfPowerSet,
aviatRfTxMute,
aviatRfHighGain,
aviatRfBandSelection,
aviatRfATPCEnabled,
aviatRfATPCTargetFadeMargin,
aviatRfATPCMaximumPower,
aviatRfATPCMinimumPower,
aviatRfATPCFCCCompliant,
aviatRfuTxFreqMax,
aviatRfuTxFreqMin,
aviatRfuRxFreqMax,
aviatRfuRxFreqMin,
aviatRfuFreqStepMin,
aviatRfuBandwidthMax,
aviatRfuTxRxSpacingMax,
aviatRfuTxRxSpacingMin,
aviatRfuTxPowerMax,
aviatRfuTxPowerMin,
aviatRfuPowerStep,
aviatRfuNoiseFigure,
aviatRfuModulationMax,
aviatRfuTxRxSpacingPreset,
aviatRfuTxSideBand,
aviatRfuTxPowerLimit,
aviatRfuTxSpacingFreq,
aviatRfuType,
aviatRfuFreqBand,
aviatRfuPowerAmp,
aviatRfuSemiconductorTech,
aviatRfuUnlicensed5G8Cap,
aviatRfuExternalCoaxPresent
}
STATUS current
DESCRIPTION "These objects specify the RF capabilities and settings
of the unit."
::= { aviatRfGroups 1 }
-- ****************************************************************************
-- The Compliance Specifications
-- ****************************************************************************
aviatRfComplV1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The implementation requirements for this MIB."
MODULE -- This module
MANDATORY-GROUPS {
aviatRfObjectGroup
}
::= { aviatRfCompliance 1 }
END
|