Rewrite NTS Framework.
[sim/o1-interface.git] / 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;
       }
     }