pekseow
pekseow
@michalvasko I would appreciate some guidance/help on this issue. Thank you.
Thank you for the links. I am familiar with the Schema Mount specification and have seen the brief description in _libyang_ about schema-mount. I will have a look at tests...
Hi @michalvasko, I have follow up questions after reviewing the tests and libnetconf2 code. I have schema mount configured on the Netconf Server: ``` o-ran-aggregation-base operations-root true ``` It seems...
Hi Michal, Thank you for the correction, I was referring to RFC 8528 (Schema Mount). In our use-case scenarios, we would like to support multiple RU vendors with different supported...
Hi Michal, You summarize the problem well :) Unfortunately, we need to support schema-mount in our product and therefore, the reason for this ticket. One point I like to clarify,...
Hi Michal, I am fairly new to using libnetconf2 so I appreciate your patience. For my use-cases, I would like to be able to perform the following operations on the...
> You can do all of that, in general, with the limitation of having the same YANG context (mounted set of YANG modules) for every `mount-point` (because you cannot identify...
@michalvasko Could you confirm that my understanding is correct? i.e. libyang/libnetconf2 would provide enhancement to support loading of mounted modules to the specific mounted context.
Perhaps you could propose a temporary workaround or short-term solution? And have a bit more time to decide on the long-term solution? For example, I could (as a temporary solution)...
Sounds reasonable to me. One question, would it be a problem if the mount points support different version of YANG modules? I would be happy to test out the updated...