Hi Marius,
On 6/10/20 8:44 AM, Marius Gripsgard wrote:
This implements data capability bearer notify to qmi modem.
Since this is included in the serving system response this
just adds a new data extraction for dc.
---
drivers/qmimodem/gprs.c | 27 +++++++++++++++++++++++++++
drivers/qmimodem/nas.c | 36 ++++++++++++++++++++++++++++++++++++
drivers/qmimodem/nas.h | 23 +++++++++++++++++++++++
3 files changed, 86 insertions(+)
<snip>
+ // DC is optional so only notify on successful extraction
+ if (extract_dc_info(result, &bearer_tech))
+ ofono_gprs_bearer_notify(gprs, bearer_tech);
+
I changed the above C++ comment into C style and applied. Thanks!
Regards
-Denis