Skip to content

base-call: Fix in-call URC regex to match handler logic

Bob Ham requested to merge rah/ModemManager:rah/base-call-urc-fix into master

The handler assumes the regex sub-expressions each have the same index so they need to be within the same set of parentheses rather than each individually parenthesised. Without this fix, call state changes are missed.

Merge request reports