Commit 641a46e5 authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Update scripts/inventory/INV_CARRIER_01/CT_transform.xsl

parent 4c5fb103
Loading
Loading
Loading
Loading
+13 −1
Original line number Original line Diff line number Diff line
@@ -9,16 +9,28 @@
                <interface>
                <interface>
                    <xsl:copy-of select="if:name" />
                    <xsl:copy-of select="if:name" />
                    <xsl:copy-of select="if:type" />
                    <xsl:copy-of select="if:type" />
                    <xsl:copy-of select="mrl:carrier-id" />
                    <xsl:copy-of select="mrl:tx-enabled" />
                    <xsl:copy-of select="mrl:tx-enabled" />
                    <xsl:copy-of select="mrl:tx-oper-status" />
                    <xsl:copy-of select="mrl:tx-frequency" />
                    <xsl:copy-of select="mrl:tx-frequency" />
                    <xsl:copy-of select="mrl:duplex-distance" />
                    <xsl:copy-of select="mrl:duplex-distance" />
                    <xsl:copy-of select="mrl:rx-frequency" />
                    <xsl:copy-of select="mrl:channel-separation" />
                    <xsl:copy-of select="mrl:channel-separation" />
                    <!-- get what is inside a child attribute (ex: mrl:maximum-nominal-power is inside mrl:rtpc -->
                    <xsl:copy-of select="mrl:actual-transmitted-level" />
                    <xsl:copy-of select="mrl:actual-received-level" />
                    <xsl:copy-of select="mrl:actual-snir" />
                    <!--  get what is inside a child attribute (ex: mrl:maximum-nominal-power is inside mrl:rtpc)  -->
                    <xsl:copy-of select="mrl:rtpc/mrl:maximum-nominal-power" />
                    <xsl:copy-of select="mrl:rtpc/mrl:maximum-nominal-power" />
                    <xsl:copy-of select="mrl:atpc/mrl:maximum-nominal-power" />
                    <xsl:copy-of select="mrl:atpc/mrl:maximum-nominal-power" />
                    <xsl:copy-of select="mrl:atpc/mrl:atpc-lower-threshold" />
                    <xsl:copy-of select="mrl:atpc/mrl:atpc-upper-threshold" />
                    <xsl:copy-of select="mrl:single/mrl:selected-cm" />
                    <xsl:copy-of select="mrl:single/mrl:selected-cm" />
                    <xsl:copy-of select="mrl:adaptive/mrl:selected-min-acm" />
                    <xsl:copy-of select="mrl:adaptive/mrl:selected-min-acm" />
                    <xsl:copy-of select="mrl:adaptive/mrl:selected-max-acm" />
                    <xsl:copy-of select="mrl:adaptive/mrl:selected-max-acm" />
                    <xsl:copy-of select="mrl:capabilities/mrl:available-min-acm" />
                    <xsl:copy-of select="mrl:capabilities/mrl:available-max-acm" />
                    <xsl:copy-of select="mrl:actual-tx-cm" />
                    <xsl:copy-of select="mrl:actual-rx-frequency" />
                </interface>
                </interface>
            </xsl:for-each>
            </xsl:for-each>
        </interfaces>
        </interfaces>