Hello Denis, > > Add support for Gemalto specific radio settings. > > > > --- > > Makefile.am | 1 + > > drivers/gemaltomodem/gemaltomodem.c | 2 + > > drivers/gemaltomodem/gemaltomodem.h | 3 + > > drivers/gemaltomodem/radio-settings.c | 267 ++++++++++++++++++++++++++ > > 4 files changed, 273 insertions(+) > > create mode 100644 drivers/gemaltomodem/radio-settings.c > > > > I went ahead and applied this with a 2 lines amended: changing 'enum > ofono_access_mode' to 'unsigned int'. I recently updated all the drivers in > commit 1d86dbc6 ("radio-settings: Do not use enum ofono_access_mode"). So I > did a similar amend here for consistency.
Ok, thanks. After enum ofono_access_mode has been removed, it is possible to convert all the 'ifs' into 'switch' branches in the function gemalto_set_rat_mode. I will test and send a cleanup patch. Regards, Sergey _______________________________________________ ofono mailing list -- ofono@ofono.org To unsubscribe send an email to ofono-le...@ofono.org