Skip to content

Generate local data model for TR-471

Andrii Pypa requested to merge bt/bbf:generate_dm_tr471 into tr471

With TR-471 support being introduced, it is not considered by Data Model generation script, resulting in IPLayerCapacityMetrics object being empty in the HDM files. It can be seen in the latest run_tools_test jobs, e.g. https://dev.iopsys.eu/iopsys/bbf/-/jobs/251493

                  </parameter>
                  <parameter>
                    <parameterName>IPLayerCapacityMetrics</parameterName>
                    <parameterType>object</parameterType>
                    <array>false</array>
                    <parameters/>
                  </parameter>
                  <parameter>
    <object name="Device.IP.Diagnostics.IPLayerCapacityMetrics." access="readOnly" minEntries="0" maxEntries="20">
      <description>This object defines the diagnostics configuration for a IP Layer Capacity test. IP Layer Capacity measurement is specified in {{bibref|TR-471}}. Files received in the IP Layer Capacity test do not require file storage on the CPE device.</description>
    </object>

Because generation script considers TR143 files only (where IPLayerCapacityMetrics is declared) - child objects and parameters (which are defined in TR471) are missing.

Merge request reports