Details
-
Type:
Task
-
Status:
Done (View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Labels:
-
Customer:Zain KSA 3.X
Description
Dear @Bassem Sabbagh,
I would like to request the assignment of an AI development resource to implement the updated rules for parsing licenses for Huawei, as detailed below.
Current Scenario: Currently, all LIC IDs are being parsed in XML according to the provided dump, as described in my previous email in LS-241 (Mail is attaching for reference). This includes instances where the same LIC ID appears multiple times for a node, but with different attribute values such as allocation, configuration, usage, and expiration. The NEP team has indicated that not all licenses are being imported due to conditions related to node ID, LIC ID, and LIC details.
Updated Case: To ensure all licenses can be imported into NEP, we need to add a condition to make each LIC ID unique.
SRAN Controller Case:
1. If the same LIC ID is available for the same node with corresponding LIC details, we should append “_2G” for technology 2G and “_3G” for technology 3G to the LIC ID.
Example:
In the SRAN Controller node DM1MBSCH01, the same LIC ID is currently parsed with the same license details in the XML, but for different technologies. We need to modify the LIC ID as follows:
• LQW1CS01_2G
• LQW1CS01_3G
Current XML:
In NEP, only the 3G license is being imported, while the 2G license is ignored.
NEP Import:
Other Node Case:
If the duplicate LIC ID is available for the same node with identical LIC details, we need to add an underscore and a starting value of “1” after the LIC ID value, incrementing by 1 for subsequent instances of the same LIC ID within the same node and license details. We need to modify the LIC ID as follows:
1. LT1S0000RB00_1
2. LT1S0000RB00_2
Example: Below are the LIC Id of one node type eNodeB (RIYA2U6760B-P3) present in the XML but not imported into NEP, with no relevant errors in the error report.
Current XML:
In this case, there are two licenses with the same LIC ID and LIC details for one node, yet only one is being imported into NEP.
NEP Import:
Note: This rule is needed to add in the existing rule there should no changes in existing data parsing. And it will apply for those cases where duplicate LIC ID/Licences details available for a same node ID.
Thank you for your attention to this matter. I look forward to your prompt response.
Best regards,
Indrasan
Assigned to Jharna to define the WL