X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap%2Fe2ap_tests%2Fmsg_e2ap_subscriptiondelete.go;h=012432dfb13f327e686bf79b2d31923a638d9197;hb=HEAD;hp=9eeccff6ef0d131ba8b563653aa1b1d552b1c0f7;hpb=01a4c49324392003717106267c56126275b9058b;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscriptiondelete.go b/e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscriptiondelete.go index 9eeccff..012432d 100644 --- a/e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscriptiondelete.go +++ b/e2ap/pkg/e2ap/e2ap_tests/msg_e2ap_subscriptiondelete.go @@ -39,7 +39,7 @@ func (testCtxt *E2ApTests) E2ApTestMsgSubscriptionDeleteRequest(t *testing.T) { areqenc := e2ap.E2APSubscriptionDeleteRequest{} areqenc.RequestId.Id = 1 - areqenc.RequestId.Seq = 22 + areqenc.RequestId.InstanceId = 22 areqenc.FunctionId = 33 testCtxt.testPrint("pack") @@ -70,7 +70,7 @@ func (testCtxt *E2ApTests) E2ApTestMsgSubscriptionDeleteResponse(t *testing.T) { arespenc := e2ap.E2APSubscriptionDeleteResponse{} arespenc.RequestId.Id = 1 - arespenc.RequestId.Seq = 22 + arespenc.RequestId.InstanceId = 22 arespenc.FunctionId = 33 testCtxt.testPrint("pack") @@ -101,10 +101,10 @@ func (testCtxt *E2ApTests) E2ApTestMsgSubscriptionDeleteFailure(t *testing.T) { afailenc := e2ap.E2APSubscriptionDeleteFailure{} afailenc.RequestId.Id = 1 - afailenc.RequestId.Seq = 22 + afailenc.RequestId.InstanceId = 22 afailenc.FunctionId = 33 afailenc.Cause.Content = 1 - afailenc.Cause.CauseVal = 1 + afailenc.Cause.Value = 1 // NOT SUPPORTED CURRENTLY // afailenc.CriticalityDiagnostics.Present = false // afailenc.CriticalityDiagnostics.ProcCodePresent = true