RICPLT-2988 Unittest timing issues during retransmission case
[ric-plt/submgr.git] / pkg / control / types.go
index 2a4e9d5..febd41a 100644 (file)
@@ -24,3 +24,16 @@ type RmrDatagram struct {
        SubscriptionId uint16
        Payload        []byte
 }
+
+type SubRouteInfo struct {
+       Command Action
+       Address string
+       Port    uint16
+       SubID   uint16
+}
+
+type RmrEndpoint struct {
+       Addr string // xapp addr
+       Port uint16 // xapp port
+}
+type Action int