Fix YANG feature installation.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-ru-fh / config.json
index 1934a03..b007097 100644 (file)
@@ -1,7 +1,11 @@
 {
     "container-rules": {
-        "excluded-modules": [],
-        "excluded-features": []
+        "excluded-modules": [
+            "o-ran-antenna-calibration"
+        ],
+        "excluded-features": [
+            "o-ran-wg4-features:SUPERVISION-WITH-SESSION-ID"
+        ]
     },
 
     "supervisor-rules": {
@@ -12,7 +16,7 @@
             "stdout": "log/netopeer-stdout.log",
             "stderr": "log/netopeer-stderr.log"
         },
-    
+
         "sshd": {
             "path": "/usr/sbin/sshd",
             "args": ["-D"],
@@ -20,7 +24,7 @@
             "stdout": "log/sshd-stdout.log",
             "stderr": "log/sshd-stderr.log"
         },
-    
+
         "ntsim-network-function": {
             "path": "/opt/dev/ntsim-ng/ntsim-ng",
             "args": ["-w/opt/dev/ntsim-ng", "-f"],
@@ -53,7 +57,7 @@
             "o-ran-shared-cell",
             "nts-network-function"
         ],
-        
+
         "default-list-instances": 2,
         "custom-list-instances" : [
             {"/ietf-interfaces:interfaces/interface": 4}
@@ -89,7 +93,7 @@
                 "severity"  : "MAJOR",
                 "date-time" : "$$time$$",
                 "specific-problem" : "Interface Fault",
-                
+
                 "fault-id": "30",
                 "fault-severity" : "MAJOR",
                 "affected-object" : "$$hostname$$",
             }
         ]
     }
-}
\ No newline at end of file
+}