support-multiple-ric-instances 25/1825/23
authorNicolas Hu <jh245g@att.com>
Wed, 27 Nov 2019 17:40:27 +0000 (12:40 -0500)
committerjh245g <jh245g@att.com>
Fri, 20 Dec 2019 20:58:51 +0000 (15:58 -0500)
commitb7d7982bbfbf3a1333feb8b811f99497752d3722
treea3c15c386dc0bb548f8c1fabe2f487c0cb364e16
parent53f1fcf033e3a166d7203e0a1c5e0971f9c6bc16
support-multiple-ric-instances

 Add instance-selector service
 Revise ac-xapp, app-mgr, caas-ingress, e2-mgr services to support multiple ric instances
 Revise ac-xapp, app-control, catalog, caas-ingress, ran-control components to listen to the instance change

Change-Id: I4773581fc6e3936b1100e14557bd0db217ffed25
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
26 files changed:
docs/release-notes.rst
webapp-frontend/src/app/ac-xapp/ac-xapp.component.ts
webapp-frontend/src/app/app-configuration/app-configuration.component.html
webapp-frontend/src/app/app-configuration/app-configuration.component.ts
webapp-frontend/src/app/app-control/app-control.component.ts
webapp-frontend/src/app/app-control/app-control.datasource.ts
webapp-frontend/src/app/caas-ingress/caas-ingress.component.ts
webapp-frontend/src/app/caas-ingress/caas-ingress.datasource.ts
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/catalog/catalog.datasource.ts
webapp-frontend/src/app/interfaces/dashboard.types.ts
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.ts
webapp-frontend/src/app/ran-control/ran-control.component.ts
webapp-frontend/src/app/ran-control/ran-control.datasource.ts
webapp-frontend/src/app/rd.component.html
webapp-frontend/src/app/rd.component.scss
webapp-frontend/src/app/rd.component.ts
webapp-frontend/src/app/rd.module.ts
webapp-frontend/src/app/services/ac-xapp/ac-xapp.service.ts
webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts
webapp-frontend/src/app/services/caas-ingress/caas-ingress.service.ts
webapp-frontend/src/app/services/common/common.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/common/common.service.ts [new file with mode: 0644]
webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts
webapp-frontend/src/app/services/instance-selector/instance-selector.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/instance-selector/instance-selector.service.ts [new file with mode: 0644]