X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran%2Fyang%2Fo-ran-mplane-int.yang;fp=ntsimulator%2Fyang%2Fo-ran%2Fru-fh%2Fo-ran-mplane-int.yang;h=095c5bf149ef7ace5b2325dc25ddba22c4046ce6;hp=84452cd2197188869504df5156ee24a872653f8d;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020 diff --git a/ntsimulator/yang/o-ran/ru-fh/o-ran-mplane-int.yang b/ntsimulator/deploy/o-ran/yang/o-ran-mplane-int.yang similarity index 97% rename from ntsimulator/yang/o-ran/ru-fh/o-ran-mplane-int.yang rename to ntsimulator/deploy/o-ran/yang/o-ran-mplane-int.yang index 84452cd..095c5bf 100644 --- a/ntsimulator/yang/o-ran/ru-fh/o-ran-mplane-int.yang +++ b/ntsimulator/deploy/o-ran/yang/o-ran-mplane-int.yang @@ -124,7 +124,8 @@ module o-ran-mplane-int { } leaf sub-interface { type leafref { - path "/if:interfaces/if:interface[if:name = current()/../interface-name]/o-ran-int:vlan-id"; + //checkAL added o-ran-mplane-int: before interface-name, as it would not find anything otherwise + path "/if:interfaces/if:interface[if:name = current()/../o-ran-mplane-int:interface-name]/o-ran-int:vlan-id"; } description "vlans used to communicate with management plane servers.";