Attention is currently required from: osmith.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31556 )
Change subject: library/RSL_Types: RSL_SpeechAlgo: support CSD ......................................................................
Patch Set 2: Code-Review-1
(1 comment)
File library/RSL_Types.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31556/comment/22fcb8cb_4ff6f... PS2, Line 397: 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? like DT_NT_6k / DT_NT_12k / DT_T_14k4 / ... ?