Refactor folder structure.
[sim/o1-interface.git] / ntsimulator / deploy / x-ran / edit-config-after-download.xml
1 <edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2   <target>
3     <running/>
4   </target>
5   <config>
6   <software-inventory xmlns="urn:xran:software-management:1.0" xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="replace">
7   <software-slot>
8     <name>Slot1</name>
9     <status>VALID</status>
10     <active>true</active>
11     <running>true</running>
12     <access>READ_ONLY</access>
13     <vendor-code>SA</vendor-code>
14     <build-id>2020-01-23T14:04:23</build-id>
15     <build-name>SAMSUNG-XRAN-FH-2349-5645-32</build-name>
16     <build-version>19.7.123</build-version>
17     <files>
18       <name>manifest-v1.0.1.cfg</name>
19       <version>2349-5645-32</version>
20       <local-path>/home/system/slot1</local-path>
21       <integrity>OK</integrity>
22     </files>
23     <files>
24       <name>image-v1.0.1.swm</name>
25       <version>2349-5645-32</version>
26       <local-path>/home/system/slot1</local-path>
27       <integrity>OK</integrity>
28     </files>
29   </software-slot>
30   <software-slot>
31     <name>Slot2</name>
32     <status>VALID</status>
33     <active>false</active>
34     <running>false</running>
35     <access>READ_WRITE</access>
36     <vendor-code>SA</vendor-code>
37     <build-id>2020-02-05T09:02:33</build-id>
38     <build-name>SAMSUNG-XRAN-FH-2349-5790-44</build-name>
39     <build-version>19.7.123</build-version>
40     <files>
41       <name>manifest-v1.0.2.cfg</name>
42       <version>2349-5790-44</version>
43       <local-path>/home/system/slot2</local-path>
44       <integrity>OK</integrity>
45     </files>
46     <files>
47       <name>image-v1.0.2.swm</name>
48       <version>2349-5790-44</version>
49       <local-path>/home/system/slot2</local-path>
50       <integrity>OK</integrity>
51     </files>
52   </software-slot>
53 </software-inventory> 
54   </config>
55 </edit-config>