diff ater/submux.h @ 44:16715bd149e0

ater: add support for data mode
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 12 Sep 2024 09:01:50 +0000
parents 237687e2be6c
children 13fffc41f989
line wrap: on
line diff
--- a/ater/submux.h	Fri Aug 30 19:04:57 2024 +0000
+++ b/ater/submux.h	Thu Sep 12 09:01:50 2024 +0000
@@ -19,6 +19,7 @@
 	struct osmo_i460_subchan *schan;
 	int nr;
 	bool is_active;
+	bool is_data;
 	bool is_efr;
 	struct osmo_trau_frame ul_frame;
 	unsigned mfrm_count;
@@ -34,3 +35,4 @@
 		  const ubit_t *bits, unsigned int num_bits);
 
 void init_trau_ul_frame(int nr);
+void init_trau_ul_frame_csd(int nr, bool ir_16k);