X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran%2Fyang%2Fo-ran-uplane-conf.yang;fp=ntsimulator%2Fyang%2Fo-ran%2Fru-fh%2Fo-ran-uplane-conf.yang;h=82efa4462ea39b188483fbc078a49ed2c2356583;hp=fb6c090e9d825934c40366f53706abc21cea99eb;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020 diff --git a/ntsimulator/yang/o-ran/ru-fh/o-ran-uplane-conf.yang b/ntsimulator/deploy/o-ran/yang/o-ran-uplane-conf.yang similarity index 99% rename from ntsimulator/yang/o-ran/ru-fh/o-ran-uplane-conf.yang rename to ntsimulator/deploy/o-ran/yang/o-ran-uplane-conf.yang index fb6c090..82efa44 100644 --- a/ntsimulator/yang/o-ran/ru-fh/o-ran-uplane-conf.yang +++ b/ntsimulator/deploy/o-ran/yang/o-ran-uplane-conf.yang @@ -1355,9 +1355,7 @@ module o-ran-uplane-conf { } container laa-carrier-configuration { - // [ast] Fix? added relative path - // when "../band-number = 46"; - when "./../band-number = 46"; + when "../band-number = 46"; if-feature mcap:LAA; description "Container to specify LAA feature related carrier configuration."; uses laa-carrier-config; @@ -1487,9 +1485,6 @@ module o-ran-uplane-conf { list capabilities { description "List of capabilities related to this tx-array"; - // [ast] Fix for list without key - key max-supported-frequency-dl; - // [ast] end fix uses mcap:support-for-dl; } } @@ -1525,9 +1520,6 @@ module o-ran-uplane-conf { list capabilities { description "List of capabilities related to this rx-array"; - // [ast] Fix for list without key - key max-supported-frequency-ul; - // [ast] end fix uses mcap:support-for-ul; } }