chendrashekar pabbaraju

Results 7 comments of chendrashekar pabbaraju

```C const struct lys_module *ly_mod = NULL; LY_ERR lyrc; struct lyd_node *tree, *node; struct ly_set *set; char config_xpath[255]={0}; struct ly_set *set = NULL; sprintf(config_xpath,"/o-ran-usermgmt:users/user[name='%s']/enabled",session->username); ly_mod = ly_ctx_get_module_latest(server_opts.ctx, "o-ran-usermgmt"); if (!ly_mod){...

Hi @michalvasko , facing same issue, could you please help me with this.

Hi @michalvasko , as per leaf description , this ```yang container reconnect-strategy { "The reconnection strategy directs how a NETCONF server reconnects to a NETCONF client, after discovering its connection...

Hi @michalvasko , yes for parameter `max-call-home-attempts` , will it applicable for 1st time connecting to client also or after there is any connection then only this `max-call-home-attempts` works? because...

Hi @michalvasko, sorry for the wrong one , I am setting `max-attempts` from `ietf-netconf-server` yang only (netopeer2-version 2.0.35)

Hi @michalvasko , I have tried with new version still the behavior is same attaching the log for reference. **netopeer2-server -d -v 3:** ``` [INF]: SR: Triggering "ietf-netconf-acm" "done" event...

Hi @saraaibak , Just max-call-home-attempts was working as expected & for re-call-home-no-ssh-timer we did some changes in the libraries