Adding MC-NIB support
[ric-app/mc.git] / mc-core / mc / queries / addn_req_time.gsql
index 764642d..9098949 100644 (file)
@@ -7,7 +7,7 @@ select timestamp_ms as timestamp,
        gnb_id,
        0 as event_type
 from SGNB_ADDITION_REQ.sgnb_addreq_for_ue
-where schemaId=401
+//where schemaId=401
 ;
 
 DEFINE{query_name 'add_req_success';}
@@ -19,7 +19,7 @@ select timestamp_ms as timestamp,
        gnb_id,
        1 as event_type
 from RECONCOMPLETE.reconfig_success
-where schemaId=101
+//where schemaId=101
 ;
 
 DEFINE{query_name 'addreq_events';}
@@ -42,6 +42,7 @@ having max(end_time)>0 and max(start_time)>0 and max(end_time)>max(start_time)
 
 DEFINE{query_name 'addreq_success_stats';
        max_lfta_disorder '1'; max_hfta_disorder '1';
+       comment 'statistics on the time to successfully make a DC connection';
 }
 PARAM{ window uint; }
 select gnb_id as GNB_ID,