<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:52:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[YANGTOOLS-36] Add util support for Identity</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-36</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;(1) It would be good to have in org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition&lt;br/&gt;
to have a method that returns the IdentitySchemaNode, not just the name&lt;/p&gt;

&lt;p&gt;(2) it would be good to have in IdentitySchemaNode a method that lets me get all the derived identities.&lt;br/&gt;
I need this since the identityRef references the base but I have no links down the identity tree.&lt;/p&gt;

&lt;p&gt;for example in this Yang, I would be able to start at hashFunctionLeaf and&lt;br/&gt;
getIdentityNode() to get the IdentitySchemaNode.&lt;br/&gt;
From the base IdentitySchemaNode I can then recursively call getDerivedIdentities() to get BOB, IPSX and CRC and then from CRC to get CRC-Big and CRC_Small.&lt;/p&gt;

&lt;p&gt;      leaf hashFunctionLeaf {&lt;br/&gt;
        type identityref &lt;/p&gt;
{
          base &quot;hashFunction&quot;;
        }


&lt;p&gt;    identity hashFunction {&lt;br/&gt;
    }&lt;br/&gt;
    identity BOB &lt;/p&gt;
{
      base &quot;hashFunction&quot;;
    }&lt;br/&gt;
    identity IPSX {      base &quot;hashFunction&quot;;    }
&lt;p&gt;    identity CRC &lt;/p&gt;
{
      base &quot;hashFunction&quot;;
    }
&lt;p&gt;    identity CRC_big &lt;/p&gt;
{
      base &quot;CRC&quot;;
    }&lt;br/&gt;
    identity CRC_small {      base &quot;CRC&quot;;    }

&lt;p&gt;If this is already possible then please let me know how to do it&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="22456">YANGTOOLS-36</key>
            <summary>Add util support for Identity</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="chrhartl@cisco.com">Christopher Hartley</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Oct 2013 06:17:41 +0000</created>
                <updated>Sun, 10 Apr 2022 18:34:53 +0000</updated>
                            <resolved>Mon, 14 Oct 2013 11:42:07 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="42553" author="mvitez@cisco.com" created="Wed, 9 Oct 2013 11:49:40 +0000"  >&lt;p&gt;Fixed for binding-generator 0.6.0-SNAPSHOT, yang 0.5.9-SNAPSHOT.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/1747/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/1747/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42554" author="mvitez@cisco.com" created="Wed, 9 Oct 2013 11:52:13 +0000"  >&lt;p&gt;Marked as RESOLVED by mistake, moving back to CONFIRMED state.&lt;/p&gt;</comment>
                            <comment id="42555" author="mvitez@cisco.com" created="Thu, 10 Oct 2013 10:54:33 +0000"  >&lt;p&gt;Implemented in binding-generator 0.6.0-SNAPSHOT, yang 0.5.9-SNAPSHOT.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/1778/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/1778/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to reopen if you have any thoughts on this issue.&lt;/p&gt;</comment>
                            <comment id="42556" author="chrhartl@cisco.com" created="Fri, 11 Oct 2013 00:30:26 +0000"  >&lt;p&gt;Thanks very much for this. Works really well.&lt;/p&gt;</comment>
                            <comment id="42557" author="mvitez@cisco.com" created="Fri, 11 Oct 2013 07:31:29 +0000"  >&lt;p&gt;Unfortunatelly, we have to temporary revert some code because of problem in build. This also include this enhancement. It will be available back again during today.&lt;/p&gt;</comment>
                            <comment id="42558" author="mvitez@cisco.com" created="Mon, 14 Oct 2013 11:42:07 +0000"  >&lt;p&gt;Fixed in yang parser version 0.5.9-SNAPSHOT.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/1865/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/1865/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>102</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=102]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i024qv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>