could you please add support for oc.SystemGrpc_GRPC_SERVICE_GNOI in https://github.com/openconfig/ondatra/blob/main/gnmi/oc/enum.go#L10416
example:
Services: []oc.E_SystemGrpc_GRPC_SERVICE{
oc.SystemGrpc_GRPC_SERVICE_GNMI,
oc.SystemGrpc_GRPC_SERVICE_GNOI, // <-- undefined error here
},
I verified the enum definitions in the enum.go file, and the GNOI constant is not defined.