X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fran-control%2Fran-control.component.html;h=01dd2929de2683e17b0d6e7100eefc196a82d7e8;hb=refs%2Fchanges%2F72%2F2272%2F8;hp=ba37728de94d172805bd5a855dd7e4c67d7f9ac0;hpb=dfa4f23a94fcbf31deab33abde4c6a8318fd4186;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-control/ran-control.component.html b/webapp-frontend/src/app/ran-control/ran-control.component.html index ba37728d..01dd2929 100644 --- a/webapp-frontend/src/app/ran-control/ran-control.component.html +++ b/webapp-frontend/src/app/ran-control/ran-control.component.html @@ -2,7 +2,7 @@ ========================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. @@ -19,52 +19,71 @@ -->
-

RAN Connections

+

RAN Connections

-
- -
- - - RAN Type - {{rconnect.requestType}} + + + + Nodeb ID + +
{{ran.nodebIdentity.globalNbId.nbId}}
+
+
+ + + Node Type + +
{{ran.nodebStatus.nodeType}}
+
- eNodeB/gNodeB Name - {{rconnect.ranName}} + RAN Name + +
{{ran.nodebIdentity.inventoryName}}
+
IP - {{rconnect.ranIp}} + +
{{ran.nodebStatus.ip}}
+
Port - {{rconnect.ranPort}} + +
{{ran.nodebStatus.port}}
+
- - Response - {{rconnect.responseCode}} + + Connection Status + +
{{ran.nodebStatus.connectionStatus}}
+
- - Time Stamp - {{rconnect.timeStamp}} + + No records found. - + +
-
+
+ +
+ + \ No newline at end of file