Refactor folder structure.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran / ru-fh / edit-config-after-activate.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:o-ran:software-management:1.0" xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="merge">
7   <software-slot>
8     <name>Slot1</name>
9     <active>false</active>
10     <running>false</running>
11     <access>READ_WRITE</access>
12   </software-slot>
13   <software-slot>
14     <name>Slot2</name>
15     <active>true</active>
16     <running>true</running>
17     <access>READ_ONLY</access>
18   </software-slot>
19 </software-inventory>
20   </config>
21 </edit-config>