X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Frtmgr.go;fp=cmd%2Frtmgr.go;h=e6a9665c3a8c6a8c819f6e9407719935113200a9;hb=1892a705147ad415b7c43cc5bb6d8ac4262b3583;hp=f2b39033f5f0c8563fa29846b1203aaa96f3346e;hpb=ece41b2c00dcc3c8942bd2e30e7a3a7956175ef9;p=ric-plt%2Frtmgr.git diff --git a/cmd/rtmgr.go b/cmd/rtmgr.go index f2b3903..e6a9665 100644 --- a/cmd/rtmgr.go +++ b/cmd/rtmgr.go @@ -50,7 +50,7 @@ func parseArgs() { // TODO: arguments should be validated (filename; xm-url; sbi-if; rest-url; rest-port) args = make(map[string]*string) args["configfile"] = flag.String("configfile", "/etc/rtmgrcfg.json", "Routing manager's configuration file path") - args["nbi"] = flag.String("nbi", "httpGetter", "Northbound interface module to be used. Valid values are: 'httpGetter | httpRESTful'") + args["nbi"] = flag.String("nbi", "httpRESTful", "Northbound interface module to be used. Valid values are: 'httpGetter | httpRESTful'") args["sbi"] = flag.String("sbi", "nngpush", "Southbound interface module to be used. Valid values are: 'nngpush | nngpub'") args["rpe"] = flag.String("rpe", "rmrpush", "Route Policy Engine to be used. Valid values are: 'rmrpush | rmrpub'") args["sdl"] = flag.String("sdl", "file", "Datastore enginge to be used. Valid values are: 'file'")