Skip to content

[draft] base-bearer: compare only explicitly defined bearer properties

Currently the lookup of existing bearers does not ignore undefined properties (e.g. profile-id), and so it might fails to find a valid bearer in the list.

This change propose to look for a loose matching of bearer properties using MM_BEARER_PROPERTIES_CMP_FLAGS_LOOSE for mm_bearer_properties_cmp, also implementing a 3gpp profile id compare function that supports such flag.

Fixes #572 (closed)

Merge request reports