Hi Marcel,

On 03/08/2011 12:54, Marcel Holtmann wrote:
Hi Guillaume,

+               if (g_str_has_prefix(hw_serial, "+GSN:") == TRUE)
+                       hw_serial = hw_serial + 5;
+
+               if (g_str_has_prefix(hw_serial, "+CGSN:") == TRUE)
+                       hw_serial = hw_serial + 6;
you are not fixing this up in ConnMan.

Fix this broken behavior of your CDMA modem within oFono with a vendor
quirk. It is wrong for oFono to export this in the first place.


Right, the prefixes used to clean each devinfo properties are:
 "AT+GSN" instead of "+GSN"
 "AT+GMM" instead of "+GMM"
etc ...

I will fix this into oFono/drivers/cdmamodem/devinfo.c

Kind regards,
Guillaume
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to