X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=control%2FrcTypes.go;h=4ce92e30742a444415445d2bfdd920e867173b91;hb=refs%2Fchanges%2F51%2F11051%2F9;hp=e558d025fd38c0e8ae420e9eaf9aa4664f577d23;hpb=960885a60feb1ef3f9f654c7f4caf73f7a25dc4a;p=ric-app%2Frc.git diff --git a/control/rcTypes.go b/control/rcTypes.go index e558d02..4ce92e3 100644 --- a/control/rcTypes.go +++ b/control/rcTypes.go @@ -89,3 +89,15 @@ type ControlOutcomeMsg struct { ControlOutcomeType int32 ControlOutcome interface{} } + +type ControlFailureMsg struct { + RequestID int32 + InstanceId int32 + FuncID int32 + CallProcessID []byte + CallProcessIDLength int32 + CauseType int32 + CauseValue int64 + ControlOutcome []byte + ControlOutcomeLength int32 +}