Michal Vasko

Results 1481 comments of Michal Vasko

Only NETCONF RPCs (those subscribed to by *netopeer2-server*) are ignored this way, otherwise applications can subscribe and send whatever RPCs they want. And no, you cannot kill a NETCONF session...

I suppose that makes sense. But in cases where this is a problem you may be better of using `push` operational data instead.

Still in Q2 we plan to add some performance tests for both *libyang* version 2 and *sysrepo*. Connected to that should also be some optimizations, depending on how much time...

No, `factory-default` datastore is not supported and cannot be added directly by an application.

To our knowledge no one else is working on this feature and we would definitely appreciate PRs that would add this feature conforming to RFC 8808. Write me and email...

Okay, you will need to clear a few things first. Regarding the data for `urn:o-ran:user-mgmt:1.0`, not sure what relevance they have. Unless you implemented some specific functionality for this module,...

Session is not terminated intentionally. In general, no system/YANG configuration changes affect existing sessions. And if you were still able to perform all the operations, it seems the same logic...

The first time I am seeing this but it seems your `pcre2` library does not know some pattern compilation options used. What `pcre2` version are you using? At least 10.21...

I see, then the only idea I have is that you do not have it compiled with Unicode support. The error is printed after `pcre2_compile()` is called with option `PCRE2_UTF`,...