enum RPC_NC_RPC_EDIT_DFLTOP

TA-independent NC_RPC_EDIT_DFLTOP

#include <te_rpc_netconf.h>

enum RPC_NC_RPC_EDIT_DFLTOP {
    RPC_NC_RPC_EDIT_DFLTOP_UNKNOWN,
    RPC_NC_RPC_EDIT_DFLTOP_MERGE,
    RPC_NC_RPC_EDIT_DFLTOP_REPLACE,
    RPC_NC_RPC_EDIT_DFLTOP_NONE,
    RPC_NC_RPC_EDIT_DFLTOP_INVAL,
};