X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fac-xapp.types.ts;h=68c7f11ed75478248c8824fe7d885489f74b7920;hb=39d82c359a22483a74532f76c8d1696aa909478c;hp=5c3cf3fb71973104554373841b3da9976e245f28;hpb=2239b1d982aafe5e7dce4dbbec5100f3e3191249;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/interfaces/ac-xapp.types.ts b/webapp-frontend/src/app/interfaces/ac-xapp.types.ts index 5c3cf3fb..68c7f11e 100644 --- a/webapp-frontend/src/app/interfaces/ac-xapp.types.ts +++ b/webapp-frontend/src/app/interfaces/ac-xapp.types.ts @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -21,8 +21,10 @@ // Models of data used by the AC xApp export interface ACAdmissionIntervalControl { - dc_admission_start_time: string; - dc_admission_end_time: string; + enforce: boolean; + window_length: number; + blocking_rate: number; + trigger_threshold: number; } export interface ACAdmissionIntervalControlAck {