X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fsdl_test.go;h=9e27ebc895281eb661f9dbd599eafdc41300ac70;hb=4c626a2869ab103ac837910518f8e71cb0541b27;hp=9198e5c567ec4ec5befafd3334caa8fd03258556;hpb=4abf18056b1674fb284c4d7d753c35a3ddab37e4;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/sdl_test.go b/pkg/control/sdl_test.go index 9198e5c..9e27ebc 100644 --- a/pkg/control/sdl_test.go +++ b/pkg/control/sdl_test.go @@ -91,7 +91,7 @@ func GetSubscription(t *testing.T, e2SubId uint32, responseType int, srcEndPoint params.Meid = &meid // Create xApp transaction - trans := mainCtrl.c.tracker.NewXappTransaction(xapp.NewRmrEndpoint(params.Src), params.Xid, subReqParams.Req.RequestId.InstanceId, params.Meid) + trans := mainCtrl.c.tracker.NewXappTransaction(xapp.NewRmrEndpoint(params.Src), params.Xid, subReqParams.Req.RequestId, params.Meid) if trans == nil { t.Errorf("TEST: %s", idstring(fmt.Errorf("transaction not created"), params)) return nil