X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Fxapp.go;h=1fd7ad66f62cdd97136ef853f0f4d1946acf973f;hb=refs%2Fchanges%2F95%2F1395%2F1;hp=69d29649179c322b551bd03283ecddf0165b0f25;hpb=3e611c621fa048f5f7da7cab3d4c211b4686fcce;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/xapp.go b/pkg/xapp/xapp.go old mode 100755 new mode 100644 index 69d2964..1fd7ad6 --- a/pkg/xapp/xapp.go +++ b/pkg/xapp/xapp.go @@ -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")