yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
NMDA Support

NMDA protcol oprtations for NETCONF. More...

Collaboration diagram for NMDA Support:

Functions

status_t agt_nmda_init (void)
 Initialize the NMDA modules. More...
 
status_t agt_nmda_init2 (void)
 NMDA init phase 2. More...
 
void agt_nmda_cleanup (void)
 Cleanup the NMDA Module. More...
 
boolean agt_nmda_test_filters (xml_msg_hdr_t *mhdr, val_value_t *node)
 NMDA check pre-condition filters. More...
 
status_t y_ietf_netconf_nmda_init (const xmlChar *modname, const xmlChar *revision)
 Phase 1 module init. More...
 
status_t y_ietf_netconf_nmda_init2 (void)
 Phase 2 initialization. More...
 
void y_ietf_netconf_nmda_cleanup (void)
 cleanup the server instrumentation library More...
 

Detailed Description

NMDA protcol oprtations for NETCONF.

Supports <get-data> operation.

Function Documentation

◆ agt_nmda_cleanup()

void agt_nmda_cleanup ( void  )

Cleanup the NMDA Module.

Called by the server during shutdown.

Here is the call graph for this function:

◆ agt_nmda_init()

status_t agt_nmda_init ( void  )

Initialize the NMDA modules.

Called after the CLI parameters are set and before any load-config

Returns
status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_nmda_init2()

status_t agt_nmda_init2 ( void  )

NMDA init phase 2.

Returns
status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_nmda_test_filters()

boolean agt_nmda_test_filters ( xml_msg_hdr_t mhdr,
val_value_t node 
)

NMDA check pre-condition filters.

Parameters
mhdrXML header from rpc_msg_t in progress
nodevalue node to check
Returns
TRUE to print this node; FALSE to skip
Here is the call graph for this function:

◆ y_ietf_netconf_nmda_cleanup()

void y_ietf_netconf_nmda_cleanup ( void  )

cleanup the server instrumentation library

Called by the server during shutdown.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ y_ietf_netconf_nmda_init()

status_t y_ietf_netconf_nmda_init ( const xmlChar *  modname,
const xmlChar *  revision 
)

Phase 1 module init.

Initialize the ietf-netconf-nmda server instrumentation library

Parameters
modnamerequested module name
revisionrequested version (NULL for any)
Returns
error status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ y_ietf_netconf_nmda_init2()

status_t y_ietf_netconf_nmda_init2 ( void  )

Phase 2 initialization.

SIL init phase 2: non-config data structures. Called after running config is loaded

Returns
error status
Here is the caller graph for this function: