Skip to main content

What's New and Release Notes 25.2

Resolved Issues in NEN 2.5.2

  • Tamper checking was prevented on the SLB (E-98697)

    In some circumstances, the PCE may inform the NEN that there is a policy update for an SLB when there isn't actually an update. This may prevent the NEN from running tamper checking on the SLB. To help resolve this condition going forward, if the NEN is told about a non-existent policy update for the SLB and the time for performing a tamper check has lapsed, the NEN will now perform a full policy check for the SLB.

  • Problems caused when deleting a VS before unmanaging it on the PCE (E-97909)

    Deleting an enforced VS from an SLB without first unmanaging the VS on the PCE interfered with the NEN's attempt to remove policy from the SLB, which prevented the NEN from correctly handling error responses from the SLB. This caused the NEN to:

    • Retry removing policy multiple times, which put a load on the SLB.

    • Run multiple simultaneous SLB programming jobs.

    This issue is resolved. Now, the NEN no longer retries sending APIs requests when 4xx API response codes are returned during the removal of policy from a VS and only runs one programming job per SLB at a time.