Using xapp-frame v0.8.1 85/6085/2
authorwahidw <abdulwahid.w@nokia.com>
Tue, 18 May 2021 14:52:05 +0000 (14:52 +0000)
committerAbdul Wahid W <abdulwahid.w@nokia.com>
Tue, 18 May 2021 15:15:23 +0000 (15:15 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I33434d04b9cab5c204d39a187840ea3cd3722b85

agent/cmd/o1agent.go
agent/go.mod

index 38b7341..cc73c7d 100755 (executable)
@@ -58,6 +58,7 @@ func (o *O1Agent) StatusCB() bool {
 }
 
 func (o *O1Agent) Run() {
+        xapp.Logger.SetFormat(0)
        xapp.Logger.SetMdc("o1agent", fmt.Sprintf("%s:%s", Version, Hash))
        xapp.SetReadyCB(func(d interface{}) { o.rmrReady = true }, true)
        xapp.AddConfigChangeListener(o.ConfigChangeHandler)
index 5dc36f8..f5f9475 100644 (file)
@@ -2,14 +2,14 @@ module gerrit.oran-osc.org/r/ric-plt/o1mediator
 
 go 1.12
 
-replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.5.12
+replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.8.1
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0
 
-replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
+replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
 
 require (
-       gerrit.o-ran-sc.org/r/com/golog v0.0.1
+       gerrit.o-ran-sc.org/r/com/golog v0.0.2
        gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000
        github.com/Juniper/go-netconf v0.1.1 // indirect
        github.com/basgys/goxml2json v1.1.0 // indirect