First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / du-simulator / resources / config / o-ran-sc-du-hello-world-operational.xml
1 <network-function xmlns="urn:o-ran-sc:yang:o-ran-sc-du-hello-world">
2 {{ range $i, $ru := .du.rus }}
3     <du-to-ru-connection>
4       <name>{{ $ru.name }}</name>
5       <administrative-state>{{ $ru.administrativeState }}</administrative-state>
6       <operational-state>{{ $ru.operationalState }}</operational-state>
7       <status>{{ $ru.status }}</status>
8     </du-to-ru-connection>
9 {{ end }}
10   </network-function>