pub fn combine_channel_parameters(
params: &ChannelParameters,
other: &ChannelParameters,
) -> ChannelParameters
Expand description
Given two ChannelParameters, combines both into a set of ChannelParameters with the least requesting of resources. This is defined as:
- Basic requires fewer resources than ERTM.
- A smaller SDU size is more restrictive.