X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fanr-xapp.types.ts;h=078753f1a21d69c596ad2917887c4dec1ea99279;hb=fa50e55b6e8977ad0a6a28096fe58fb54924ca2b;hp=0e07ceb89b6142e559377e63db1c9f1321ba8eb1;hpb=2239b1d982aafe5e7dce4dbbec5100f3e3191249;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/interfaces/anr-xapp.types.ts b/webapp-frontend/src/app/interfaces/anr-xapp.types.ts index 0e07ceb8..078753f1 100644 --- a/webapp-frontend/src/app/interfaces/anr-xapp.types.ts +++ b/webapp-frontend/src/app/interfaces/anr-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. @@ -20,8 +20,16 @@ // Models of data used by the ANR xApp +export interface ANRGgNodeBTable { + gNodeBIds: Array; +} + +export interface ANRNeighborCellRelationTable { + ncrtRelations: Array; +} + export interface ANRNeighborCellRelation { - cellIdentifierNrcgi: string; + servingCellNrcgi: string; neighborCellNrpci: string; neighborCellNrcgi: string; flagNoHo: boolean; @@ -29,15 +37,8 @@ export interface ANRNeighborCellRelation { flagNoRemove: boolean; } -export interface ANRNeighborCellRelationDel { - idType: string; - neighborCellNrpci: string; - neighborCellNrcgi: string; -} - export interface ANRNeighborCellRelationMod { - neighbourCellIdentifierType: string; - action: string; + servingCellNrcgi: string; neighborCellNrpci: string; neighborCellNrcgi: string; flagNoHo: boolean;