Commit Graph

4 Commits

Author SHA1 Message Date
Pau Espin 4925c0af99 qmimodem: Support Emergency calls
Tested with a QMI modem (SierraW MC7304) on an Osmocom 2G network
operated by osmo-gsm-tester. When setting the specific call type, an
Emergency Setup is submitted towards the network.
2020-10-15 17:33:47 +02:00
Alexander Couzens 95cbeb3a71 [RFC] qmimodem: implement voice calls
The voice_generated.* files is an RFC how files should look like.
They aren't yet generated.
2020-10-15 17:33:47 +02:00
Jonas Bonn 67701b1c40 drivers: constify vtables
The driver vtables are read-only structures.  This patch declares them as
'const' allowing the compiler to (optionally) put them in the RELRO
section.  RELRO pages may be marked as read-only by the linker after
the relocations have been done ensuring that they aren't inadvertently
or maliciously altered at runtime.
2018-10-17 09:56:27 -05:00
Marcel Holtmann 71f6d63859 qmimodem: Add skeleton for voice call support 2012-06-25 12:11:08 -07:00