Hi Forest, > - ofono_netreg_create(modem, 0, "atmodem", data->modem); > + if (data->have_gsm == TRUE) { > + ofono_netreg_create(modem, 0, "atmodem", data->modem); > + } else if (data->have_cdma == TRUE) { > + /* > + * Once we have CnS protocol support, we should be able to do > + * netreg that way instead of using the same port for both. > + */ > + ofono_cdma_netreg_create(modem, 0, "sierramodem", data->modem); > + ofono_cdma_connman_create(modem, OFONO_VENDOR_SIERRA, > + "cdmamodem", data->modem); > + } Ah I see what you're doing now. This is really not going to work too well if you have just one AT port available... Regards, -Denis