Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID 7.0.9 release notes #4329

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions release-notes/EPM/I-DOCSIS/EPM_7.0.9_Integrated_DOCSIS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
uid: EPM_7.0.9_Integrated_DOCSIS
---

# EPM 7.0.9 Integrated DOCSIS - Preview

> [!IMPORTANT]
> We are still working on this release. Some release notes may still be modified or moved to a later release. Check back soon for updates!

## New features

#### New downstream dashboard for fiber node utilization reporting [ID 40110]
Copy link
Member Author

@MariekeGO MariekeGO Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the exact name of this new dashboard? We will also need to add this to the EPM components page.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the dashboard is 'DS FN Peak Utilization'. I created a pull request for the update of the EPM components page. There is another dashboard that will be added as well: 'US FN Peak Utilization'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've updated this pull request with the correct name. However, I can't see the pull request you mentioned for the EPM components page. Do you still need to submit this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, I commit the update but didn't create the pull request.
Pull request just created: #4350

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've merged your PR. Are any further changes still needed to the current pull request, or is this one OK to merge as well now?


A new dashboard, named *DS FN Peak Utilization*, has been implemented to generate a report containing the fiber node name, the maximum utilization of SC-QAM channels within a specific time range, the maximum utilization of OFDM channels within a specific time range, and the number of CMs belonging to that fiber node. Each column in the dashboard can be filtered using a query filter. The time range for the dashboard can be specified with a time range selector.

The dashboard uses an ad hoc data source script, which in turn executes another script that obtains files provided by Data Aggregator.

#### New CISCO CBR-8 CCAP UTSC connector [ID 42045]

A new connector, *CISCO CBR-8 CCAP UTSC*, is now available, which makes it possible to monitor the spectrum traces for the CISCO CBR-8. This makes use of the native feature of the CBR-8 to offload files to SFTP server. The new connector allows the user to configure and request the offload of the spectrum files, and it will ingest those files and display the spectrum trace data in the Spectrum Analysis UI.

#### New spectrum monitoring elements provisioning script [ID 42366]

A new script, *EPM_I_DOCSIS_AddSpectrumCcap*, is available, which streamlines the provisioning of spectrum monitoring elements for CCAP elements.

The script allows users to define SNMP community strings and specify provisioning locations either by selecting a specific view or distributing elements across DMAs. It ensures automated naming by appending "_utsc" to the original CCAP element name.

The script includes validation checks to prevent errors, ensuring accurate and efficient deployment of spectrum analyzer elements.

## Changes

### Enhancements

#### US FN Peak Utilization dashboard [ID 42143]

In the US FN Peak Utilization dashboard, when there is no OFDMA channel (OFDMA column = N/A) and the column SC-QAM 65-204 Peak Utilization is set to 0%, then the result in the column OFDMA + Low Split SC-QAM Peak will now be set to N/A instead of 0%. The execution time of calculations in the background for this has also been improved.

### Fixes

#### Huawei MA5800-MA5633: Various fixes [ID 39872]

In some cases, the Huawei MA5800-MA5633 connector could throw the exception "System.OverflowException: Arithmetic operation resulted in an overflow". This issue has been resolved. In addition, a fix has been implemented to handle incorrect keys being used in a dictionary. Also, when an error occurs involving the local storage path, additional information is now available in the logging, including instructions on how to resolve the issue if an incorrect path has been specified.

#### CISCO CBR-8 CCAP Platform: various issues fixed [ID 42211]

In the CISCO CBR-8 CCAP Platform, several fixes have been implemented in the Modules Overview table:

- Not initialized values will now be shown as "N/A".
- The calculation of the values in the Bandwidth and Utilization columns has been corrected.
- Modules and interfaces are now correctly linked.
2 changes: 2 additions & 0 deletions release-notes/EPM/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ items:
topicUid: EPM_1.0.1_xPON_CU6
- name: Integrated DOCSIS
items:
- name: EPM 7.0.9 Integrated DOCSIS - preview
topicUid: EPM_7.0.9_Integrated_DOCSIS
- name: EPM 7.0.8 Integrated DOCSIS
topicUid: EPM_7.0.8_Integrated_DOCSIS
- name: EPM 7.0.7 Integrated DOCSIS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The Integrated DOCSIS EPM Solution uses the following Automation scripts:
- **EPM_I_DOCSIS_EpmFeToEpmBe**: Operates within the messaging system domain taking care of simple notifications between the EPM front-end element and the back-end elements.
- **EPM_I_DOCSIS_EpmBeToCcapPair**: Operates within the messaging system domain taking care of simple notifications between EPM back-end elements and CCAP collectors.
- **EPM_I_DOCSIS_AddNewCcapCmPair**: Allows the user to create a CCAP/CM pair from the EPM UI.
- **EPM_I_DOCSIS_AddSpectrumCcap**: Streamlines the provisioning of spectrum monitoring elements for CCAP elements.<!-- RN 42366 -->
- **EPM_I_DOCSIS_GQI_GET_ALL_CM_DATA**: Used to retrieve all CM-related data in dashboards using GQI.
- **EPM_I_DOCSIS_GQI_GET_ALL_DS_QAM_DATA**: Used to retrieve all DS QAM Channel-related data in dashboards using GQI.
- **EPM_I_DOCSIS_GQI_GET_ALL_US_QAM_DATA**: Used to retrieve all US QAM Channel-related data in dashboards using GQI.
Expand Down