not able to receive any indications using libqmi on Linaro

Shilpa Velamuri shilpa.vel at gmail.com
Wed Nov 16 22:29:29 UTC 2016


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.

In the callback of Nas Client allocation, i invoke:
qmi_client_nas_register_indications(...)

In the callback to the above qmi_client_nas_register_indications:

i register for NAS serving-system indication as :
g_signal_connect(nasClient,
                          "serving-system",
                          G_CALLBACK (SrvSysIndCallback),
                          callback_data);

The callback is never invoked even though the modem is registered and has
service.

what am i doing wrong? Could you help?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libqmi-devel/attachments/20161116/c51b8411/attachment.html>


More information about the libqmi-devel mailing list