Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug setting NetworkConfigurationPriority (#866)
* Fixed an issue when setting the NetworkConfigurationPriority. During the validation, every entry of the new priority list was checked using the connectivity_managers cached slots. The slots of the connectivity manager are only initialized at startup. A new profile could have been send using a SetNetworkProfile.req by the CSMS at runtime, so when validating the NetworkConfigurationPriority we shall not use the cached connectivity_manager slots but the NetworkConnectionProfiles stored in the device model --------- Signed-off-by: Piet Gömpel <[email protected]>
- Loading branch information