Skip to content

Conversation

@Niahh
Copy link
Contributor

@Niahh Niahh commented Dec 10, 2025

Hello !

I encountered a situation where I needed to know the nfInstanceId for the NF and noticed that the NF is creating a new one after each boot. I did not see any way to retrieve it.

This PR aims to make the NfInstanceId configurable in the cfg.yaml and if none specified, fallback to the current behavior (generating a new one).

If this PR gets validated I will open the PRs for the other NFs 😄

Backward Compatibility

100% backward compatible

Cheers,

This work is sponsored by Free Mobile!

Initially the NF created at each boot a new uuid. This makes it difficult to retrieve the information afterwards. This commit propose is to add the nfInstanceId in the configuration as optional so that if needed, it can be tracked more easily.
If no nfInstanceId specified, it will still be generated at each boot and give more control to users that might need it (for kube deployment, other checks, better identification)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants