How to get certain indications of the radio module in Python?
Martin Maurer
martin.maurer at mmeacs.de
Sat Jan 13 11:25:58 UTC 2024
Hello,
there is
indication_nas_serving_system and a function to parse it
https://lazka.github.io/pgi-docs/Qmi-1.0/functions.html#Qmi.indication_nas_serving_system_indication_parse
indication_nas_operator_name and a function to parse it
https://lazka.github.io/pgi-docs/Qmi-1.0/functions.html#Qmi.indication_nas_operator_name_indication_parse
indication_wds_packet_service_status and a function to parse it
https://lazka.github.io/pgi-docs/Qmi-1.0/functions.html#Qmi.indication_wds_packet_service_status_indication_parse
I see that my radio module is sending them (on USB) and contains useful
data.
What do I need to do to be able to received them (at any time, when they
occure)?
Are there functions where I can store a callback, which is called, when
such a message was sent by my radio module?
Is this supported by libqmi?
Many thanks!
Best regards,
Martin
More information about the libqmi-devel
mailing list