<div dir="ltr"><div>The libqmi interaction/WWAN code is all running in a separate thread being part of a bigger application. The g_main_loop is running in this thread. I am receiving responses to requests but no indications from libqmi. Code is using proxy to talk to LE910 modem.</div><div><br></div>In the callback of Nas Client allocation, i invoke:<div><div>qmi_client_nas_register_indications(...)</div><div><br></div><div>In the callback to the above qmi_client_nas_register_indications:</div><div><br></div><div>i register for NAS serving-system indication as :</div><div><div>g_signal_connect(nasClient,</div><div>                          "serving-system",</div><div>                          G_CALLBACK (SrvSysIndCallback),</div><div>                          callback_data);</div></div><div><br></div><div>The callback is never invoked even though the modem is registered and has service.</div><div><br></div><div>what am i doing wrong? Could you help?</div><div><br></div><div><br></div><div><br></div></div></div>