Adding additional KPIs, adding required documentation
[ric-app/mc.git] / mc-core / mc / queries / addn_req_time.gsql
index a36420d..764642d 100644 (file)
@@ -29,7 +29,9 @@ from add_req_start p1, add_req_success p2
 ;
 
 
-DEFINE{query_name 'addreq_success_time';}
+DEFINE{query_name 'addreq_success_time';
+       max_lfta_disorder '1'; max_hfta_disorder '1';
+}
 PARAM{ window uint; }
 select eUE_ID, gnb_id, TB, 
        UINT(max(end_time)-max(start_time)) as success_time
@@ -38,7 +40,9 @@ group by eUE_ID, gnb_id, timestamp / $window as TB
 having max(end_time)>0 and max(start_time)>0 and max(end_time)>max(start_time)
 ;
 
-DEFINE{query_name 'addreq_success_stats';}
+DEFINE{query_name 'addreq_success_stats';
+       max_lfta_disorder '1'; max_hfta_disorder '1';
+}
 PARAM{ window uint; }
 select gnb_id as GNB_ID,
        ($window*(TB+1))/1000 as TS,