X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pkg%2Frtmgr%2Ftypes.go;fp=pkg%2Frtmgr%2Ftypes.go;h=958ad6d6a5cec1d696cbc6dcbdb59e672b75b545;hb=cb93dbf2fac19dd49332847327b364be27d8bb71;hp=b9c4cd699563e9f432abd2abc577786eaf556db6;hpb=6977ffdf72ad2e7bd5973f695f4b6ebb23630517;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index b9c4cd6..958ad6d 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -92,6 +92,11 @@ type E2TInstance struct { Ranlist []string `json:"ranlist"` } +type E2tIdentity struct { + E2taddress string `json:"e2tAddress"` + Rannames []string `json:"ranNames"` +} + type ConfigRtmgr struct { Pcs PlatformComponents `json:"PlatformComponents"` }