Commit fc2c32e0 authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Merge branch 'private/dandr-add-atpc-inv' into 'main'

Fix bug maximum-nominal-power missing for atpc

See merge request sdn/mwt/mwt-sdn-plugtests-4-materials!7
parents 3ae85ef6 714fe5e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
                    <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:rtpc/mrl:maximum-nominal-power" />
                    <xsl:copy-of select="mrl:atpc/mrl:maximum-nominal-power" />
                    <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-max-acm" />