Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I am using the "ncs-make-package --netconf-ned" method of NED generation with the vendor specific YANG models. When we use this mechanism we have noticed that the platform information is not populated as it is with the purchased NEDs.admin@ncs...
This has to do with ncsc compile errors characters in “pattern” statements in the YANG modules. I am encountering this issue under NSO 5.7.1.1. Here is an example error message:Warning: yang/coriant-common@2021-01-20.yang:237:29: warning: illegal c...
Hello,I have been building a new version of our Infinera G30 NETCONF NED and struggling through a whole new set of issues, but would like help on one specific to a get of "live-status" and instance-identifier types. We are using NSO version 5.7.2.1....
Started to compile another device last night and ran into a bunch of the following errors:error: The 'when' expression must have a tailf:dependency.Here are a couple of examples of YANG snippets causing the errors: leaf fec-type {
when "(an...
Greetings, I have a device that has defined within their YANG an leaf element as follows: leaf AlarmDeclDateAndTime{
type yang:date-and-time;
description "Alarm declaration date and time in the format YY-MM-DD-HH-MM-SS.";
}During the initial ...