RICPLT-2988 Unittest timing issues during retransmission case
[ric-plt/submgr.git] / pkg / control / types.go
index 3a9587f..febd41a 100644 (file)
 
 package control
 
-import (
-       "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp"
-)
-
 type RmrDatagram struct {
        MessageType    int
        SubscriptionId uint16
@@ -36,15 +32,8 @@ type SubRouteInfo struct {
        SubID   uint16
 }
 
-type Action int
-
-type TransactionKey struct {
-       SubID     uint16
-       transType Action
-}
-
-type Transaction struct {
-       XappInstanceAddress string
-       XappPort            uint16
-       OrigParams          *xapp.RMRParams
+type RmrEndpoint struct {
+       Addr string // xapp addr
+       Port uint16 // xapp port
 }
+type Action int