X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;h=5ad23e0c630dbe6e56081a2b06aceee68dbb1ca4;hb=a8596ec6db91b8a45a1a21421a726b9b05ce7d48;hp=9674a5d70ee8fbd4e7a29afae678b07a7e52fd6e;hpb=761934a3d9f7a1426d1e14e34fb9a4c16599a237;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index 9674a5d..5ad23e0 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -49,6 +49,7 @@ type Endpoint struct { Port uint16 TxMessages []string RxMessages []string + Policies []int32 Socket interface{} IsReady bool Keepalive bool @@ -75,6 +76,7 @@ type XAppInstance struct { Port uint16 `json:"port"` TxMessages []string `json:"txMessages"` RxMessages []string `json:"rxMessages"` + Policies []int32 `json:"policies"` } type PlatformComponents []struct {