I have created a TCP connection and passed the socket details in maapi_netconf_ssh_call_home(sockfd, &host, port).
After the TCP connection is established, I receive a call home on netconf client. But after the call home is received, there is no data reply which comes from the netconf server.
When I run confd_cmd utility, then the proper reply is received.
But when implementing it in application, it does not give reply