In order to work with our ACS, we do need to export current XML datamodel and imported it in our ACS. 

As far we see, we can't find anywhere the correct structure that will provide XML template as below:


<parameters>
      <parameter>
        <parameterName>Device</parameterName>
        <parameterType>object</parameterType>
        <array>false</array>
        <parameters>
          <parameter>
            <parameterName>GatewayInfo</parameterName>
            <parameterType>object</parameterType>
            <array>false</array>
            <parameters>
              <parameter>

In call cases we miss usually the parameter configuration. 

Is this something that we could find somewhere?

  • No labels

2 Comments

  1. Hi Thiago W Kleinke ,

    RDKB code has only mapper file . This mapper file contains the internal data model parameters supported by all CCSP components and their corresponding external cloud names. The internal CCSP Data model is based on TR-181.

    Currently RDKB code doesn't have any consolidated tr069 xml file other than this mapping file with more information like type , access details , values.

    The tr069 mapper file that are available in RDKB code  is ccsp_tr069_pa_mapper.xml https://code.rdkcentral.com/r/plugins/gitiles/rdkb/components/opensource/ccsp/CcspTr069Pa/+/rdk-next/source-embedded/Ssp/ccsp_tr069_pa_mapper.xml

    Repo : git clone https://code.rdkcentral.com/r/rdkb/components/opensource/ccsp/CcspTr069Pa

    Regards,
    Priyankaa KVB

    1. Thanks Priyankaa K V B . I will review with our team what we could do in this case.