VsDataContainer.yang installation error

Description

 

I wanted to download and install all CU-DU yang model. But I am getting error while install VsDataContainer.yang model. Can you please let me know what is the issue?

 

module VsDataContainer {

    namespace "urn:3gpp:tsg:sa5:nrm::VsDataContainer";

    prefix "vsData";

    import Top { prefix top; revision-date "2018-07-31"; }

    import nrm-types-3gpp { prefix nrm-type; revision-date "2018-07-31"; }

 

    revision 2018-12-18 {

        description "Initial revision";

    }

    grouping VsDataContainer {

               uses top:Top;

                              leaf id {

            mandatory "true";

            config "false";

            description "derived from top_";

            type nrm-type:t_dn;

        }

        leaf vsDataType {

              mandatory "true";

              config "true";

              description "";

              type string;

          }

        leaf vsDataFormatVersion {

              mandatory "true";

              config "false";

              description "";

              type string;

          }

        anydata vsData;

        list vsDataContainer {

            min-elements "0";

               uses VsDataContainer;

        }

 

      }

}

 

Error while installing:

[ERR]: Failed to resolve uses "vsDataContainer". (path: /VsDataContainer:{grouping}[VsDataContainer]/vsDataContainer/vsDataContainer)

[ERR]: Module "VsDataContainer" parsing failed.

sysrepoctl error: Failed to install module "/usr/local/cuduyang/VsDataContainer.yang" (libyang error)

Activity

Show:

Martin Skorupski June 13, 2020 at 12:04 PM

Yang model discussion will continue in O-RAN Alliance WG1 TG  Model. O-RAN members please join calls on Fridays. -> DONE.

Sebastian Seidl January 30, 2020 at 9:09 AM

Hi thanks for your findings. We are currently working on exactly these things. The problem is, we can't fix these errors by ourselfs, since these are problems in the 3GPP spec, which like said, can only be fixed by 3GPP. We gather all problems we find, (including the above) and will inform 3GPP, so they can fix them.

Martin Skorupski January 29, 2020 at 9:15 AM

I doubt that it will be soon. Only 3GPP is allowed to publish their files and modify them. 

 

Mohammad Asif January 29, 2020 at 8:39 AM

Hi ,

 

Are you fixing this issue? Can we have it anytime soon?

Done

Details

Assignee

Reporter

Priority

Created December 19, 2019 at 12:21 PM
Updated June 13, 2020 at 12:04 PM
Resolved June 13, 2020 at 12:04 PM