Re: [RFC] Initial support for the new MC74XX modules

2015-12-29 Thread Jerry Hicks
Thanks Aleksander, It seems likely that my former colleague at Itron, Tyler Smith, got it working somehow but I understand he is off to other things now. Verizon had explained their IMS architecture to us some time ago. According to that discussion, text messaging for LTE now happens exclusivel

Re: [RFC] Initial support for the new MC74XX modules

2015-12-29 Thread Aleksander Morgado
Hey Jerry :) On Tue, Dec 29, 2015 at 7:26 PM, Jerry Hicks wrote: > Wondering what you might think about text messaging on Verizon's LTE with the > MC74XX modules? > > As I loosely understand things, Verizon requires a connection to their IPv6 > VZWIMS network for text messaging on LTE to work.

Re: [RFC] Initial support for the new MC74XX modules

2015-12-29 Thread Jerry Hicks
Thanks Aleksander (and happy holidays!) Wondering what you might think about text messaging on Verizon's LTE with the MC74XX modules? As I loosely understand things, Verizon requires a connection to their IPv6 VZWIMS network for text messaging on LTE to work. I can't seem to find anyone at Ve

[PATCH 2/3] bearer-qmi: use static IP if LLP is raw-ip

2015-12-29 Thread Aleksander Morgado
When using raw-ip we'll default to request static IP setup for now, so that we don't rely on the DHCP client supporting raw-ip interfaces. --- src/mm-broadband-modem-qmi.c | 9 - src/mm-port-qmi.c| 25 + src/mm-port-qmi.h| 2 ++ 3 files cha

[PATCH 3/3] broadband-modem-qmi: use "UIM Get Card Status" if "DMS UIM" command unavailable

2015-12-29 Thread Aleksander Morgado
The newer modules like the MC7455 which support multiple SIM cards won't implement the legacy "DMS UIM" commands. --- src/mm-broadband-modem-qmi.c | 452 +-- 1 file changed, 390 insertions(+), 62 deletions(-) diff --git a/src/mm-broadband-modem-qmi.c b/src/

[PATCH 1/3] port-qmi: support new Qualcomm chipsets working always in raw-ip

2015-12-29 Thread Aleksander Morgado
The port opening logic is changed completely. Before this change, the logic would only try 802.3 setting via CTL when the QmiDevice was being open. With this new change, instead, we'll use WDA and the new libqmi APIs to query the link layer protocol expected by both the device and the kernel. If

[RFC] Initial support for the new MC74XX modules

2015-12-29 Thread Aleksander Morgado
Hey, The new Sierra MC74XX modules are very very different to all previous Sierra modules. Among other things, they always work in raw-ip mode, and they also don't implement "DMS UIM" commands. This series of patches introduces some initial support for these modules, by trying to modify the ex