Skip to content

Remove SBI DNS lookup upon start of SMF

Stefan Spettel requested to merge remove_dns_lookup_on_start into develop

Changes

  • We remove the old config SBI values, so we have host or IP address and let CURL handle it.
  • UPF is still resolved on startup when NRF is not used.

Fixes

Should fix #29 (closed)

Not fixes

  • NRF is still requested upon start of SMF and if NRF does not reply, SMF only tries 3 times and then never again.
  • Very similar to UPF, SMF tries on start and then not anymore

Tests

NOT TESTED YET

Merge request reports