739d57d9dc8b118ffec634f1ff27f4255cd678aa
[it/dep.git] / smo-install / oran_oom / du-simulator / resources / config / o-ran-sc-du-hello-world-running.xml
1 <network-function xmlns="urn:o-ran-sc:yang:o-ran-sc-du-hello-world">
2 {{ range $ru := .du.rus }}
3
4     <du-to-ru-connection>
5       <name>{{ $ru.name }}</name>
6       <administrative-state>{{ $ru.administrativeState }}</administrative-state>
7     </du-to-ru-connection>
8 {{ end }}
9
10 </network-function>