Skip to content

Remove NRF dependency from UDR

Lukas Rotheneder requested to merge refactor_nrf_registration into develop

Change

UDR will retry the NF registration if the NRF is not ready yet.

Also the sleep time for retrying the DB connection is increased to 500 ms. The old value of 100 ms with 100 retries was to short for the MySQL startup.

Merge request reports