X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fyang%2Fo-ran%2Fru-fh%2Fo-ran-laa.yang;h=2f0215722fadd52cc2c723f6655965a4ac91386a;hp=c2c3f25a6508b8400fd535c70d33429a5463a641;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hpb=b8166cdc5294cdee0c717085d659b4a8f0834313 diff --git a/ntsimulator/yang/o-ran/ru-fh/o-ran-laa.yang b/ntsimulator/yang/o-ran/ru-fh/o-ran-laa.yang index c2c3f25..2f02157 100644 --- a/ntsimulator/yang/o-ran/ru-fh/o-ran-laa.yang +++ b/ntsimulator/yang/o-ran/ru-fh/o-ran-laa.yang @@ -5,6 +5,7 @@ module o-ran-laa { import o-ran-module-cap { prefix "mcap"; + revision-date 2019-07-03; } organization "O-RAN Alliance"; @@ -42,6 +43,21 @@ module o-ran-laa { contributors may be used to endorse or promote products derived from this software without specific prior written permission."; + revision "2019-07-03" { + description + "version 1.1.0 + + 1) fixing broken constraints (configuration cannot be dependent on + operational state). This is a backwards incompatible revision. + + As these constraints only apply when the LAA feature is used, and also + when considering the limited number of implementation that need to be + taken into consideration for backwards compatibility, it has been + agreed to NOT increment the namespace integer."; + + reference "ORAN-WG4.M.0-v01.00"; + } + revision "2019-02-04" { description "version 1.0.0 @@ -51,11 +67,11 @@ module o-ran-laa { reference "ORAN-WG4.M.0-v01.00"; } - + grouping laa-configuration { description "Grouping for LAA configuration"; - + leaf number-of-laa-scarriers { type uint8; description "Number of LAA secondary carriers to be supported at O-RU."; @@ -99,7 +115,7 @@ module o-ran-laa { } container laa-config { - must "number-of-laa-scarriers <= /mcap:module-capability/mcap:band-capabilities[mcap:band-number = '46']/mcap:sub-band-info/mcap:number-of-laa-scarriers" { + must "number-of-laa-scarriers <= /mcap:module-capability/mcap:rw-sub-band-info/mcap:rw-number-of-laa-scarriers" { error-message "number of laa secondary carriers must be less than supported number of laa scells."; } presence "indicates LAA configuration";