1PKTC-DECT-MIB DEFINITIONS ::= BEGIN
2IMPORTS
3    MODULE-IDENTITY,
4    OBJECT-TYPE,
5    Unsigned32,
6    Counter32
7                       FROM SNMPv2-SMI
8    OBJECT-GROUP,
9    MODULE-COMPLIANCE
10                       FROM SNMPv2-CONF
11    SnmpAdminString
12                       FROM SNMP-FRAMEWORK-MIB
13    TEXTUAL-CONVENTION,
14    TruthValue,
15    DateAndTime
16                       FROM SNMPv2-TC
17    ifIndex            FROM IF-MIB
18    pktcApplicationMibs
19                       FROM CLAB-DEF-MIB;
20
21pktcDectMib MODULE-IDENTITY
22LAST-UPDATED "200909170000Z" -- September 17, 2009
23    ORGANIZATION "Cable Television Laboratories, Inc."
24    CONTACT-INFO
25            "Broadband Network Services
26             Cable Television Laboratories, Inc.
27             858 Coal Creek Circle,
28             Louisville, CO 80027, USA
29             Phone: +1 303-661-9100
30             Email: mibs@cablelabs.com
31
32             Acknowledgements:
33             Thomas Clack, Broadcom
34             Eugene Nechamkin, Broadcom
35             Josh Littlefield, Cisco
36             Jerry Mahler,  Motorola
37             Eduardo Cardona, CableLabs"
38    DESCRIPTION
39            "This MIB module contains the PacketCable client
40            HD Voice management requirements."
41    REVISION "200909170000Z" -- September 17, 2009
42    DESCRIPTION
43            "Revised version includes ECN
44            DECT-PROV-N-09.0576-7
45            and published as part of PKT-SP-DECT-PROV-I02"
46    REVISION "200902260000Z" -- February 26, 2009
47    DESCRIPTION
48            "Initial version, published as part of the CableLabs
49            DECT Provisioning Specification PKT-SP-DECT-PROV-I01-090226
50            Copyright(c) 2009 Cable Television Laboratories, Inc.
51            All rights reserved."
52    ::= { pktcApplicationMibs 4 }
53
54-- Textual Conventions
55
56PktcSpecVersion ::= TEXTUAL-CONVENTION
57    STATUS      current
58    DESCRIPTION
59            "This data type represents the publication spec number of
60            the corresponding requirement being referenced.
61            PacketCable specifications have the notation
62            PKT-SP-<SPECNAME>I<##>-YYMMDD.
63            This value corresponds to the integer representation
64            of <##>."
65    REFERENCE
66            "PacketCable DECT-HDV Specification."
67    SYNTAX      Unsigned32
68
69PktcDectPPState ::= TEXTUAL-CONVENTION
70    STATUS      current
71    DESCRIPTION
72            "This data type describes the DECT PP MAC later state
73            or status indication.
74            The combination of states and status provide remote
75            debugging capabilities by knowing the actions that
76            determines e.g., the fallback to a specific state.
77            Some values may have a temporary duration and not
78            observable due their transient nature. Event logging
79            might be defined for such cases.
80
81            Below are the states definitions as defined by the DECT
82            standard
83            'activeLocked'
84            where the PP is synchronized to at least one RFP
85            transmission and has one or more connections in progress.
86            'idleLocked'
87            where the PP is synchronized to at least one RFP transmission.
88            It is able to make or receive connections, but has no
89            connections in progress.
90            'activeUnlocked'
91            where the PP is not synchronized to any RFP transmissions,
92            and is unable to make or receive connections.
93            The PP makes occasional attempts to detect a suitable RFP
94            and enter the 'IdleLocked' state.
95            'idleUnlocked'
96            The PP is not synchronized to any RFP and does not attempt
97            to detect RFPs.
98
99            Other values.
100            The state  'activeUnlocked' does not define any possible
101            reason why the PP has not progressed into a locked state.
102            Below are possible values to report:
103            'noFPInRange'
104            The PP could not find any FP in range.
105            'waitingEasyPairing'
106            The PP is waiting for easy pairing to be activated by the FP.
107            'easyPairingFailed'
108            The FP rejects the easyPairing access rights request.
109            'easyPINFailed'
110            The FP rejects the easyPIN access rights."
111    REFERENCE
112            "PacketCable DECT-HDV Specification."
113    SYNTAX  INTEGER {
114                     unknown(1),
115                     idleUnlocked(2),
116                     activeUnlocked(3),
117                     idleLocked(4),
118                     activeLocked(5),
119                     noFPInRange(6),
120                     waitingEasyPairing(7),
121                     easyPairingFailed(8),
122                     easyPINFailed(9)
123                    }
124
125-- Object Definitions
126pktcDectNotifications OBJECT IDENTIFIER ::= { pktcDectMib 0 }
127pktcDectObjects       OBJECT IDENTIFIER ::= { pktcDectMib 1 }
128pktcDectFP            OBJECT IDENTIFIER ::= { pktcDectObjects 1 }
129
130pktcDectFPMaxNumPP OBJECT-TYPE
131    SYNTAX      Unsigned32
132    UNITS       "PPs"
133    MAX-ACCESS  read-only
134    STATUS      current
135    DESCRIPTION
136            "This attribute represents the maximum number of PPs
137            supported by the FP."
138    REFERENCE
139            "PacketCable DECT-HDV Specification."
140    ::= { pktcDectFP 1 }
141
142pktcDectFPMaxActivePP OBJECT-TYPE
143    SYNTAX      Unsigned32
144    UNITS       "PPs"
145    MAX-ACCESS  read-write
146    STATUS      current
147    DESCRIPTION
148            "This attribute represents the maximum number of PPs that
149            can reach the state Idle_Unlocked simultaneously. The FP
150            ages out PPs as soon as the PP leaves the Idle_Unlocked
151            state to either Active_unlocked or unknown, allowing
152            another PP to attempt synchronization with the FP.
153            By Default this attribute reports the MaxNumPP
154            attribute value."
155    REFERENCE
156            "ETSI EN 300 175-3, Digital Enhanced Cordless
157            Telecommunications (DECT);Common Interface (CI); Part 3:
158            Medium Access Control (MAC) layer"
159    ::= { pktcDectFP 2 }
160
161pktcDectFPLockListCfg    OBJECT-TYPE
162    SYNTAX      BITS {
163                       listOfSupportedLists(0),
164                       missedCallsList(1),
165                       outgoingCallsLlist(2),
166                       incomingAcceptedCallsList(3),
167                       allCallsList(4),
168                       contactList(5),
169                       internalNamesList(6),
170                       dectSsystemSettingsList(7),
171                       lineSettingsList(8),
172                       unused9(9),
173                       unused10(10),
174                       unused11(11),
175                       unused12(12),
176                       unused13(13),
177                       unused14(14),
178                       unused15(15),
179                       unused16(16),
180                       unused17(17),
181                       unused18(18),
182                       unused19(19),
183                       unused20(20),
184                       unused21(21),
185                       unused22(22),
186                       unused23(23),
187                       unused24(24),
188                       unused25(25),
189                       unused26(26),
190                       unused27(27),
191                       unused28(28),
192                       unused29(29),
193                       unused30(30),
194                       unused31(31)
195                }
196    MAX-ACCESS  read-only
197    STATUS      current
198    DESCRIPTION
199            "This attribute indicates the lock state of user
200            invocation of access list 'Edit entry', 'Save entry',
201            'Delete entry and 'Delete list' commands.
202
203            If a bit it set to '1' it indicates the corresponding
204            list is locked for the commands listed above.
205
206            If a bit is set to '0' the bit associated list is not
207            locked for the modification commands listed above.
208
209            A bit set to a non supported list is ignored and returned
210            as '0' on a subsequent read operation of this attribute.
211
212            Other list commands are always allowed.
213            The default value is the bit set to '1' for all lists that
214            the device supports as editable lists."
215
216    ::= { pktcDectFP 3 }
217
218pktcDectFPZeroEmissionEnabled    OBJECT-TYPE
219    SYNTAX      TruthValue
220    MAX-ACCESS  read-only
221    STATUS      current
222    DESCRIPTION
223            "This attribute indicates the status of the Zero Emission
224            mode.
225            the value 'true' indicates Zero Emission is enabled and the
226            FP will invoke the initiation of the no-emission mode if all
227            registered PPs are no-emission capable."
228    DEFVAL      { true }
229    ::= { pktcDectFP 4 }
230
231pktcDectFPPairingType    OBJECT-TYPE
232    SYNTAX      SnmpAdminString
233    MAX-ACCESS  read-only
234    STATUS      current
235    DESCRIPTION
236            "This attribute represents the control of the PP
237            registration using PIN or easy registration procedures.
238            Setting this attribute to values containing ascii octets
239            not in the range [0-9] returns an error.
240            The value '0000' indicates the easy paring procedure is
241            used for registering new PPs. Otherwise, the PIN procedure
242            is used."
243    DEFVAL      { "0000" }
244    ::= {pktcDectFP 5 }
245
246pktcDectFPEasyPairingActivate    OBJECT-TYPE
247    SYNTAX      TruthValue
248    MAX-ACCESS  read-only
249    STATUS      current
250    DESCRIPTION
251            "This attribute represents the control of easy pairing
252            invocation by the FP.
253
254            The value 'false' indicates easy pairing is not active.
255            The value 'true' indicates the FP initiates the easy pairing
256            process.
257            After the first PP attempts pairing or a timer expires,
258            which ever occurs first, the easy pairing is disabled and
259            this attribute falls back to 'false'."
260    DEFVAL      { true }
261    ::= {pktcDectFP 6 }
262
263pktcDectFPName    OBJECT-TYPE
264    SYNTAX      SnmpAdminString
265    MAX-ACCESS  read-only
266    STATUS      current
267    DESCRIPTION
268            "This attribute corresponds to the FP name."
269    ::= {pktcDectFP 7 }
270
271pktcDectFPGeneralCapabilities    OBJECT-TYPE
272    SYNTAX      BITS { none(0)
273                }
274    MAX-ACCESS  read-only
275    STATUS      current
276    DESCRIPTION
277            "This attribute represents the General FP capabilities.
278            A bit set to '1' indicates support of the specific
279            profile feature, a bit set to '0' indicates not support
280            of the profile feature. Bits are numbered left to right
281            (MSB = 0). The possible values are encoded starting from
282            bit a12 to a47. Bit a12 represents bit 0 of this
283            enumeration, a47 is bit 35 in this attribute encoding."
284    ::= {pktcDectFP 8 }
285
286pktcDectFPExtendedCapabilities    OBJECT-TYPE
287    SYNTAX      BITS {
288                       unused0(0),
289                       unused1(1),
290                       unused2(2),
291                       unused3(3),
292                       unused4(4),
293                       unused5(5),
294                       unused6(6),
295                       unused7(7),
296                       unused8(8),
297                       unused9(9),
298                       unused10(10),
299                       unused11(11),
300                       unused12(12),
301                       unused13(13),
302                       listAccess(14),
303                       unused15(15),
304                       unused16(16),
305                       unused17(17),
306                       unused18(18),
307                       parallelCall(19),
308                       unused20(20),
309                       unused21(21),
310                       unused22(22),
311                       zeroEmission(23),
312                       unused24(24),
313                       unused25(25),
314                       multipleLines(26),
315                       multipleCalls(27),
316                       unused28(28),
317                       unused29(29),
318                       unused30(30),
319                       unused31(31)
320                     }
321    MAX-ACCESS  read-only
322    STATUS      current
323    DESCRIPTION
324            "This attribute represents the FP capabilities.
325            A bit set to '1' indicates support of the specific profile
326            feature, a bit set to '0' indicates not support of the
327            profile feature. Bits are numbered left to right (MSB = 0).
328            The possible values are encoded starting from bit a12 to
329            a47.
330            Bit a12 represents bit 0 of this enumeration, a47 is bit 35
331            in this attribute encoding (only the most relevant are
332            shown):
333
334            'parallelCall': Common parallel call procedure support
335            'listAccess':   list Access Service support
336            'zeroEmission': support for Zero Emission
337            'multipleLines': multiple lines support
338            'multipleCalls': multiple calls support."
339    ::= {pktcDectFP 9 }
340
341pktcDectHDVoiceProfile OBJECT IDENTIFIER ::= { pktcDectObjects 2 }
342
343pktcDectHDVoiceProfileBasicService OBJECT-TYPE
344    SYNTAX      PktcSpecVersion
345    MAX-ACCESS  read-only
346    STATUS      current
347    DESCRIPTION
348            "This attribute represents the supported HD Voice
349            profile for basic service."
350    REFERENCE
351            "PacketCable DECT-HDV Specification."
352    ::= { pktcDectHDVoiceProfile 1 }
353
354pktcDectHDVoiceProfileNCS    OBJECT-TYPE
355    SYNTAX      PktcSpecVersion
356    MAX-ACCESS  read-only
357    STATUS      current
358    DESCRIPTION
359            "This attribute represents the supported HD voice
360            profile for NCS."
361    REFERENCE
362            "PacketCable DECT-HDV Specification"
363    ::= { pktcDectHDVoiceProfile 2 }
364
365pktcDectHDVoiceProfileSIP OBJECT-TYPE
366    SYNTAX      PktcSpecVersion
367    MAX-ACCESS  read-only
368    STATUS      current
369    DESCRIPTION
370            "This attribute represents the supported HD Voice
371            profile for SIP."
372    REFERENCE
373            "PacketCable DECT-HDV Specification"
374    ::= { pktcDectHDVoiceProfile 3 }
375
376pktcDectCodec OBJECT IDENTIFIER ::= { pktcDectObjects 3 }
377
378pktcDectCodecPrefList OBJECT-TYPE
379    SYNTAX      SnmpAdminString
380    MAX-ACCESS  read-write
381    STATUS      current
382    DESCRIPTION
383            "This attribute represents the codec selection in prefered
384            order from left to right. The codec list is comma separated
385            with no additional characters between code names.
386            When a user associated with an endpoint linked to this
387            FP has configured its own preferred codec list this
388            attribute is ignored."
389    REFERENCE
390            "PacketCable DECT-HDV Specification"
391    DEFVAL      { "G722,PCMU,PCMA" }
392    ::= { pktcDectCodec 1 }
393
394pktcDectDTMF OBJECT IDENTIFIER ::= { pktcDectObjects 4 }
395
396pktcDectDTMFToneDuration OBJECT-TYPE
397    SYNTAX      Unsigned32
398    UNITS       "milliseconds"
399    MAX-ACCESS  read-write
400    STATUS      current
401    DESCRIPTION
402            "This attribute specifies the tone duration for DTMF
403            defined length events sent by a PP to the FP."
404    REFERENCE
405            "PacketCable DECT-HDV Specification"
406    DEFVAL      { 100 }
407    ::= { pktcDectDTMF 1 }
408
409pktcDectBargeIn OBJECT IDENTIFIER ::= { pktcDectObjects 5 }
410
411pktcDectBargeInEnabled OBJECT-TYPE
412    SYNTAX      TruthValue
413    MAX-ACCESS  read-write
414    STATUS      current
415    DESCRIPTION
416            "This attribute indicates the barge-in state of this
417            instance. The value 'true' indicates barge-in is enabled.
418            The value 'false' indicates barge-in is disabled."
419    REFERENCE
420            "PacketCable DECT-HDV Specification"
421    DEFVAL  { true }
422    ::= { pktcDectBargeIn 1 }
423
424pktcDectServiceStatus OBJECT IDENTIFIER ::= { pktcDectObjects 6 }
425
426pktcDectServiceStatusDeactivationDisplay OBJECT-TYPE
427    SYNTAX      SnmpAdminString
428    MAX-ACCESS  read-write
429    STATUS      current
430    DESCRIPTION
431            "This attribute indicates the configured text to display
432            in the PP when the PacketCable Client service is
433            disconnected."
434    REFERENCE
435            "PacketCable DECT-HDV Specification"
436    DEFVAL      { "Service Deactivated" }
437    ::= { pktcDectServiceStatus 1 }
438
439pktcDectServiceStatusConnectivityDisplay OBJECT-TYPE
440    SYNTAX      SnmpAdminString
441    MAX-ACCESS  read-write
442    STATUS      current
443    DESCRIPTION
444            "This attribute indicates the configured text to display
445            in the PP when the PacketCable Client has no Network
446            (Service) Connectivity."
447    REFERENCE
448            "PacketCable DECT-HDV Specification"
449    DEFVAL      { "Network Unavailable" }
450    ::= { pktcDectServiceStatus 2 }
451
452
453pktcDectAnalogAlarmCfgTable OBJECT-TYPE
454    SYNTAX      SEQUENCE OF PktcDectAnalogAlarmCfgEntry
455    MAX-ACCESS  not-accessible
456    STATUS      current
457    DESCRIPTION
458            "This object represents the configuration of an end point
459            to support the Analog Alarm Configuration."
460    REFERENCE
461        "PacketCable DECT-HDV Specification."
462    ::= {pktcDectObjects 7 }
463
464pktcDectAnalogAlarmCfgEntry    OBJECT-TYPE
465    SYNTAX      PktcDectAnalogAlarmCfgEntry
466    MAX-ACCESS  not-accessible
467    STATUS      current
468    DESCRIPTION
469        "The Conceptual row of pktcDectAnalogAlarmCfgTable.
470        When an endpoint instance is configured to enable the analog
471        Alarm Configuration, the largest POTS MDI identifier
472        (PktcMdiType = 'pots'') in the endpoint takes the role of
473        analog alarm port. Therefore, an endpoint is allowed to have
474        only one POTS configured as an analog Alarm port.
475
476        End points not instantiated in this object have no analog
477        Alarm configured (i.e., equivalent to
478        analogAlarmCfg.State = 'none')."
479    INDEX {
480            ifIndex
481          }
482    ::= {pktcDectAnalogAlarmCfgTable 1 }
483
484PktcDectAnalogAlarmCfgEntry ::= SEQUENCE {
485    pktcDectAnalogAlarmCfgState
486                 INTEGER
487
488      }
489
490pktcDectAnalogAlarmCfgState    OBJECT-TYPE
491    SYNTAX      INTEGER {
492                  none(1),
493                  preemptive(2),
494                  simultanousCalls(3)
495                }
496    MAX-ACCESS  read-write
497    STATUS      current
498    DESCRIPTION
499            "This attribute represents alarm configuration type
500            assigned for this analog port. The possible values
501            are:
502
503            'none' indicates the end point has no analog alarm
504            Configuration
505
506            'preemptive' indicates the analog alarm is configured
507            in a preemptive mode of operation.
508
509            'SimultanousCalls' indicates the PacketCable client can
510            have a regular phone call and an alarm call simultaneously.
511
512            This type of analog alarm configuration is not applicable
513            to PacketCable clients that support NCS signaling
514            (i.e., E-MTAs) and a set to this attribute with this value
515            is rejected."
516    ::= {pktcDectAnalogAlarmCfgEntry 1 }
517
518pktcDectPPTable OBJECT-TYPE
519    SYNTAX      SEQUENCE OF PktcDectPPEntry
520    MAX-ACCESS  not-accessible
521    STATUS      current
522    DESCRIPTION
523            "This object represents the list of PPs and related
524            identifiers.
525            For debugging purposes this object lists more PPs than
526            the maximum number of PPs."
527    ::= {pktcDectObjects 8 }
528
529pktcDectPPEntry    OBJECT-TYPE
530    SYNTAX      PktcDectPPEntry
531    MAX-ACCESS  not-accessible
532    STATUS      current
533    DESCRIPTION
534        "The Conceptual row of pktcDectPPTable."
535    INDEX {
536            pktcDectPPId
537          }
538    ::= {pktcDectPPTable 1 }
539
540PktcDectPPEntry ::= SEQUENCE {
541    pktcDectPPId
542                 Unsigned32,
543    pktcDectPPIPEI
544                 OCTET STRING,
545    pktcDectPPTerminalID
546                 Unsigned32,
547    pktcDectPPStatus
548                 PktcDectPPState,
549    pktcDectPPRegCtrl
550                 INTEGER
551    }
552
553pktcDectPPId    OBJECT-TYPE
554    SYNTAX      Unsigned32 (1..128)
555    MAX-ACCESS  not-accessible
556    STATUS      current
557    DESCRIPTION
558            "This key represents the unique identifier of the PP.
559            The Id of PPs already registered corresponds to the
560            interface Index associated with the PP MDI.
561            For PPs not registered the FP selects an Id outside
562            the range of well known Interface Index values
563            defined for the device.
564
565            The FP lists only PPs that have previously paired or
566            attempted to pair within the FP during an FP initiated
567            pairing process. This avoid first time PPs from
568            neighbor areas to appear on a different subscriber FP."
569    ::= {pktcDectPPEntry 1 }
570
571pktcDectPPIPEI  OBJECT-TYPE
572    SYNTAX      OCTET STRING (SIZE(0..5))
573    MAX-ACCESS  read-only
574    STATUS      current
575    DESCRIPTION
576            "This attribute represents the International Portable
577            Equipment Identifier of the device. Other than
578            residential/default handset identifiers are not
579            required."
580    ::= {pktcDectPPEntry 2 }
581
582pktcDectPPTerminalID    OBJECT-TYPE
583    SYNTAX      Unsigned32 (1..128)
584    MAX-ACCESS  read-only
585    STATUS      current
586    DESCRIPTION
587            "This attribute represents the Terminal Identifier the FP
588            assigns to the PP. For simple operation the FP may maintain
589            the same PP Terminal Identifier from the initial Locate
590            during pairing across device initialization."
591    ::= {pktcDectPPEntry 3 }
592
593pktcDectPPStatus    OBJECT-TYPE
594    SYNTAX      PktcDectPPState
595    MAX-ACCESS  read-only
596    STATUS      current
597    DESCRIPTION
598            "This attribute represents the state of a PP as seen by
599            the FP based on last PP/FP interaction.
600
601            The FP may report only the values 'idleLocked' and
602            activeLocked' for registered PPs.
603            Unregistered PPs are reported as 'unknown' or the latest
604            failure occurred such as 'easyPINFailed',
605            'easyPairingFailed'.
606
607            Note that in no-emission mode the FP may not accurately
608            report the PP state."
609    ::= {pktcDectPPEntry 4 }
610
611pktcDectPPRegCtrl    OBJECT-TYPE
612    SYNTAX      INTEGER {
613                         register(1),
614                         deregister(2),
615                         remove(3)
616                        }
617    MAX-ACCESS  read-write
618    STATUS      current
619    DESCRIPTION
620            "This attribute provides control of the PP registration
621            status.
622
623            The value 'deregister' directs the PP to initiate the
624            procedure to terminate PP access rights without deleting
625            the identity of the PP in this object (e.g., for
626            troubleshooting purposes).
627
628            The value 'register' initiates the registration process
629            either easy pairing or PIN registration depending on the
630            FP configuration (FP.PairingType). Subsequently,
631            the FP will register the PP for which the register
632            action was invoked.  See the FP InitiateRegistration
633            to invoke the pairing of any PP.
634
635            The value 'remove' invokes the action to de-register the PP
636            (if so) and deletes the PP information of the FP."
637    ::= {pktcDectPPEntry 5 }
638
639
640pktcDectPPCapabilitiesTable OBJECT-TYPE
641    SYNTAX      SEQUENCE OF PktcDectPPCapabilitiesEntry
642    MAX-ACCESS  not-accessible
643    STATUS      current
644    DESCRIPTION
645        "This object represents the PP reported capabilities."
646    ::= {pktcDectObjects 9 }
647
648pktcDectPPCapabilitiesEntry    OBJECT-TYPE
649    SYNTAX      PktcDectPPCapabilitiesEntry
650    MAX-ACCESS  not-accessible
651    STATUS      current
652    DESCRIPTION
653        "The Conceptual row of pktcDectPPCapabilitiesTable."
654    INDEX {
655            pktcDectPPId
656          }
657    ::= {pktcDectPPCapabilitiesTable 1 }
658
659PktcDectPPCapabilitiesEntry ::= SEQUENCE {
660    pktcDectPPCapabilitiesDisplay
661                 INTEGER,
662    pktcDectPPCapabilitiesTone
663                 INTEGER,
664    pktcDectPPCapabilitiesEcho
665                 INTEGER,
666    pktcDectPPCapabilitiesAmbientNoiseRejection
667                 INTEGER,
668    pktcDectPPCapabilitiesAdaptiveVolumeCtrl
669                 INTEGER,
670    pktcDectPPCapabilitiesSlotType
671                 BITS,
672    pktcDectPPCapabilitiesStoredDisplayChars
673                 Unsigned32,
674    pktcDectPPCapabilitiesDisplayLines
675                 Unsigned32,
676    pktcDectPPCapabilitiesCharsPerDisplayLine
677                 Unsigned32,
678    pktcDectPPCapabilitiesScrollBehavior
679                 INTEGER,
680    pktcDectPPCapabilitiesProfile
681                 BITS
682   }
683
684pktcDectPPCapabilitiesDisplay    OBJECT-TYPE
685    SYNTAX      INTEGER {
686                          na(0),
687                          noDisplay(1),
688                          numeric(2),
689                          numericPlus(3),
690                          alphanumeric(4),
691                          fullDisplay(5)
692                        }
693    MAX-ACCESS  read-only
694    STATUS      current
695    DESCRIPTION
696            "This attribute represents the PP display capability.
697            The possible values are:
698            'na' : not applicable
699            'noDisplay': no display
700            'numeric': numeric characters (space, 0-9, *, #)
701            'numericPlus': extended numeric characters
702                           (space, 0-9, *, #, a, b, c, d)
703            'alphanumeric': alphanumeric characters
704                            (space, 0-9, *, #, a-z and A-Z)
705            'fullDisplay' : displayable characters up to 0x7F."
706    ::= {pktcDectPPCapabilitiesEntry 1 }
707
708pktcDectPPCapabilitiesTone    OBJECT-TYPE
709    SYNTAX      INTEGER {
710                          na(0),
711                          notone(1),
712                          dialTone(2),
713                          e182(3),
714                          dect(4)
715                        }
716    MAX-ACCESS  read-only
717    STATUS      current
718    DESCRIPTION
719        "This attribute represents the PP tone capability.
720        The possible values are:
721        'na': not applicable
722        'notone': no tone capability supported
723        'dialTone': dialtone supported
724        'e182': ITU-T E.182 tones supported
725        'dect': complete DECT tone set."
726    ::= {pktcDectPPCapabilitiesEntry 2 }
727
728pktcDectPPCapabilitiesEcho    OBJECT-TYPE
729    SYNTAX      INTEGER {
730                          na(0),
731                          minTCL(1),
732                          fullTCL(2),
733                          voip(3)
734                        }
735    MAX-ACCESS  read-only
736    STATUS      current
737    DESCRIPTION
738            "This attribute represents the PP echo capability.
739            The possible values are:
740            'na': not applicable
741            'minTCL': &gt; 34  dB
742            'fullTCL': &gt; 46 dB
743            'voip' : &gt; 55 dB."
744    ::= {pktcDectPPCapabilitiesEntry 3 }
745
746pktcDectPPCapabilitiesAmbientNoiseRejection    OBJECT-TYPE
747    SYNTAX      INTEGER {
748                          na(0),
749                          noSupport(1),
750                          support(2)
751                        }
752    MAX-ACCESS  read-only
753    STATUS      current
754    DESCRIPTION
755            "This attribute represents the PP ambient noise rejection
756            capability. The possible values are:
757            'na': not applicable
758            'noSupport': no noise rejection
759            'support': noise  rejection provided."
760    ::= {pktcDectPPCapabilitiesEntry 4 }
761
762pktcDectPPCapabilitiesAdaptiveVolumeCtrl    OBJECT-TYPE
763    SYNTAX      INTEGER {
764                          na(0),
765                          noSupported(1),
766                          used(2),
767                          disabled(3)
768                        }
769    MAX-ACCESS  read-only
770    STATUS      current
771    DESCRIPTION
772            "This attribute represents the PP adaptive volume
773            control capability. The possible values are:
774            'na': not applicable
775            'noSupported': no adaptive volume control
776            'used': supported and in use
777            'disabled': supported not in use."
778    ::= {pktcDectPPCapabilitiesEntry 5 }
779
780pktcDectPPCapabilitiesSlotType    OBJECT-TYPE
781    SYNTAX      BITS {
782                       unused0(0),
783                       unused1(1),
784                       unused2(2),
785                       doubleSlot(3),
786                       fullSlot(4),
787                       unused5(5),
788                       unused6(6),
789                       halfSlot(7)
790                     }
791    MAX-ACCESS  read-only
792    STATUS      current
793    DESCRIPTION
794            "This attribute represents the PP slot type
795            capabilities.
796            A bit set to '1' indicates support of the
797            slot type,
798            A bit set to '0' indicates no support of
799            the slot type. Bits are numbered left to
800            right (MSB = 0). The possible values are:
801            'halfSlot': half slot, j = 0
802            'fullSlot': full slot
803            'doubleSlot': double slot"
804    ::= {pktcDectPPCapabilitiesEntry 6 }
805
806pktcDectPPCapabilitiesStoredDisplayChars    OBJECT-TYPE
807    SYNTAX      Unsigned32 (0..16363)
808    MAX-ACCESS  read-only
809    STATUS      current
810    DESCRIPTION
811            "This attribute represents the PP number of stored
812            display characters."
813    ::= {pktcDectPPCapabilitiesEntry 7 }
814
815pktcDectPPCapabilitiesDisplayLines    OBJECT-TYPE
816    SYNTAX      Unsigned32 (0..128)
817    MAX-ACCESS  read-only
818    STATUS      current
819    DESCRIPTION
820            "This attribute represents the number of lines in the
821             PP display."
822    ::= {pktcDectPPCapabilitiesEntry 8 }
823
824pktcDectPPCapabilitiesCharsPerDisplayLine    OBJECT-TYPE
825    SYNTAX      Unsigned32 (0..128)
826    MAX-ACCESS  read-only
827    STATUS      current
828    DESCRIPTION
829            "This attribute represents the PP number of characters
830            per line in the display."
831    ::= {pktcDectPPCapabilitiesEntry 9 }
832
833pktcDectPPCapabilitiesScrollBehavior    OBJECT-TYPE
834    SYNTAX      INTEGER {
835                          na(0),
836                          type1(1),
837                          type(2)
838                        }
839    MAX-ACCESS  read-only
840    STATUS      current
841    DESCRIPTION
842            "This attribute represents the PP scroll behavior
843            capability. The possible values are:
844            'na': not applicable, specified
845            'type1': type 1
846            'type2': type 2."
847    ::= {pktcDectPPCapabilitiesEntry 10 }
848
849pktcDectPPCapabilitiesProfile    OBJECT-TYPE
850    SYNTAX      BITS {
851                       unused0(0),
852                       unused1(1),
853                       unused2(2),
854                       unused3(3),
855                       unused4(4),
856                       gapSupport(5),
857                       unused6(6),
858                       unused7(7),
859                       unused8(8),
860                       unused9(9),
861                       unused10(10),
862                       unused11(11),
863                       unused12(12),
864                       unused13(13),
865                       unused14(14),
866                       unused15(15),
867                       unused16(16),
868                       unused17(17),
869                       unused18(18),
870                       unused19(19),
871                       unused20(20),
872                       unused21(21),
873                       unused22(22),
874                       unused23(23),
875                       unused24(24),
876                       unused25(25),
877                       unused26(26),
878                       unused27(27),
879                       unused28(28),
880                       unused29(29),
881                       unused30(30),
882                       unused31(31),
883                       unused32(32),
884                       unused33(33),
885                       unused34(34),
886                       unused35(35),
887                       unused36(36),
888                       unused37(37),
889                       unused38(38),
890                       unused39(39),
891                       unused40(40),
892                       zeroEmissionSupport(41),
893                       unused42(42),
894                       unused43(43),
895                       unused44(44),
896                       unused45(45),
897                       unused46(46),
898                       unused47(47),
899                       unused48(48),
900                       unused49(49),
901                       multipleLlines(50),
902                       parallelCall(51),
903                       callIdentification(52),
904                       wideband(53),
905                       part3(54),
906                       unused55(55),
907                       unused56(56),
908                       unused57(57),
909                       unused58(58),
910                       unused59(59),
911                       unused60(60),
912                       unused61(61),
913                       unused62(62),
914                       unused63(63),
915                       unused64(64)
916                     }
917    MAX-ACCESS  read-only
918    STATUS      current
919    DESCRIPTION
920            "This attribute represents the PP profile feature
921            capabilities.
922            A bit set to '1' indicates support of the specific
923            profile feature, a bit set to '0' indicates not support
924            of the profile feature. Bits are numbered left to right
925            (MSB = 0).
926            The possible values are (only the most relevant are shown):
927            'gapSupport'': GAP profile support
928            'zeroEmission': Zero Emission support
929            'multipleLlines': multiple lines
930            'parallelCall': Common parallel call procedures
931            'callIdentification': Call Identification support
932            'wideband': Wideband support
933            'part3' : Extended wideband speech services support"
934    ::= {pktcDectPPCapabilitiesEntry 11 }
935
936pktcDectListAccessTable OBJECT-TYPE
937    SYNTAX      SEQUENCE OF PktcDectListAccessEntry
938    MAX-ACCESS  not-accessible
939    STATUS      current
940    DESCRIPTION
941            "This object represents the list of lists stored in the FP."
942    ::= {pktcDectObjects 10 }
943
944pktcDectListAccessEntry    OBJECT-TYPE
945    SYNTAX      PktcDectListAccessEntry
946    MAX-ACCESS  not-accessible
947    STATUS      current
948    DESCRIPTION
949        "The Conceptual row of pktcDectListAccessTable."
950    INDEX {
951            pktcDectListAccessIndex
952          }
953    ::= {pktcDectListAccessTable 1 }
954
955PktcDectListAccessEntry ::= SEQUENCE {
956    pktcDectListAccessIndex
957                 Unsigned32,
958    pktcDectListAccesslistID
959                 Unsigned32,
960    pktcDectListAccessDescr
961                 SnmpAdminString
962      }
963
964pktcDectListAccessIndex    OBJECT-TYPE
965    SYNTAX      Unsigned32 (1..128)
966    MAX-ACCESS  not-accessible
967    STATUS      current
968    DESCRIPTION
969        "This Key represents the unique identifier of the list element."
970    ::= {pktcDectListAccessEntry 1 }
971
972pktcDectListAccesslistID    OBJECT-TYPE
973    SYNTAX      Unsigned32 (1..128)
974    MAX-ACCESS  read-only
975    STATUS      current
976    DESCRIPTION
977        "This attribute defines the ID of the supported list."
978    ::= {pktcDectListAccessEntry 2 }
979
980pktcDectListAccessDescr    OBJECT-TYPE
981    SYNTAX      SnmpAdminString
982    MAX-ACCESS  read-only
983    STATUS      current
984    DESCRIPTION
985        "This attribute represents the name of the list.
986        For standard list this corresponds to the exact name as the
987        list is referred to in the specification.
988        Vendor specific list may include name and references to
989        documentation (e.g., URNs)."
990    ::= {pktcDectListAccessEntry 3 }
991
992pktcDectInternalNamesListTable OBJECT-TYPE
993    SYNTAX      SEQUENCE OF PktcDectInternalNamesListEntry
994    MAX-ACCESS  not-accessible
995    STATUS      current
996    DESCRIPTION
997        "This object represents the list of registered PPs"
998    ::= {pktcDectObjects 11 }
999
1000pktcDectInternalNamesListEntry    OBJECT-TYPE
1001    SYNTAX      PktcDectInternalNamesListEntry
1002    MAX-ACCESS  not-accessible
1003    STATUS      current
1004    DESCRIPTION
1005        "The Conceptual row of pktcDectInternalNamesListTable."
1006    INDEX {
1007            pktcDectInternalNamesListIndex
1008          }
1009    ::= {pktcDectInternalNamesListTable 1 }
1010
1011PktcDectInternalNamesListEntry ::= SEQUENCE {
1012    pktcDectInternalNamesListIndex
1013                 Unsigned32,
1014    pktcDectInternalNamesListNumber
1015                 Unsigned32,
1016    pktcDectInternalNamesListName
1017                 SnmpAdminString
1018      }
1019
1020pktcDectInternalNamesListIndex    OBJECT-TYPE
1021    SYNTAX      Unsigned32 (1..32767)
1022    MAX-ACCESS  not-accessible
1023    STATUS      current
1024    DESCRIPTION
1025        "This Key represents the unique identifier of the list element."
1026    ::= {pktcDectInternalNamesListEntry 1 }
1027
1028pktcDectInternalNamesListNumber    OBJECT-TYPE
1029    SYNTAX      Unsigned32 (1..32767)
1030    MAX-ACCESS  read-only
1031    STATUS      current
1032    DESCRIPTION
1033        "This attribute  indicates the terminal identity number."
1034    ::= {pktcDectInternalNamesListEntry 2 }
1035
1036pktcDectInternalNamesListName    OBJECT-TYPE
1037    SYNTAX      SnmpAdminString
1038    MAX-ACCESS  read-only
1039    STATUS      current
1040    DESCRIPTION
1041        "This attribute indicates the name of the internal party."
1042    ::= {pktcDectInternalNamesListEntry 3 }
1043
1044pktcDectLineSettingsListTable OBJECT-TYPE
1045    SYNTAX      SEQUENCE OF PktcDectLineSettingsListEntry
1046    MAX-ACCESS  not-accessible
1047    STATUS      current
1048    DESCRIPTION
1049        "This object represents Information pertaining to the list.
1050        Operator settings to this line are performed via the NSL object.
1051        Primarily association of PPs to the phone line.
1052        A PacketCable device allows the user to modify any line
1053        parameter via PP access list commands with the exception of the
1054        'Dialing Prefix' field."
1055
1056    ::= {pktcDectObjects 12 }
1057
1058pktcDectLineSettingsListEntry    OBJECT-TYPE
1059    SYNTAX      PktcDectLineSettingsListEntry
1060    MAX-ACCESS  not-accessible
1061    STATUS      current
1062    DESCRIPTION
1063        "The Conceptual row of pktcDectLineSettingsListTable."
1064    INDEX {
1065            pktcDectLineSettingsListIndex
1066          }
1067    ::= {pktcDectLineSettingsListTable 1 }
1068
1069PktcDectLineSettingsListEntry ::= SEQUENCE {
1070    pktcDectLineSettingsListIndex
1071                 Unsigned32,
1072    pktcDectLineSettingsListLineId
1073                 Unsigned32,
1074    pktcDectLineSettingsListLineName
1075                 SnmpAdminString,
1076    pktcDectLineSettingsListAttachedHandsets
1077                 SnmpAdminString,
1078    pktcDectLineSettingsListDialingPrefix
1079                 SnmpAdminString,
1080    pktcDectLineSettingsListFPMelody
1081                 Unsigned32,
1082    pktcDectLineSettingsListFPVolume
1083                 Unsigned32,
1084    pktcDectLineSettingsListBlockedNB
1085                 TruthValue,
1086    pktcDectLineSettingsListMultipleCalls
1087                 TruthValue,
1088    pktcDectLineSettingsListIntrusionCall
1089                 TruthValue
1090      }
1091
1092pktcDectLineSettingsListIndex    OBJECT-TYPE
1093    SYNTAX      Unsigned32 (1..127)
1094    MAX-ACCESS  not-accessible
1095    STATUS      current
1096    DESCRIPTION
1097            "This Key represents the unique identifier of the list
1098             element."
1099    ::= {pktcDectLineSettingsListEntry 1 }
1100
1101pktcDectLineSettingsListLineId    OBJECT-TYPE
1102    SYNTAX      Unsigned32 (1..127)
1103    MAX-ACCESS  read-only
1104    STATUS      current
1105    DESCRIPTION
1106            "This attribute represents the line identifier."
1107    ::= {pktcDectLineSettingsListEntry 2 }
1108
1109pktcDectLineSettingsListLineName    OBJECT-TYPE
1110    SYNTAX      SnmpAdminString
1111    MAX-ACCESS  read-only
1112    STATUS      current
1113    DESCRIPTION
1114            "This attribute represents the name of the line."
1115    ::= {pktcDectLineSettingsListEntry 3 }
1116
1117pktcDectLineSettingsListAttachedHandsets    OBJECT-TYPE
1118    SYNTAX      SnmpAdminString
1119    MAX-ACCESS  read-only
1120    STATUS      current
1121    DESCRIPTION
1122            "This attribute represents the list of registered handsets
1123             which are attached to the line.
1124             This attribute is formatted as a string where each octet
1125             represents the 'Terminal Identifier' of the handset.
1126             Note that the over the air 'Line settings list' defines
1127             the 'Attached handsets' as a sequence of bits, each
1128             representing a 'Terminal Id' handset."
1129    ::= {pktcDectLineSettingsListEntry 4 }
1130
1131pktcDectLineSettingsListDialingPrefix    OBJECT-TYPE
1132    SYNTAX      SnmpAdminString
1133    MAX-ACCESS  read-only
1134    STATUS      current
1135    DESCRIPTION
1136            "This attribute represents a prefix to add to called
1137            party numbers for calls placed on the line."
1138    ::= {pktcDectLineSettingsListEntry 5 }
1139
1140pktcDectLineSettingsListFPMelody    OBJECT-TYPE
1141    SYNTAX      Unsigned32 (0..128)
1142    MAX-ACCESS  read-only
1143    STATUS      current
1144    DESCRIPTION
1145            "This attribute represents the melody of the FP linked to
1146             this line."
1147    ::= {pktcDectLineSettingsListEntry 6 }
1148
1149pktcDectLineSettingsListFPVolume    OBJECT-TYPE
1150    SYNTAX      Unsigned32 (0..128)
1151    MAX-ACCESS  read-only
1152    STATUS      current
1153    DESCRIPTION
1154            "This attribute represents the melody volume of the FP
1155             linked to this line."
1156    ::= {pktcDectLineSettingsListEntry 7 }
1157
1158pktcDectLineSettingsListBlockedNB    OBJECT-TYPE
1159    SYNTAX      TruthValue
1160    MAX-ACCESS  read-only
1161    STATUS      current
1162    DESCRIPTION
1163            "This attribute represents forbidden called party numbers
1164             on the line."
1165    ::= {pktcDectLineSettingsListEntry 8 }
1166
1167pktcDectLineSettingsListMultipleCalls    OBJECT-TYPE
1168    SYNTAX      TruthValue
1169    MAX-ACCESS  read-only
1170    STATUS      current
1171    DESCRIPTION
1172            "This attribute represents the current mode of the line:
1173            The value 'true' indicates support for multiple call mode
1174            The value 'false' indicates support for single call mode.
1175            For PacketCable Client devices supporting only single call
1176             mode this value always use the value  'false'."
1177    ::= {pktcDectLineSettingsListEntry 9 }
1178
1179pktcDectLineSettingsListIntrusionCall    OBJECT-TYPE
1180    SYNTAX      TruthValue
1181    MAX-ACCESS  read-only
1182    STATUS      current
1183    DESCRIPTION
1184            "This attribute represents the call intrusion mode for
1185            the line.
1186            The value 'true' indicates the line has 'call intrusion'
1187            enabled. Otherwise the value 'false' is reported.
1188
1189            The PacketCable Client device should always use the
1190            configured BargedIn.Enabled attribute value as the highest
1191            possible value. It means if BargeIn.Enabled is set to 'false',
1192            the user can't modify the call intrusion to 'true' via list
1193            access commands. In the contrary, if BargeIn.Enabled is set to
1194            'true' the user could set this attribute to 'false' via 'line
1195            settings list' commands."
1196    ::= {pktcDectLineSettingsListEntry 10 }
1197
1198pktcDectPerformanceTable OBJECT-TYPE
1199    SYNTAX      SEQUENCE OF PktcDectPerformanceEntry
1200    MAX-ACCESS  not-accessible
1201    STATUS      current
1202    DESCRIPTION
1203        "This object represents the performance statistics of each PP.
1204        When Zero Emission is enabled this object store statistics on
1205        a per call basis.
1206        When Zero Emission is disabled, this object may contains a
1207        single instance per PP (Terminal ID)
1208        referent to all the messages activity in the upstream direction
1209        (PP to FP) or maintain per call statistics."
1210    ::= {pktcDectObjects 13 }
1211
1212pktcDectPerformanceEntry    OBJECT-TYPE
1213    SYNTAX      PktcDectPerformanceEntry
1214    MAX-ACCESS  not-accessible
1215    STATUS      current
1216    DESCRIPTION
1217        "The Conceptual row of pktcDectPerformanceTable."
1218    INDEX {
1219            ifIndex
1220          }
1221    ::= {pktcDectPerformanceTable 1 }
1222
1223PktcDectPerformanceEntry ::= SEQUENCE {
1224    pktcDectPerformanceRecordNum
1225                 Unsigned32,
1226    pktcDectPerformanceHandovers
1227                 Counter32,
1228    pktcDectPerformanceRTDelay
1229                 Unsigned32,
1230    pktcDectPerformanceSyncFailures
1231                 Counter32,
1232    pktcDectPerformanceControlFieldErrs
1233                 Counter32,
1234    pktcDectPerformancePayloadErrs
1235                 Counter32,
1236    pktcDectPerformanceSlidingCollisions
1237                 Counter32,
1238    pktcDectPerformanceLinkErrsQbit
1239                 Counter32
1240      }
1241
1242pktcDectPerformanceRecordNum    OBJECT-TYPE
1243    SYNTAX      Unsigned32
1244    MAX-ACCESS  read-only
1245    STATUS      current
1246    DESCRIPTION
1247            "This key represents the identifier of the logged
1248            statistics of a previous call. When Zero Emission is enabled
1249            the FP maintains an incrementing log information and
1250            deletes the oldest log instance when reaching the maximum
1251            number of entries.
1252            When Zero Emission is disabled this object creates a single
1253            instance with RecordNum = 0  and collects continuously the
1254            data associated with the object attributes."
1255    ::= {pktcDectPerformanceEntry 1 }
1256
1257pktcDectPerformanceHandovers    OBJECT-TYPE
1258    SYNTAX      Counter32
1259    MAX-ACCESS  read-only
1260    STATUS      current
1261    DESCRIPTION
1262            "This attribute indicates how many channel handovers the PP
1263            has realized since the first activity related to this
1264            logged call."
1265    ::= {pktcDectPerformanceEntry 2 }
1266
1267pktcDectPerformanceRTDelay    OBJECT-TYPE
1268    SYNTAX      Unsigned32
1269    MAX-ACCESS  read-only
1270    STATUS      current
1271    DESCRIPTION
1272            "This attribute indicates the round trip delay calculated
1273            by the FP.
1274            The FP measures the RoundTrip Delay at the beginning of
1275            the call."
1276    ::= {pktcDectPerformanceEntry 3 }
1277
1278pktcDectPerformanceSyncFailures    OBJECT-TYPE
1279    SYNTAX      Counter32
1280    MAX-ACCESS  read-only
1281    STATUS      current
1282    DESCRIPTION
1283            "This attribute indicates the number of synchronization
1284            failures that have occurred during the current call."
1285    ::= {pktcDectPerformanceEntry 4 }
1286
1287pktcDectPerformanceControlFieldErrs    OBJECT-TYPE
1288    SYNTAX      Counter32
1289    MAX-ACCESS  read-only
1290    STATUS      current
1291    DESCRIPTION
1292        "This attribute indicates the number of Control field errors
1293         encountered during this time period"
1294    ::= {pktcDectPerformanceEntry 5 }
1295
1296pktcDectPerformancePayloadErrs    OBJECT-TYPE
1297    SYNTAX      Counter32
1298    MAX-ACCESS  read-only
1299    STATUS      current
1300    DESCRIPTION
1301        "This attribute indicates the number of CRC errors
1302         accumulated during this period of time."
1303    ::= {pktcDectPerformanceEntry 6 }
1304
1305pktcDectPerformanceSlidingCollisions    OBJECT-TYPE
1306    SYNTAX      Counter32
1307    MAX-ACCESS  read-only
1308    STATUS      current
1309    DESCRIPTION
1310        "This attribute indicates the number of sliding collisions
1311        detected during this period of time."
1312    ::= {pktcDectPerformanceEntry 7 }
1313
1314pktcDectPerformanceLinkErrsQbit    OBJECT-TYPE
1315    SYNTAX      Counter32
1316    MAX-ACCESS  read-only
1317    STATUS      current
1318    DESCRIPTION
1319        "this attribute indicates the number of link errors being
1320        signaled with the Q-bit during this period of time."
1321    ::= {pktcDectPerformanceEntry 8 }
1322
1323pktcDectStatusTable OBJECT-TYPE
1324    SYNTAX      SEQUENCE OF PktcDectStatusEntry
1325    MAX-ACCESS  not-accessible
1326    STATUS      current
1327    DESCRIPTION
1328        "This object represents the PP status and related
1329        connectivity information"
1330    ::= {pktcDectObjects 14 }
1331
1332pktcDectStatusEntry    OBJECT-TYPE
1333    SYNTAX      PktcDectStatusEntry
1334    MAX-ACCESS  not-accessible
1335    STATUS      current
1336    DESCRIPTION
1337        "The Conceptual row of pktcDectStatusTable."
1338    INDEX {
1339            ifIndex
1340          }
1341    ::= {pktcDectStatusTable 1 }
1342
1343PktcDectStatusEntry ::= SEQUENCE {
1344    pktcDectStatusLastLocate
1345                 DateAndTime,
1346    pktcDectStatusNumLocateMsgs
1347                 Counter32,
1348    pktcDectStatusNumConnectionFailures
1349                 Counter32,
1350    pktcDectStatusNumActivitySuccess
1351                 Counter32,
1352    pktcDectStatusLastActivityFailure
1353                 DateAndTime,
1354    pktcDectStatusRSSI
1355                 Unsigned32
1356      }
1357
1358pktcDectStatusLastLocate    OBJECT-TYPE
1359    SYNTAX      DateAndTime
1360    MAX-ACCESS  read-only
1361    STATUS      current
1362    DESCRIPTION
1363            "This attribute represents the time when the last Locate
1364            message was sent by the PP to the FP."
1365    ::= {pktcDectStatusEntry 1 }
1366
1367pktcDectStatusNumLocateMsgs    OBJECT-TYPE
1368    SYNTAX      Counter32
1369    MAX-ACCESS  read-only
1370    STATUS      current
1371    DESCRIPTION
1372            "This attribute represents the number of times the PP
1373            has subscribed since last FP reboot."
1374    ::= {pktcDectStatusEntry 2 }
1375
1376pktcDectStatusNumConnectionFailures    OBJECT-TYPE
1377    SYNTAX      Counter32
1378    MAX-ACCESS  read-only
1379    STATUS      current
1380    DESCRIPTION
1381        "This attribute represents the number of times the PP
1382        has failed connections with the FP since last FP
1383        reinitialization."
1384    ::= {pktcDectStatusEntry 3 }
1385
1386pktcDectStatusNumActivitySuccess    OBJECT-TYPE
1387    SYNTAX      Counter32
1388    MAX-ACCESS  read-only
1389    STATUS      current
1390    DESCRIPTION
1391        "This attribute indicates the number of times the PP
1392        has initiated any activity successfully since
1393        last time the FP reinitializes."
1394    ::= {pktcDectStatusEntry 4 }
1395
1396pktcDectStatusLastActivityFailure    OBJECT-TYPE
1397    SYNTAX      DateAndTime
1398    MAX-ACCESS  read-only
1399    STATUS      current
1400    DESCRIPTION
1401        "This attribute indicates the time where the last PP
1402        initiated activity and being rejected by the FP."
1403    ::= {pktcDectStatusEntry 5 }
1404
1405pktcDectStatusRSSI    OBJECT-TYPE
1406    SYNTAX      Unsigned32
1407    MAX-ACCESS  read-only
1408    STATUS      current
1409    DESCRIPTION
1410        "This attribute represents the instantaneous
1411        Received Signal Strength from the PP."
1412    ::= {pktcDectStatusEntry 6 }
1413
1414
1415-- Conformance Definitions
1416pktcDectMibConformance OBJECT IDENTIFIER ::= { pktcDectMib 2 }
1417pktcDectMibCompliances OBJECT IDENTIFIER ::= { pktcDectMibConformance 1 }
1418pktcDectMibGroups      OBJECT IDENTIFIER ::= { pktcDectMibConformance 2 }
1419
1420pktcDectCompliance MODULE-COMPLIANCE
1421    STATUS      current
1422    DESCRIPTION
1423            "The compliance statement for the HD Voice PacketCable
1424            Client device."
1425    MODULE -- this MODULE
1426    MANDATORY-GROUPS {
1427            pktcDectGroup
1428            }
1429    ::= { pktcDectMibCompliances 1 }
1430
1431            pktcDectGroup OBJECT-GROUP
1432    OBJECTS {
1433              pktcDectFPMaxNumPP,
1434              pktcDectFPMaxActivePP,
1435              pktcDectFPLockListCfg,
1436              pktcDectFPZeroEmissionEnabled,
1437              pktcDectFPPairingType,
1438              pktcDectFPEasyPairingActivate,
1439              pktcDectFPName,
1440              pktcDectFPGeneralCapabilities,
1441              pktcDectFPExtendedCapabilities,
1442              pktcDectHDVoiceProfileBasicService,
1443              pktcDectHDVoiceProfileNCS,
1444              pktcDectHDVoiceProfileSIP,
1445              pktcDectCodecPrefList,
1446              pktcDectDTMFToneDuration,
1447              pktcDectBargeInEnabled,
1448              pktcDectServiceStatusDeactivationDisplay,
1449              pktcDectServiceStatusConnectivityDisplay,
1450              pktcDectAnalogAlarmCfgState,
1451              pktcDectListAccesslistID,
1452              pktcDectListAccessDescr,
1453              pktcDectInternalNamesListNumber,
1454              pktcDectInternalNamesListName,
1455              pktcDectLineSettingsListLineId,
1456              pktcDectLineSettingsListLineName,
1457              pktcDectLineSettingsListAttachedHandsets,
1458              pktcDectLineSettingsListDialingPrefix,
1459              pktcDectLineSettingsListFPMelody,
1460              pktcDectLineSettingsListFPVolume,
1461              pktcDectLineSettingsListBlockedNB,
1462              pktcDectLineSettingsListMultipleCalls,
1463              pktcDectLineSettingsListIntrusionCall,
1464              pktcDectPerformanceRecordNum,
1465              pktcDectPerformanceHandovers,
1466              pktcDectPerformanceRTDelay,
1467              pktcDectPerformanceSyncFailures,
1468              pktcDectPerformanceControlFieldErrs,
1469              pktcDectPerformancePayloadErrs,
1470              pktcDectPerformanceSlidingCollisions,
1471              pktcDectPerformanceLinkErrsQbit,
1472              pktcDectStatusLastLocate,
1473              pktcDectStatusNumLocateMsgs,
1474              pktcDectStatusNumConnectionFailures,
1475              pktcDectStatusNumActivitySuccess,
1476              pktcDectStatusLastActivityFailure,
1477              pktcDectStatusRSSI,
1478              pktcDectPPIPEI,
1479              pktcDectPPTerminalID,
1480              pktcDectPPStatus,
1481              pktcDectPPRegCtrl,
1482              pktcDectPPCapabilitiesDisplay,
1483              pktcDectPPCapabilitiesTone,
1484              pktcDectPPCapabilitiesEcho,
1485              pktcDectPPCapabilitiesAmbientNoiseRejection,
1486              pktcDectPPCapabilitiesAdaptiveVolumeCtrl,
1487              pktcDectPPCapabilitiesSlotType,
1488              pktcDectPPCapabilitiesStoredDisplayChars,
1489              pktcDectPPCapabilitiesDisplayLines,
1490              pktcDectPPCapabilitiesCharsPerDisplayLine,
1491              pktcDectPPCapabilitiesScrollBehavior,
1492              pktcDectPPCapabilitiesProfile
1493    }
1494    STATUS      current
1495    DESCRIPTION
1496            "Group of objects implemented in the HD Voice PacketCable
1497            Client device."
1498    ::= { pktcDectMibGroups 1 }
1499END
1500
1501