RICPLT-2988 Unittest timing issues during retransmission case
[ric-plt/submgr.git] / pkg / control / types.go
index 83312d8..febd41a 100644 (file)
@@ -32,4 +32,8 @@ type SubRouteInfo struct {
        SubID   uint16
 }
 
+type RmrEndpoint struct {
+       Addr string // xapp addr
+       Port uint16 // xapp port
+}
 type Action int