MEID tableupdated incrementally rather than full update
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index 9378656..91a8aeb 100644 (file)
@@ -99,6 +99,7 @@ type ConfigRtmgr struct {
 type RicComponents struct {
        XApps []XApp
        E2Ts  map [string]E2TInstance
+       MeidMap  []string
        Pcs   PlatformComponents
 }