Adaptation to new xApp Descriptor
[ric-plt/xapp-frame.git] / pkg / xapp / db.go
index 6591e04..a7302cd 100755 (executable)
@@ -165,7 +165,7 @@ func (c *SDLClient) GetStat() (t SDLStatistics) {
        return
 }
 
-func NewRNIBClient(ns string) *RNIBClient {
+func NewRNIBClient() *RNIBClient {
        s := sdl.NewSdlInstance("e2Manager", sdl.NewDatabase())
        return &RNIBClient{
                db:     s,