Skip to content

profile-manager: profile-id and apn-type check not required for user settings

Somashekhar requested to merge Som_SP/ModemManager:profile_bug_fix_1 into main

When the user provides the profile parameter, as per the MM documentation profile-id is an optional parameter. So with the fix the profile-id check in input is removed. apn-type is also optional when the user provides the settings. This check is also removed as part of the fix.

Merge request reports