lite-qmi-libmbim-demo
----------------------------
This is the "Hello world" example for connecting lite-qmi to a libmbim-based transport layer. 
The application uses the GLIB framework. 
It demonstrates the sending of QMI requests and the receiving of QMI responses. 
It demonstrates the receiving of QMI indications. 
It exercises the QMI UIM service to enable/disable UIM indications. 
Indications can be verified by inserting/removing SIM card. 
Future GLIB apps involving multiple QMI services could be based on this app.

App usage: 
  <appName> -d /dev/cdc-wdm0 [-p] [-v]
  -d  --device mbim device name
         e.g. /dev/cdc-wdm0
  -p  --proxy
        open mbim device through mbim-proxy
  -v  --verbose
        print all messages
  -h  --help
        This option prints the usage instructions

Once app is running, the following commands may be used:

    (s)ubscribe for UIM QMI notifications
    (u)nsubscribe for UIM notifications
    (d)isplay to display tests
    (c)ancel currently executing test
    (q)uit to exit


