Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Table to select a device from all the devices available in PM history database connected device/networkElement.
  2. Once the device is selected from the above table, it should display the below two Dropdowns.
    1. Drop-down to ‘select the LTP’ associated with the selected device.
    2. Drop-down to ‘select the time period’ to show the performance values of the selected device (based on the time period 15min/24hrs)

After the selection of a connected device, the first LTP is automatically populated, the application collects the received and centralized stored performance values for the selected device from the database and displays them in the table views based on the time period selected. (15min/24hours). Time-period is 15min by default.

To differentiate the performance values of the devices based on different aspects of performance, below seven different accordions/panels tabs should be created with the respected data in its table view and over the table as in a chart.

  1. Performance Data
  2. Receive Level
  3. Transmission Power
  4. Adaptive Modulation
  5. Temperature
  6. Signal-to-interference-plus-noise ratio
  7. Cross Polar Discrimination

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server. The chart is visualing visualizing the data of the actual table page.

Visualization

Main window

Image RemovedImage Added

Once the network element is selected, the below page is displayed.

The 'Performance Data' tab is selected as a default as well as the chart view.

Image Added

The chart view offers a filter to quickly limit the displayed data.

Image Removed

when a panel is expanded it displays table and chart

Image Added

The filter can be dis- or enabled via the Image Added button. As a default, the filter is always shown. 

By clicking on the Image Addedtoggle button, the data is shown as a table and the filter toggle button is disabled, as the table itself has its own filter.

Image Added

The filter in the chart view and the filter in the table are linked. Both views always show the same data.Image Removed


Summary of functions:

  • Each data is provided by an its own section
  • Each section contains in the lower part a table toggle view and in the upper part a chart viewto switch between chart and table
  • The data in the chart is showing the same as the table data of the actual page as a chartin the table
  • For big amount amounts of data, both the chart and table is are providing a pagination function and filter function
  • The number of table entries can be configured and/or the filtered to show specific information
  • The pagination provides a configuration of sleecting selecting the number of entries in the range of 10 till 100 5 to 50 in four steps

...

Data in the database

The performance values are stored on an ElasticSearch database. 

...

               Entity name to read the ltp list for 15min performance data is  read-pmdata-24h-ltp-list

Sections/

...

Tabs

The following panels shows the tables with its respective datadata in the tables varies based on the selected tab.

1) Performance Data

The “Performance Data” panel tab shows the table with the following columns:

...

2)  Receive Level

The “Receive Level” panel tab shows the table with the following columns:

...

3) Transmission Power

The “Transmission Power” panel tab shows the table with the following columns:

...

The “Adaptive Modulation” panel tab shows the table with the following columns:

...

5) Temperature

The “Temperature” panel tab shows the table with the following columns:

...

The “Signal-to-interference-plus-noise ratio” panel tab shows the table with the following columns:

...

The “Cross Polar Discrimination” panel tab shows the table with the following columns:

...

The charts should be introduced to show the performance values in as a line graph.

X axis: TimeStamp

...