comparison 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
comparison
equal deleted inserted replaced
300:edcb8364d45b 301:4bb5772a05a3
550 AT_CMD_IOW, 550 AT_CMD_IOW,
551 AT_CMD_AT_BUZ, 551 AT_CMD_AT_BUZ,
552 AT_CMD_AT_BZSTOP, 552 AT_CMD_AT_BZSTOP,
553 AT_CMD_AT_VIBR, 553 AT_CMD_AT_VIBR,
554 AT_CMD_AT_VIBS, 554 AT_CMD_AT_VIBS,
555 AT_CMD_P_SPVER,
555 /* terminator */ 556 /* terminator */
556 AT_CMD_MAX, /* maximum command id */ 557 AT_CMD_MAX, /* maximum command id */
557 AT_CMD_BIGGEST = 0x0000ffff /* To avoid the lint warning 650 */ 558 AT_CMD_BIGGEST = 0x0000ffff /* To avoid the lint warning 650 */
558 } T_ACI_AT_CMD; 559 } T_ACI_AT_CMD;
559 560