FreeCalypso > hg > ice1-trau-tester
comparison ater8/submux.h @ 48:3cc26391d24d
ater8: add support for data mode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 13 Sep 2024 01:03:43 +0000 |
parents | ff94d7fc5891 |
children |
comparison
equal
deleted
inserted
replaced
47:13fffc41f989 | 48:3cc26391d24d |
---|---|
17 | 17 |
18 struct ater_subslot { | 18 struct ater_subslot { |
19 struct osmo_i460_subchan *schan; | 19 struct osmo_i460_subchan *schan; |
20 int nr; | 20 int nr; |
21 bool is_active; | 21 bool is_active; |
22 bool is_data; | |
22 bool frame_has_taf; | 23 bool frame_has_taf; |
23 struct osmo_trau_frame ul_frame; | 24 struct osmo_trau_frame ul_frame; |
24 unsigned mfrm_count; | 25 unsigned mfrm_count; |
25 int16_t *play_buffer; | 26 int16_t *play_buffer; |
26 unsigned play_buf_total; | 27 unsigned play_buf_total; |