diff src/g23m-aci/aci/aci_cmh.h @ 301:4bb5772a05a3

AT%SPVER: new command for setting custom speech version lists The speech version list in the Bearer Capability IE tells the network which speech codecs are supported by the MS, and in which order of preference. The standard behaviour is to list all codecs that are supported by the hw+fw platform, and the standard preference order is newer over older, FR over HR. But sometimes it is desirable (for network testing) to artificially restrict which codecs the test MS will declare as supported, and/or to list them in some peculiar non-standard order of preference. Add a new private AT command, AT%SPVER, allowing the user to set and clear custom speech version lists for the Bearer Capability IE composer in CC.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2023 21:43:10 +0000
parents a927f030a4e0
children d32ac4edb634
line wrap: on
line diff
--- a/src/g23m-aci/aci/aci_cmh.h	Tue Dec 13 02:44:01 2022 +0000
+++ b/src/g23m-aci/aci/aci_cmh.h	Sun May 21 21:43:10 2023 +0000
@@ -552,6 +552,7 @@
   AT_CMD_AT_BZSTOP,
   AT_CMD_AT_VIBR,
   AT_CMD_AT_VIBS,
+  AT_CMD_P_SPVER,
   /* terminator */
   AT_CMD_MAX,                  /* maximum command id */
   AT_CMD_BIGGEST = 0x0000ffff  /* To avoid the lint warning 650 */