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=29ce34b03e4099786f14cd7fc5473305da8750d6;hp=f0a5a43dfe542e63653dfa2dbf604eb5564a7160;hpb=6ca7894a0bb7717740dd785ddfe613c85a25e2b7;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 f0a5a43d..078753f1 100644 --- a/webapp-frontend/src/app/interfaces/anr-xapp.types.ts +++ b/webapp-frontend/src/app/interfaces/anr-xapp.types.ts @@ -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;