Check out my first novel, midnight's simulacra!
QMI: Difference between revisions
From dankwiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The Qualcomm MSM Interface is a binary protocol that seeks to replace the Hayes AT command set for modems. It defines a set of services: | The Qualcomm MSM Interface is a binary protocol that seeks to replace the [https://en.wikipedia.org/wiki/Hayes_command_set Hayes AT command set] for modems. It defines a set of services: | ||
* CTL -- control | * CTL -- control | ||
* DMS -- device management | * DMS -- device management |
Revision as of 17:37, 1 March 2019
The Qualcomm MSM Interface is a binary protocol that seeks to replace the Hayes AT command set for modems. It defines a set of services:
- CTL -- control
- DMS -- device management
- NAS -- network access
- WDS -- wireless data
- WDA -- wireless data administration
- WMS -- wireless messaging
- PDS -- position determination
- PBM -- phonebook management
- UIM -- user identification module
- OMA -- open management alliance
On Linux, QMI is primarily driven through the qmi-glib library and the qmicli tool. A client context must be acquired from the CTL service to use most other services.