Feature Description
Global configuration table was built for NRF configurations and rebuilt each time when there was a change in configuration. NRF transaction/procedure (such as discovery, management, and so on) picked the configuration for the respective transaction/procedure from the global configuration tables. Therefore, the ongoing transactions were impacted if the configurations were modified in the middle of the transaction/procedure.
With this feature:
-
NRF transaction/procedure picks a configuration version (v1) and uses the same version till the NRF transaction/procedure complete.
-
If a user changes the configuration during an ongoing NRF transaction, then a new configuration version (v2) is created. However, the new configuration is not applied to the ongoing transaction.
The dynamic configuration changes are for the following data structures:
-
NrfFailureProfileSt
-
NrfClntProfileSt
-
NrfGrpSt
-
NrfPairProfileSt
-
NrfMgmtGrpSt