X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftypes.go;h=febd41a2a3422790e4c861e90222a47f78d01e2d;hb=47b842bf6afc45313a0edadc78f87bff06ddf2b4;hp=83312d8b36d1e909b9de858f1f057527073a62ca;hpb=bf2f4122f6bf89fc572f6c4cad5f0c4108a996e0;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/types.go b/pkg/control/types.go index 83312d8..febd41a 100644 --- a/pkg/control/types.go +++ b/pkg/control/types.go @@ -32,4 +32,8 @@ type SubRouteInfo struct { SubID uint16 } +type RmrEndpoint struct { + Addr string // xapp addr + Port uint16 // xapp port +} type Action int