X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap%2Fmsg_e2ap_subscriptiondelete.go;fp=e2ap%2Fpkg%2Fe2ap%2Fmsg_e2ap_subscriptiondelete.go;h=174f00d78c1c1e93980a8489c2eee51f64f07176;hb=52e2f8ec3ebcb9d58fe2b01d70530f2fa44666cb;hp=b6bb179da5b97295de0a87c19672be63a505faba;hpb=272719080aeb0cf4640f1a4594482ba08c11bf3d;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/e2ap/msg_e2ap_subscriptiondelete.go b/e2ap/pkg/e2ap/msg_e2ap_subscriptiondelete.go index b6bb179..174f00d 100644 --- a/e2ap/pkg/e2ap/msg_e2ap_subscriptiondelete.go +++ b/e2ap/pkg/e2ap/msg_e2ap_subscriptiondelete.go @@ -44,3 +44,19 @@ type E2APSubscriptionDeleteFailure struct { Cause CriticalityDiagnostics } + +//----------------------------------------------------------------------------- +// +//----------------------------------------------------------------------------- +type SubscriptionDeleteRequiredList struct { + E2APSubscriptionDeleteRequiredRequests []E2APSubscriptionDeleteRequired +} + +//----------------------------------------------------------------------------- +// +//----------------------------------------------------------------------------- +type E2APSubscriptionDeleteRequired struct { + RequestId + FunctionId + Cause +}