X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap%2Fe2ap_tests%2Fmsg_e2ap_subscriptiondelete.go;fp=e2ap%2Fpkg%2Fe2ap%2Fe2ap_tests%2Fmsg_e2ap_subscriptiondelete.go;h=012432dfb13f327e686bf79b2d31923a638d9197;hb=aada64566a3a77cf9a20a98f9ddd7cd6f37529ae;hp=eae103e57320c1a9ca2cdc91fb4e70c2db444363;hpb=7348625b9ef03d41dd5a0ca0f6c508376259717e;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 eae103e..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,7 +101,7 @@ 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.Value = 1