Hi,
I have a WP7702 and are trying to send data over NB-IoT. Using a Vodafone SIM I succeeded in sending data over TCP and UDP. Using a T-Mobile SIM the same application won’t send any data to my server. Legato throws a lot of errors related to DNS and WiFi (my application doesn’t use WiFi or functions for DNS), and eventually crashes. I have the impression that the T-Mobile SIM doesn’t hand out IP addresses of DNS servers and that this is causing the Data Connection Service to crash. Is Legato indeed depending on the cellular network to hand out DNS, even if no DNS query is needed? Is there a way around this, or will there be in the future?
The errors that keep on apearing:
Jan 6 05:22:08 | wifiService[685] | | WIFICLIENT_DISCONNECT
Jan 6 05:22:08 | wifiService[685] | | Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
Jan 6 05:22:08 | wifiService[685]/daemon T=main | pa_wifi_client_ti.c pa_wifiClient_Disconnect() 1056 | WiFi Client Command Failed: (24832)wlan0 WIFICLIENT_DISCONNECT
Jan 6 05:22:08 | dcsDaemon[14814]/dcsDaemon T=main | dcsServer.c TryStopWifiSession() 1505 | Impossible to disconnect wifi client
Jan 6 05:22:08 | dcsDaemon[14814]/le_pa_dcs T=main | pa_dcs_linux.c pa_dcs_SetDefaultGateway() 568 | Default gateway or interface is empty
Jan 6 05:22:08 | dcsDaemon[14814]/dcsDaemon T=main | dcsServer.c LoadSelectedTechProfile() 955 | No value set for ‘SSID’!
Jan 6 05:22:08 | dcsDaemon[14814]/dcsDaemon T=main | dcsServer.c TryStartWifiSession() 1323 | Impossible to use Wifi profile, result -1 (LE_NOT_FOUND)
Jan 6 05:22:08 | wifiService[685]/daemon T=main | le_wifiClient.c le_wifiClient_Disconnect() 1282 | Disconnect
Jan 6 05:22:08 | modemDaemon[679]/le_pa T=main | pa_mrc_qmi.c pa_mrc_GetNetworkRegState() 1945 | called
Jan 6 05:22:08 | wifiService[685] | | WIFICLIENT_DISCONNECT
Jan 6 05:22:08 | wifiService[685] | | Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
Jan 6 05:22:08 | wifiService[685]/daemon T=main | pa_wifi_client_ti.c pa_wifiClient_Disconnect() 1056 | WiFi Client Command Failed: (24832)wlan0 WIFICLIENT_DISCONNECT
Jan 6 05:22:08 | dcsDaemon[14814]/dcsDaemon T=main | dcsServer.c TryStopWifiSession() 1505 | Impossible to disconnect wifi client
Jan 6 05:22:08 | dcsDaemon[14814]/le_pa_dcs T=main | pa_dcs_linux.c pa_dcs_SetDefaultGateway() 568 | Default gateway or interface is empty
Jan 6 05:22:08 | dcsDaemon[14814]/le_pa_dcs T=main | pa_dcs_linux.c pa_dcs_SetDefaultGateway() 568 | Default gateway or interface is empty
Jan 6 05:22:08 | modemDaemon[679]/le_pa T=main | pa_mrc_qmi.c pa_mrc_GetNetworkRegState() 1945 | called
Best regards,
Isabel.