X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsdl%2Ftypes.go;fp=pkg%2Fsdl%2Ftypes.go;h=821f8e5dd8f59bf0c1d4fffb4e00b9d702a007eb;hb=51db0122302c9d72e1de6f8a8e250d219b8b44d8;hp=f4a9125c44c3045a3e63af285744161f358319e2;hpb=6d20904a90698db2578b6af09e4bc52241f0a1d5;p=ric-plt%2Frtmgr.git diff --git a/pkg/sdl/types.go b/pkg/sdl/types.go index f4a9125..821f8e5 100644 --- a/pkg/sdl/types.go +++ b/pkg/sdl/types.go @@ -45,7 +45,7 @@ type Engine interface { ReadAll(string) (*rtmgr.RicComponents, error) WriteAll(string, *rtmgr.RicComponents) error WriteXApps(string, *[]rtmgr.XApp) error - WriteNewE2TInstance(string, *rtmgr.E2TInstance) error + WriteNewE2TInstance(string, *rtmgr.E2TInstance,string) error WriteAssRANToE2TInstance(string, models.RanE2tMap) error WriteDisAssRANFromE2TInstance(string, models.RanE2tMap) error WriteDeleteE2TInstance(string, *models.E2tDeleteData) error