Attention is currently required from: laforge, fixeria.
2 comments:
File library/RSL_Types.ttcn:
Patch Set #2, Line 389: RSL_SpeechAlgoDataRate
I am currently looking at 3GPP TS 48.058 section 9.3.6, and I see the following: […]
Done
SL_CMOD_DT_NT2 ('00100010'B),
RSL_CMOD_DT_NT3 ('00100011'B),
RSL_CMOD_DT_NT4 ('00101001'B),
RSL_CMOD_DT_NT5 ('00101010'B),
RSL_CMOD_DT_NT6 ('00101011'B),
RSL_CMOD_DT_NT7 ('00110100'B),
RSL_CMOD_DT_NT9 ('00011000'B),
RSL_CMOD_DT_T1 ('01111000'B),
RSL_CMOD_DT_T2 ('01111001'B),
RSL_CMOD_DT_T3 ('01011000'B),
RSL_CMOD_DT_T4 ('01010000'B),
RSL_CMOD_DT_T5 ('01010001'B),
RSL_CMOD_DT_T6 ('01010010'B),
RSL_CMOD_DT_T7 ('01010011'B),
RSL_CMOD_DT_T8 ('01010100'B),
RSL_CMOD_DT_T9
Why would those be called _NT1 or _T2 rather than something that indicates their actual data rate? l […]
Done, changed it to the same names as in libosmocore.
To view, visit change 31556. To unsubscribe, or for help writing mail filters, visit settings.