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:

  1. Basic requires fewer resources than ERTM.
  2. A smaller SDU size is more restrictive.