Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin-telecom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
wendelin-telecom
Commits
9692590b
Commit
9692590b
authored
Aug 28, 2024
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wendelin_telecom_base: Improve ORS eNB KPI graphs
parent
464407f0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
30 deletions
+34
-30
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.js
...base/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.js
+16
-16
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.xml
...ase/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.xml
+2
-2
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_html.html
...m/web_page_module/ors_e_utran_ip_throughput_kpi_html.html
+1
-1
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_html.xml
...em/web_page_module/ors_e_utran_ip_throughput_kpi_html.xml
+3
-3
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
...eItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
+8
-4
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
...Item/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
+3
-3
bt5/wendelin_telecom_base/SkinTemplateItem/portal_skins/wendelin_telecom_base/DataAcquisitionUnit_viewEUtranIpThroughputKpi/your_e_utran_ip_throughput_kpi.xml
...wEUtranIpThroughputKpi/your_e_utran_ip_throughput_kpi.xml
+1
-1
No files found.
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.js
View file @
9692590b
...
@@ -21,21 +21,21 @@
...
@@ -21,21 +21,21 @@
i
,
i
,
initial_success_data
,
initial_success_data
,
added_success_data
,
added_success_data
,
label_list
=
[
"
vt
"
,
"
vIniti
tialEPSBEstabSR_lo
"
,
"
vInit
itialEPSBEstabSR_hi
"
,
"
vAddedEPSBEstabSR_lo
"
,
"
vAddedEPSBEstabSR_hi
"
];
label_list
=
[
"
vt
"
,
"
vIniti
alEPSBEstabSR_lo
"
,
"
vIn
itialEPSBEstabSR_hi
"
,
"
vAddedEPSBEstabSR_lo
"
,
"
vAddedEPSBEstabSR_hi
"
];
return
new
RSVP
.
Queue
().
push
(
function
()
{
return
new
RSVP
.
Queue
().
push
(
function
()
{
return
wendelin
.
getArrayRawSlice
(
gadget
,
option_dict
.
data_array_key
);
return
wendelin
.
getArrayRawSlice
(
gadget
,
option_dict
.
data_array_key
);
})
})
.
push
(
function
(
result
)
{
.
push
(
function
(
result
)
{
var
graph_data
=
nj
.
unpack
(
result
.
pick
(
null
,
label_list
)),
var
graph_data
=
nj
.
unpack
(
result
.
pick
(
null
,
label_list
)),
date
=
[],
date
=
[],
vIniti
ti
alEPSBEstabSR_lo
=
[],
vInitialEPSBEstabSR_lo
=
[],
vIniti
ti
alEPSBEstabSR_hi
=
[],
vInitialEPSBEstabSR_hi
=
[],
vAddedEPSBEstabSR_lo
=
[],
vAddedEPSBEstabSR_lo
=
[],
vAddedEPSBEstabSR_hi
=
[];
vAddedEPSBEstabSR_hi
=
[];
for
(
i
=
0
;
i
<
graph_data
.
length
;
i
+=
1
)
{
for
(
i
=
0
;
i
<
graph_data
.
length
;
i
+=
1
)
{
date
.
push
(
new
Date
(
graph_data
[
i
][
0
]
*
1000
));
date
.
push
(
new
Date
(
graph_data
[
i
][
0
]
*
1000
));
vIniti
ti
alEPSBEstabSR_lo
.
push
(
graph_data
[
i
][
1
]);
vInitialEPSBEstabSR_lo
.
push
(
graph_data
[
i
][
1
]);
vIniti
ti
alEPSBEstabSR_hi
.
push
(
graph_data
[
i
][
2
]);
vInitialEPSBEstabSR_hi
.
push
(
graph_data
[
i
][
2
]);
vAddedEPSBEstabSR_lo
.
push
(
graph_data
[
i
][
3
]);
vAddedEPSBEstabSR_lo
.
push
(
graph_data
[
i
][
3
]);
vAddedEPSBEstabSR_hi
.
push
(
graph_data
[
i
][
4
]);
vAddedEPSBEstabSR_hi
.
push
(
graph_data
[
i
][
4
]);
}
}
...
@@ -43,24 +43,24 @@
...
@@ -43,24 +43,24 @@
{
{
x
:
date
,
x
:
date
,
mode
:
'
lines+markers
'
,
mode
:
'
lines+markers
'
,
y
:
vIniti
ti
alEPSBEstabSR_lo
,
y
:
vInitialEPSBEstabSR_lo
,
type
:
'
scatter
'
,
type
:
'
scatter
'
,
line
:
{
shape
:
'
hv
'
},
line
:
{
shape
:
'
hv
'
},
hovertemplate
:
'
Date: %{x}<br>Rate: %{y}%
'
,
hovertemplate
:
'
Date: %{x}<br>Rate: %{y}%
'
,
name
:
'
Initi
ti
alEPSBEstabSR
'
name
:
'
InitialEPSBEstabSR
'
},
},
{
{
x
:
date
,
x
:
date
,
mode
:
'
lines
'
,
mode
:
'
lines
+markers
'
,
fill
:
'
tonexty
'
,
fill
:
'
tonexty
'
,
y
:
vInititialEPSBEstabSR_hi
,
y
:
vInitialEPSBEstabSR_hi
,
type
:
'
scatter
'
,
line
:
{
line
:
{
color
:
"
#6cb9e5
"
,
color
:
"
#6cb9e5
"
,
shape
:
'
hv
'
shape
:
'
hv
'
},
},
name
:
'
InititialEPSBEstabSR uncertainty
'
,
hovertemplate
:
'
Date: %{x}<br>Rate: %{y}%
'
,
type
:
'
scatter
'
,
name
:
'
InitialEPSBEstabSR uncertainty
'
hoverinfo
:
'
none
'
}
}
];
];
added_success_data
=
[
added_success_data
=
[
...
@@ -75,16 +75,16 @@
...
@@ -75,16 +75,16 @@
},
},
{
{
x
:
date
,
x
:
date
,
mode
:
'
lines
'
,
mode
:
'
lines
+markers
'
,
fill
:
'
tonexty
'
,
fill
:
'
tonexty
'
,
y
:
vAddedEPSBEstabSR_hi
,
y
:
vAddedEPSBEstabSR_hi
,
type
:
'
scatter
'
,
line
:
{
line
:
{
color
:
"
#6cb9e5
"
,
color
:
"
#6cb9e5
"
,
shape
:
'
hv
'
shape
:
'
hv
'
},
},
name
:
'
AddedEPSBEstabSR uncertainty
'
,
hovertemplate
:
'
Date: %{x}<br>Rate: %{y}%
'
,
type
:
'
scatter
'
,
name
:
'
AddedEPSBEstabSR uncertainty
'
hoverinfo
:
'
none
'
}
}
];
];
Plotly
.
newPlot
(
Plotly
.
newPlot
(
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_rab_kpi_js.xml
View file @
9692590b
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1018.
50753.19274.8021
</string>
</value>
<value>
<string>
1018.
61980.60679.28364
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1724
247887.79
</float>
<float>
1724
920139.77
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_html.html
View file @
9692590b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<script
src=
"ndarray_bundle.js"
type=
"text/javascript"
></script>
<script
src=
"ndarray_bundle.js"
type=
"text/javascript"
></script>
<script
src=
"wendelin.js"
type=
"text/javascript"
></script>
<script
src=
"wendelin.js"
type=
"text/javascript"
></script>
<script
src=
"plotly_strict_v2.34.0.js"
type=
"text/javascript"
></script>
<script
src=
"plotly_strict_v2.34.0.js"
type=
"text/javascript"
></script>
<script
src=
"gadget_ors_e_utran_ip_throughput.js"
type=
"text/javascript"
></script>
<script
src=
"gadget_ors_e_utran_ip_throughput
_kpi
.js"
type=
"text/javascript"
></script>
<link
href=
"gadget_ors_kpi.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"gadget_ors_kpi.css"
rel=
"stylesheet"
type=
"text/css"
>
</head>
</head>
<body>
<body>
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_html.xml
View file @
9692590b
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_ors_e_utran_ip_throughput.html
</string>
</value>
<value>
<string>
gadget_ors_e_utran_ip_throughput
_kpi
.html
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1018.
50748.16129.18005
</string>
</value>
<value>
<string>
1018.
60805.51967.7987
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1724
246227.7
</float>
<float>
1724
849643.71
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.js
View file @
9692590b
...
@@ -61,19 +61,23 @@
...
@@ -61,19 +61,23 @@
line
:
color
,
line
:
color
,
name
:
'
QCI
'
+
qci
,
name
:
'
QCI
'
+
qci
,
legendgroup
:
'
legendgroup
'
+
qci
,
legendgroup
:
'
legendgroup
'
+
qci
,
hovertemplate
:
'
Date: %{x}<br>Link Speed: %{y} Mbit/s
'
hovertemplate
:
'
Date: %{x}<br>
Minimum
Link Speed: %{y} Mbit/s
'
});
});
data_list
.
push
({
data_list
.
push
({
x
:
date
,
x
:
date
,
mode
:
'
lines
'
,
marker
:
{
size
:
4
},
mode
:
'
lines+markers
'
,
y
:
hi
,
y
:
hi
,
type
:
'
scatter
'
,
type
:
'
scatter
'
,
line
:
color
,
line
:
color
,
opacity
:
0.3
,
opacity
:
0.3
,
showlegend
:
false
,
fill
:
'
tonexty
'
,
fill
:
'
tonexty
'
,
name
:
'
QCI
'
+
qci
,
legendgroup
:
'
legendgroup
'
+
qci
,
legendgroup
:
'
legendgroup
'
+
qci
,
hoverinfo
:
'
none
'
showlegend
:
false
,
hovertemplate
:
'
Date: %{x}<br>Maximum Link Speed: %{y} Mbit/s
'
});
});
}
}
return
data_list
;
return
data_list
;
...
...
bt5/wendelin_telecom_base/PathTemplateItem/web_page_module/ors_e_utran_ip_throughput_kpi_js.xml
View file @
9692590b
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
default_reference
</string>
</key>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
gadget_ors_e_utran_ip_throughput.js
</string>
</value>
<value>
<string>
gadget_ors_e_utran_ip_throughput
_kpi
.js
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
description
</string>
</key>
<key>
<string>
description
</string>
</key>
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1018.
50754.42943.1024
</string>
</value>
<value>
<string>
1018.
60794.3206.50773
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1724
247880.82
</float>
<float>
1724
849600.03
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/wendelin_telecom_base/SkinTemplateItem/portal_skins/wendelin_telecom_base/DataAcquisitionUnit_viewEUtranIpThroughputKpi/your_e_utran_ip_throughput_kpi.xml
View file @
9692590b
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
gadget_url
</string>
</key>
<key>
<string>
gadget_url
</string>
</key>
<value>
<string>
gadget_ors_e_utran_ip_throughput.html
</string>
</value>
<value>
<string>
gadget_ors_e_utran_ip_throughput
_kpi
.html
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
hidden
</string>
</key>
<key>
<string>
hidden
</string>
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment