Hi Christophe, Thanks for the response.
> I agree with Jonas to say that all the magic is in ss_info_notify. At least > that's the case outside LTE, I don't know a lot about LTE specificities. Any idea how to modify the source to get ss_info_notify running in qmimodem The question is how to do it? Adding qmi_service_register(data->nas, QMI_NAS_SS_INFO_IND, ss_info_notify, netreg, NULL); to ss_info_notify network-registration.c just not working. > When you restart Ofono, radio stack of the modem will be reset > (something like AT+CFUN=4, AT+CFUN=0 happens), that's why a new data > registration process occurs. You are right, restarting ofono is to reset modem, I can also run SARA modem power reset via GPIO to bring the register back as well. > I don't know if you have access to an AT channel or another QMI channel > on your modem while Ofono is running. If this is the case, you could ask > for registration status while ofono is running using AT commands or > using qmicli. Let me know if you can do that and don't know the commands > to do it. Yes, there are two ports, /dev/ttyUSB0 is for QMI control, /dev/ttyUSB1 is for AT, QMI modem does not use it. Yes, I can run AT commands manually in the command line to get responses from /dev/ttyUSB1. Thank you. Kind regards, - j _______________________________________________ ofono mailing list -- [email protected] To unsubscribe send an email to [email protected]
