siprab
siprab
could you please suggest, how to disable this incase of library and headers are not available. By commenting this package in CMakeLists.txt, gives below error: netconf/libnetconf2/src/session_server_ssh.c:30:31: fatal error: security/pam_appl.h: No...
Hi Michal, We have a leaf-list node of type string which we have deviated to accept only specific string as its value using pattern. So when doing edit-config for that...
Hi Michal, attached the yang files, deviation statement is present in "deviation_du_modify.yang" and the edit-config data is as below: ` 1 1_cm https://10.20.30.40:9993/eventListener/v7/ xyz ` [yang_files.zip](https://github.com/user-attachments/files/19940112/yang_files.zip) Thanks
Hi Michal, below is the current data on the server: ``` > get --filter-xpath /_3gpp-common-managed-element:ManagedElement[id]/NtfSubscriptionControl[id] DATA 1 1_cm [https://10.20.30.40:9993/eventListener/v7/](https://10.20.30.40:9993/eventListener/v7/%3C/notificationRecipientAddress%3E) notifyMOIChanges 1 600 ``` Thanks
Hi Michal, Are you suggesting to upgrade libyang on server side?
Hi Michal, our server uses the 3rd party code, can anything be done at client to send the subscription RPC with xml prefix for 'type' attribute? the current RPC which...