Updated xapp-frame to 0.4.18. Updated rmr to 4.1.2.
[ric-plt/submgr.git] / pkg / control / tracker.go
index 0879a4f..46971d9 100644 (file)
@@ -21,7 +21,6 @@ package control
 
 import (
        "fmt"
-       "gerrit.o-ran-sc.org/r/ric-plt/submgr/pkg/xapptweaks"
        "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp"
        "sync"
 )
@@ -57,7 +56,7 @@ func (t *Tracker) NewSubsTransaction(subs *Subscription) *TransactionSubs {
 }
 
 func (t *Tracker) NewXappTransaction(
-       endpoint *xapptweaks.RmrEndpoint,
+       endpoint *xapp.RmrEndpoint,
        xid string,
        subid uint32,
        meid *xapp.RMRMeid) *TransactionXapp {