Upgrade E2 to version 20190626 14/414/9
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 26 Jun 2019 14:41:26 +0000 (10:41 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 28 Jun 2019 16:07:00 +0000 (12:07 -0400)
commit5b686151904e2582ea9ce9d2f1c6abb7a400afa5
tree6db49a3b93f78a23e6f1e3879d1816bc7fcb26aa
parentbffcaa3e3e4980a254ae9398fd616c96a9ad94f1
Upgrade E2 to version 20190626

E2 added a method to get the RAN identities, which answers
a list of names that can be used to query the RAN status
endpoint.  Extend FE and BE to use the new information.
Drop the mock behavior for tracking connection requests;
add a mock behavior for RAN names to support R1 testing.

Change-Id: I669f1e0537676c8b2ea09e5b53080396d91d9868
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
18 files changed:
docs/release-notes.rst
e2-mgr-client/pom.xml
e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-26.yaml [moved from e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml with 96% similarity]
webapp-backend/pom.xml
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/AnrXappMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/E2ManagerMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/E2ManagerController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/E2SetupResponse.java [deleted file]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/RanDetailsTransport.java [new file with mode: 0644]
webapp-backend/src/main/resources/application.properties
webapp-frontend/src/app/interfaces/e2-mgr.types.ts
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.css
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.html
webapp-frontend/src/app/ran-control/ran-control.component.html
webapp-frontend/src/app/ran-control/ran-control.component.scss
webapp-frontend/src/app/ran-control/ran-control.component.ts
webapp-frontend/src/app/ran-control/ran-control.datasource.ts
webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts