X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;fp=pkg%2Frtmgr%2Ftypes.go;h=91a8aebcb796739f45336309a77e8390666c2790;hb=51db0122302c9d72e1de6f8a8e250d219b8b44d8;hp=9378656100997598ca27017285682f28a5427bd5;hpb=6d20904a90698db2578b6af09e4bc52241f0a1d5;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index 9378656..91a8aeb 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -99,6 +99,7 @@ type ConfigRtmgr struct { type RicComponents struct { XApps []XApp E2Ts map [string]E2TInstance + MeidMap []string Pcs PlatformComponents }