Removed UENIB. Simple Dockerfile for ci
[ric-plt/xapp-frame.git] / pkg / xapp / xapp.go
old mode 100755 (executable)
new mode 100644 (file)
index 69d2964..1fd7ad6
@@ -31,7 +31,6 @@ var (
        // XApp is an application instance
        Rmr      *RMRClient
        Sdl      *SDLClient
-       UeNib    *UENIBClient
        Rnib     *RNIBClient
        Resource *Router
        Metric   *Metrics
@@ -56,7 +55,6 @@ func init() {
        Config = Configurator{}
        Metric = NewMetrics(viper.GetString("metrics.url"), viper.GetString("metrics.namespace"), Resource.router)
        Rmr = NewRMRClient()
-       UeNib = NewUENIBClient()
 
        if viper.IsSet("db.namespaces") {
                namespaces := viper.GetStringSlice("db.namespaces")