RMR updated to v3.6.0 with support for E2 Setup message types
[ric-plt/rtmgr.git] / pkg / nbi / httpgetter.go
index fca48f4..be2577c 100644 (file)
@@ -38,6 +38,7 @@ import (
        "routing-manager/pkg/rtmgr"
        "routing-manager/pkg/sdl"
        "time"
+       "sync"
 )
 
 type HttpGetter struct {
@@ -76,8 +77,8 @@ func fetchAllXApps(xmurl string) (*[]rtmgr.XApp, error) {
        return nil, nil
 }
 
-func (g *HttpGetter) Initialize(xmurl string, nbiif string, fileName string, configfile string,
-       sdlEngine sdl.Engine, rpeEngine rpe.Engine, triggerSBI chan<- bool) error {
+func (g *HttpGetter) Initialize(xmurl string, nbiif string, fileName string, configfile string, e2murl string,
+       sdlEngine sdl.Engine, rpeEngine rpe.Engine, triggerSBI chan<- bool, m *sync.Mutex) error {
        return nil
 }