X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fanr-xapp.types.ts;h=6b7db25d9add6a85fa7279a9cfd0d8955e7f04fb;hb=a4b2e71472b32a8244da846af20128504f4cbc65;hp=f0a5a43dfe542e63653dfa2dbf604eb5564a7160;hpb=a4c7cdd075d372de0ab352abc46359d88a570d90;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..6b7db25d 100644 --- a/webapp-frontend/src/app/interfaces/anr-xapp.types.ts +++ b/webapp-frontend/src/app/interfaces/anr-xapp.types.ts @@ -2,14 +2,14 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * 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;