evs: fix typo for evs_d_bits_t0_values

should be { 0x6, "NB 24.4 kbps" } instead of the current { 0x6, "Not used" }
According to Table A.3 of 3gpp TS 26445

Reported by Massimiliano Agnoletti

Close: #18550
This commit is contained in:
Alexis La Goutte 2022-10-26 19:41:21 +00:00 committed by Uli Heilmeier
parent 9504b54bc1
commit 0b9edb2299
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static const value_string evs_d_bits_t0_values[] = {
{ 0x3, "NB 9.6 kbps" },
{ 0x4, "NB 13.2 kbps" },
{ 0x5, "NB 16.4 kbps" },
{ 0x6, "Not used" },
{ 0x6, "NB 24.4 kbps" },
{ 0x7, "Not used" },
{ 0x8, "Not used" },
{ 0x9, "Not used" },