Dear Denis, all, while preparing the Gemalto driver, I see that there is a potential shortcoming with the vendor structure in the atmodem. I can set OFONO_VENDOR_GEMALTO_model, but this could be a very long list for all options to maintain. I see the tendency also for other manufacturers. Would it be ok if I convert the vendor integer in a structure with model and flags? This would make the current code more compact and clearer. The alternative of cloning the atmodem is less tempting, because then it needs constant monitoring of the atmodem to porting the features in it, or conversely missing features in this general driver. One example is for the indicators +CGREG/+CEREG/+C5GREG that we are adding in atmodem (gprs.c), instead of the unique +CGREG that doesn't work anymore for LTE (in the 27.007). If I add it in Gemalto driver, it will be missing in the atmodem. thank you for any commments. Regards, Giacinto