Refactor folder structure.
[sim/o1-interface.git] / ntsimulator / deploy / x-ran / edit-config-after-download.xml
diff --git a/ntsimulator/deploy/x-ran/edit-config-after-download.xml b/ntsimulator/deploy/x-ran/edit-config-after-download.xml
new file mode 100644 (file)
index 0000000..7613d58
--- /dev/null
@@ -0,0 +1,55 @@
+<edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+  <target>
+    <running/>
+  </target>
+  <config>
+  <software-inventory xmlns="urn:xran:software-management:1.0" xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="replace">
+  <software-slot>
+    <name>Slot1</name>
+    <status>VALID</status>
+    <active>true</active>
+    <running>true</running>
+    <access>READ_ONLY</access>
+    <vendor-code>SA</vendor-code>
+    <build-id>2020-01-23T14:04:23</build-id>
+    <build-name>SAMSUNG-XRAN-FH-2349-5645-32</build-name>
+    <build-version>19.7.123</build-version>
+    <files>
+      <name>manifest-v1.0.1.cfg</name>
+      <version>2349-5645-32</version>
+      <local-path>/home/system/slot1</local-path>
+      <integrity>OK</integrity>
+    </files>
+    <files>
+      <name>image-v1.0.1.swm</name>
+      <version>2349-5645-32</version>
+      <local-path>/home/system/slot1</local-path>
+      <integrity>OK</integrity>
+    </files>
+  </software-slot>
+  <software-slot>
+    <name>Slot2</name>
+    <status>VALID</status>
+    <active>false</active>
+    <running>false</running>
+    <access>READ_WRITE</access>
+    <vendor-code>SA</vendor-code>
+    <build-id>2020-02-05T09:02:33</build-id>
+    <build-name>SAMSUNG-XRAN-FH-2349-5790-44</build-name>
+    <build-version>19.7.123</build-version>
+    <files>
+      <name>manifest-v1.0.2.cfg</name>
+      <version>2349-5790-44</version>
+      <local-path>/home/system/slot2</local-path>
+      <integrity>OK</integrity>
+    </files>
+    <files>
+      <name>image-v1.0.2.swm</name>
+      <version>2349-5790-44</version>
+      <local-path>/home/system/slot2</local-path>
+      <integrity>OK</integrity>
+    </files>
+  </software-slot>
+</software-inventory> 
+  </config>
+</edit-config>
\ No newline at end of file