Open brchiu opened 3 years ago
Hi @brchiu, I'm not sure what the functional intent would be of having a case
statement with only a description
sub-statement. That case
statement cannot be used to match/validate anything? The RFC is vague about whether a data node identifier must be present under a case
statement but I'm unclear on the use case for this.
@sekur, now I know that it's reasonable to have no data node under this case
statement because it indicates an option of no compression
of compression-format
that do not have any parameters.
@sekur, before you clarify whether a case
statement with only a description
sub-statement is valid or not, could you advice how I can workaround with it temporarily or locally by modifying any specific code excerpt on my side for further processing O-RAN yang modules ? Thank you very much.
o-ran-compression-factors.yang.txt
According to RFC6020, subscription is a valid sub-statement for case statement.
However, it fails when parsing the following excerpt.
Error log is below :