struct ue_ref_modes { char *name; int longtb0; int longtb1; int tti0; int tti1; int long_tti_rm0; int long_tti_rm1; int code_type0; int code_type1; int code_rate0; int code_rate1; int crc0; int crc1; int slot_format; }; #define NUM_REFERENCE_MODES 3 struct ue_ref_modes ref_modes[]={ { "64 kbps", 1280, 100, 2, 4, 4016, 384, CODE_TURBO, CODE_CONV, 3, 3, 16, 12, 13 }, { "144 kbps", 2880, 100, 2, 4, 8464, 352, CODE_TURBO, CODE_CONV, 3, 3, 16, 12, 14 }, { "384 kbps", 3840, 100, 1, 4, 9048, 288, CODE_TURBO, CODE_CONV, 3, 3, 16, 12, 15 } };