Fwd: Cinterion plugin patch

Reinhard Speyerer rspmn at arcor.de
Thu Nov 24 21:34:18 UTC 2016


On Thu, Nov 24, 2016 at 11:58:28AM +0100, Aleksander Morgado wrote:
> [...]
> BTW; I'm worried that we're binding the logic too much to a specific
> device with 2 interfaces; I've seen some online AT command reference
> that doesn't even talk about the third parameter to specify interface
> index in AT^SWWAN= set operations:
>   http://www.seapraha.cz/download/pls8-e_atc_v01000_tcm216-155309.pdf
> But for now I guess we're good.

Hi Aleksander,

this documentation seems to refer to PLS8-E with firmware 01.x and
USB ID 1e2d:0060 where the serial ports were handled by the option
driver and which had one QMI-based network interface. With PLS8-E
firmware 02.x and 03.x Gemalto switched them to USB ID 1e2d:0061 and
now uses CDC ACM for the serial ports and provides two CDC ECM-based
network interfaces.

As can be seen from
https://developer.gemalto.com/threads/module-pls8-x-unable-switch-modem-mode-atsqport
firmware 02.x and 03.x now also provide a possibility to select several
port mappings ("service sets") for the serial ports.

One further difference I noticed is that USSD responses for AT+CSCS="GSM"
contain a non-standard \xx escaping for non-printable characters (unless
I missed some recent TS 27.007 changes).

PLS8-E REVISION 01.090:
+CUSD: 1,"Hauptmen~:
1 Guthabenkonto
2 Guthaben Verf~gbarkeit
3 Gutschein einl|sen
4 Pack Manager
7 Tarifinfo
8 Hilfe",15

PLS8-E REVISION 02.011:
+CUSD: 1,"Hauptmen~:\0A1 Guthabenkonto\0A2 Guthaben Verf~gbarkeit\0A3 Gutschein einl|sen\0A4 Pack Manager\0A7 Tarifinfo\0A8 Hilfe",15

Regards,
Reinhard


More information about the ModemManager-devel mailing list