Refactor folder structure.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran / ru-fh / edit-config-after-activate.xml
diff --git a/ntsimulator/deploy/o-ran/ru-fh/edit-config-after-activate.xml b/ntsimulator/deploy/o-ran/ru-fh/edit-config-after-activate.xml
new file mode 100644 (file)
index 0000000..c96e741
--- /dev/null
@@ -0,0 +1,21 @@
+<edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+  <target>
+    <running/>
+  </target>
+  <config>
+    <software-inventory xmlns="urn:o-ran:software-management:1.0" xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="merge">
+  <software-slot>
+    <name>Slot1</name>
+    <active>false</active>
+    <running>false</running>
+    <access>READ_WRITE</access>
+  </software-slot>
+  <software-slot>
+    <name>Slot2</name>
+    <active>true</active>
+    <running>true</running>
+    <access>READ_ONLY</access>
+  </software-slot>
+</software-inventory>
+  </config>
+</edit-config>
\ No newline at end of file