X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fnbi%2Fhttpgetter.go;h=93ef5321920f9fc51a4937968b424c2e23de93c2;hb=eb2ff0d217caf158dd15424bf70f8aa79c3742b1;hp=33db0f890226dee0c79749eb0455fcb5b651125a;hpb=edd45717efffb32e407206a647f38579757f4908;p=ric-plt%2Frtmgr.git diff --git a/pkg/nbi/httpgetter.go b/pkg/nbi/httpgetter.go index 33db0f8..93ef532 100644 --- a/pkg/nbi/httpgetter.go +++ b/pkg/nbi/httpgetter.go @@ -19,7 +19,7 @@ /* Mnemonic: httpgetter.go Abstract: HTTPgetter NBI implementation - Simple HTTP getter solution. Only for testing purpose. + Simple HTTP getter solution. Date: 15 March 2019 */ @@ -28,8 +28,8 @@ package nbi import ( "encoding/json" "net/http" - "routing-manager/pkg/rtmgr" "routing-manager/pkg/rpe" + "routing-manager/pkg/rtmgr" "routing-manager/pkg/sdl" "time" ) @@ -71,7 +71,7 @@ func fetchAllXapps(xmurl string) (*[]rtmgr.XApp, error) { } func (g *HttpGetter) Initialize(xmurl string, nbiif string, fileName string, configfile string, - sdlEngine sdl.SdlEngine, rpeEngine rpe.RpeEngine, triggerSBI chan<- bool) error { + sdlEngine sdl.SdlEngine, rpeEngine rpe.RpeEngine, triggerSBI chan<- bool) error { return nil }