Customer Known Bug List

Cloud Native Release 2.0.3, UDR Customer Known Bugs table lists the known bugs and associated Customer Impact Statements. This information is provided for information purposes only.

Table 4-2 Cloud Native Release 2.0.3, UDR Customer Known Bugs

Bug Number Severity Found in Release Title Customer Impact
OCUDR-445 Enhancement N/A UDR 5G Error Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err= Workaround:

Remove the line "transfer-encoding: chunked" in the targets DELETE.txt file.

A second workaround is to use the Oracle proxy servers that then target the UDR and the error is not seen.

OCUDR-455 Enhancement N/A Notify Service delays notifications to PCF during traffic run Notify service not able to handle bulk notification traffic towards a single notification URI since it uses single connection to push the traffic. Because of that notifications are not sent to PCF immediately after the entity are modified in UDR.
OCUDR-482 Enhancement N/A SM Policy Data GET query field parameter SNSSAI format change SM Data GET query from PCF with snssai query parameter contains json object instead of string. As a result, an invalid query parameters error is thrown in UDR.

Workaround:

UDR should process the GET query with json format of snssai query string.

OCUDR-483 Enhancement N/A Notifications payload format change for PCF notifications PCF does not process the empty string in the Notification payload for Entity deletion use case in UDR.

Workaround:

  • UDR needs to send null json value to PCF for any entity deletion scenario.
  • For Delete Subscriber use case UDR needs to send all defined entities for PCF in 29.519 F30 spec with null value.
OCUDR-446 Enhancement N/A Content-type should be changed when UDR sends error response. UDR returns error response with content-type as application/json.

Workaround:

As per spec 29505-v15.4.0, error response should have content-type "application/problem+json" for the resource operations.

OCUDR-418 Enhancement N/A UDR is not validating the conditional attributes for UDM APIs UDR does not validate if the conditional attributes are present in the data blob based on their dependencies.