Hello,
I have some Yang files of a device and need to build a NED on NSO and use this NED with netsim:
ncs-make-package --netconf-ned <path-to yang-files> --build my_device_ned
But I get the below errors during this build:
/root/nso/netsim/confd/src/confd/yang/tailf-cli-extensions.yang:0: error: expected revision '2017-08-23', got '2019-03-18'
Makefile:25: recipe for target 'tailf-common.fxs' failed
make[2]: *** [tailf-common.fxs] Error 1
make[2]: Leaving directory '/root/nso/my_device_ned/netsim'
Makefile:22: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/root/nso/my_device_ned/netsim'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
NSO version: 4.7.5.2
Can you assist me to build the NED ?