# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python ROHC-RTP-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/ROHC-RTP-MIB" MIB = { "moduleName" : "ROHC-RTP-MIB", "ROHC-RTP-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Robust Header Compression Working Group""", "contact" : """WG charter: http://www.ietf.org/html.charters/rohc-charter.html Mailing Lists: General Discussion: rohc@ietf.org To Subscribe: rohc-request@ietf.org In Body: subscribe your_email_address Editor: Juergen Quittek NEC Europe Ltd. Network Laboratories Kurfuersten-Anlage 36 69221 Heidelberg Germany Tel: +49 6221 90511-15 EMail: quittek@netlab.nec.de""", "description" : """This MIB module defines a set of objects for monitoring and configuring RObust Header Compression (ROHC). The objects are specific to ROHC RTP (profile 0x0001), ROHC UDP (profile 0x0002), and ROHC ESP (profile 0x0003) defined in RFC 3095 and for the ROHC LLA profile (profile 0x0005) defined in RFC 3242. Copyright (C) The Internet Society (2004). The initial version of this MIB module was published in RFC 3816. For full legal notices see the RFC itself or see: http://www.ietf.org/copyrights/ianamib.html""", "revisions" : ( { "date" : "2004-06-03 00:00", "description" : """Initial version, published as RFC 3816.""", }, ), "identity node" : "rohcRtpMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "ROHC-MIB", "name" : "rohcChannelID"}, {"module" : "ROHC-MIB", "name" : "rohcContextCID"}, ), "nodes" : { "rohcRtpMIB" : { "nodetype" : "node", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114", "status" : "current", }, # node "rohcRtpObjects" : { "nodetype" : "node", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1", }, # node "rohcRtpContextTable" : { "nodetype" : "table", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1", "status" : "current", "description" : """This table lists and describes RTP profile specific properties of compressor contexts and decompressor contexts. It extends the rohcContextTable of the ROHC-MIB module.""", }, # table "rohcRtpContextEntry" : { "nodetype" : "row", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1", "status" : "current", "linkage" : [ "rohcChannelID", "rohcContextCID", ], "description" : """An entry describing a particular context.""", }, # row "rohcRtpContextState" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "initAndRefresh" : { "nodetype" : "namednumber", "number" : "1" }, "firstOrder" : { "nodetype" : "namednumber", "number" : "2" }, "secondOrder" : { "nodetype" : "namednumber", "number" : "3" }, "noContext" : { "nodetype" : "namednumber", "number" : "4" }, "staticContext" : { "nodetype" : "namednumber", "number" : "5" }, "fullContext" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """State of the context as defined in RFC 3095. States initAndRefresh(1), firstOrder(2), and secondOrder(3) are states of compressor contexts, states noContext(4), staticContext(5) and fullContext(6) are states of decompressor contexts.""", "reference" : """RFC 3095""", }, # column "rohcRtpContextMode" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unidirectional" : { "nodetype" : "namednumber", "number" : "1" }, "optimistic" : { "nodetype" : "namednumber", "number" : "2" }, "reliable" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """Mode of the context.""", "reference" : """RFC 3095, Section 4.4""", }, # column "rohcRtpContextAlwaysPad" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "default" : "false", "description" : """Boolean, only applicable to compressor contexts using the LLA profile. If its value is true, the compressor must pad every RHP packet with a minimum of one octet ROHC padding. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.1""", }, # column "rohcRtpContextLargePktsAllowed" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "default" : "true", "description" : """Boolean, only applicable to compressor contexts using the LLA profile. It specifies how to handle packets that do not fit any of the preferred packet sizes specified. If its value is true, the compressor must deliver the larger packet as-is and must not use segmentation. If it is set to false, the ROHC segmentation scheme must be used to split the packet into two or more segments, and each segment must further be padded to fit one of the preferred packet sizes. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.1""", }, # column "rohcRtpContextVerifyPeriod" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "default" : "0", "description" : """This object is only applicable to compressor contexts using the LLA profile. It specifies the minimum frequency with which a packet validating the context must be sent. This tells the compressor that a packet containing a CRC field must be sent at least once every N packets, where N is the value of the object. A value of 0 indicates that periodical verifications are disabled. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.1""", }, # column "rohcRtpContextSizesAllowed" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "readonly", "description" : """The value of this object is only valid for decompressor contexts, i.e., if rohcInstanceType of the corresponding rohcContextEntry has the value decompressor(2). For compressor contexts where rohcInstanceType has the value compressor(1), this object MUST NOT be instantiated. This object contains the number of different packet sizes that may be used in the context.""", "reference" : """RFC 3095, Section 6.3.1""", }, # column "rohcRtpContextSizesUsed" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "readonly", "description" : """The value of this object is only valid for decompressor contexts, i.e., if rohcInstanceType of the corresponding rohcContextEntry has the value decompressor(2). For compressor contexts where rohcInstanceType has the value compressor(1), this object MUST NOT be instantiated. This object contains the number of different packet sizes that are used in the context.""", "reference" : """RFC 3095, Section 6.3.1""", }, # column "rohcRtpContextACKs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of all positive feedbacks (ACK) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.""", "reference" : """RFC 3095, Section 5.2.1.""", }, # column "rohcRtpContextNACKs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of all dynamic negative feedbacks (ACK) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.""", "reference" : """RFC 3095, Section 5.2.1.""", }, # column "rohcRtpContextSNACKs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The number of all static negative feedbacks (ACK) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.""", "reference" : """RFC 3095, Section 5.2.1.""", }, # column "rohcRtpContextNHPs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """This object is only applicable to contexts using the LLA profile. It contains the number of all no-header packets (NHP) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 4.1.1.""", }, # column "rohcRtpContextCSPs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """This object is only applicable to contexts using the LLA profile. It contains the number of all context synchronization packets (CSP) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 4.1.2.""", }, # column "rohcRtpContextCCPs" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """This object is only applicable to contexts using the LLA profile. It contains the number of all context check packets (CCP) sent or received in this context, respectively. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 4.1.3.""", }, # column "rohcRtpContextPktsLostPhysical" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.16", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """This object is only applicable to decompressor contexts using the LLA profile. It contains the number of physical packet losses on the link between compressor and decompressor, that have been indicated to the decompressor. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.2.""", }, # column "rohcRtpContextPktsLostPreLink" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.1.1.17", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """This object is only applicable to decompressor contexts using the LLA profile. It contains the number of pre-link packet losses on the link between compressor and decompressor, that have been indicated to the decompressor. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.2.""", }, # column "rohcRtpPacketSizeTable" : { "nodetype" : "table", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2", "status" : "current", "description" : """This table lists all allowed, preferred, and used packet sizes per compressor context and channel. Note, that the sizes table represents implementation parameters that are suggested by RFC 3095 and/or RFC 3242, but that are not mandatory.""", }, # table "rohcRtpPacketSizeEntry" : { "nodetype" : "row", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2.1", "status" : "current", "linkage" : [ "rohcChannelID", "rohcContextCID", "rohcRtpPacketSize", ], "description" : """An entry of a particular packet size.""", }, # row "rohcRtpPacketSize" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """A packet size used as index.""", }, # column "rohcRtpPacketSizePreferred" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object is only applicable to compressor contexts using the LLA profile. When retrieved, it will have the value true(1) if the packet size is preferred. Otherwise, its value will be false(2). The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.1""", }, # column "rohcRtpPacketSizeUsed" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object is only applicable to compressor contexts using the UDP, RTP, or ESP profile. When retrieved, it will have the value true(1) if the packet size is used. Otherwise, its value will be false(2). The value of this object is only valid for UDP, RTP, and ESP profiles, i.e., if the corresponding rohcProfile has a value of either 0x0001, 0x0002 or 0x0003. If the corresponding rohcProfile has a value other than 0x0001, 0x0002 or 0x0003, then this object MUST NOT be instantiated.""", "reference" : """RFC 3095, Section 6.3.1""", }, # column "rohcRtpPacketSizeRestrictedType" : { "nodetype" : "column", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.1.2.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "nhpOnly" : { "nodetype" : "namednumber", "number" : "1" }, "rhpOnly" : { "nodetype" : "namednumber", "number" : "2" }, "noRestrictions" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """This object is only applicable to preferred packet sizes of compressor contexts using the LLA profile. When retrieved, it will indicate whether the packet size is preferred for NHP only, for RHP only, or for both of them. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.""", "reference" : """RFC 3242, Section 5.1.1""", }, # column "rohcRtpConformance" : { "nodetype" : "node", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2", }, # node "rohcRtpCompliances" : { "nodetype" : "node", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.1", }, # node "rohcRtpGroups" : { "nodetype" : "node", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.2", }, # node }, # nodes "groups" : { "rohcRtpContextGroup" : { "nodetype" : "group", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.2.1", "status" : "current", "members" : { "rohcRtpContextState" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextMode" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextAlwaysPad" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextLargePktsAllowed" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextVerifyPeriod" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, }, # members "description" : """A collection of objects providing information about ROHC RTP compressors and decompressors.""", }, # group "rohcRtpPacketSizesGroup" : { "nodetype" : "group", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.2.2", "status" : "current", "members" : { "rohcRtpContextSizesAllowed" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextSizesUsed" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpPacketSizePreferred" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpPacketSizeUsed" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpPacketSizeRestrictedType" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, }, # members "description" : """A collection of objects providing information about allowed and used packet sizes at a ROHC RTP compressor.""", }, # group "rohcRtpStatisticsGroup" : { "nodetype" : "group", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.2.3", "status" : "current", "members" : { "rohcRtpContextACKs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextNACKs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextSNACKs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextNHPs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextCSPs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextCCPs" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextPktsLostPhysical" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, "rohcRtpContextPktsLostPreLink" : { "nodetype" : "member", "module" : "ROHC-RTP-MIB" }, }, # members "description" : """A collection of objects providing ROHC compressor and decompressor statistics.""", }, # group }, # groups "compliances" : { "rohcRtpCompliance" : { "nodetype" : "compliance", "moduleName" : "ROHC-RTP-MIB", "oid" : "1.3.6.1.2.1.114.2.1.1", "status" : "current", "description" : """The compliance statement for SNMP entities that implement the ROHC-RTP-MIB. Note that compliance with this compliance statement requires compliance with the rohcCompliance MODULE-COMPLIANCE statement of the ROHC-MIB and with the ifCompliance3 MODULE-COMPLIANCE statement of the IF-MIB (RFC2863).""", "requires" : { "rohcRtpContextGroup" : { "nodetype" : "mandatory", "module" : "ROHC-RTP-MIB" }, "rohcRtpPacketSizesGroup" : { "nodetype" : "optional", "module" : "ROHC-RTP-MIB", "description" : """A compliant implementation does not have to implement the rohcRtpPacketSizesGroup.""", }, "rohcRtpStatisticsGroup" : { "nodetype" : "optional", "module" : "ROHC-RTP-MIB", "description" : """A compliant implementation does not have to implement the rohcRtpStatisticsGroup.""", }, }, # requires }, # compliance }, # compliances }