-
Notifications
You must be signed in to change notification settings - Fork 282
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
MariekeGO
wants to merge
3
commits into
main
Choose a base branch
from
ID-7.0.9
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ID 7.0.9 release notes #4329
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
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] | ||
MariekeGO marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
MariekeGO marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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'
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?