X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;h=26429cec1dab8bd47abbfafe972579c10ec827de;hb=refs%2Fchanges%2F55%2F1055%2F1;hp=dc46e24a16c7523c6b68f4cb23da53fa4d523aac;hpb=eb2ff0d217caf158dd15424bf70f8aa79c3742b1;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index dc46e24..26429ce 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -25,7 +25,7 @@ package rtmgr type XApps struct { - XApplist []XApp + XAppList []XApp } type RouteTable []RouteTableEntry @@ -79,12 +79,12 @@ type PlatformComponents []struct { Port uint16 `json:"port"` } -type RtmgrConfig struct { +type ConfigRtmgr struct { Pcs PlatformComponents `json:"PlatformComponents"` } type RicComponents struct { - Xapps []XApp + XApps []XApp Pcs PlatformComponents }