enum RPC_NC_RPC_EDIT_TESTOPT

TA-independent NC_RPC_EDIT_TESTOPT

#include <te_rpc_netconf.h>

enum RPC_NC_RPC_EDIT_TESTOPT {
    RPC_NC_RPC_EDIT_TESTOPT_UNKNOWN,
    RPC_NC_RPC_EDIT_TESTOPT_TESTSET,
    RPC_NC_RPC_EDIT_TESTOPT_SET,
    RPC_NC_RPC_EDIT_TESTOPT_TEST,
    RPC_NC_RPC_EDIT_TESTOPT_INVAL,
};