diff ater/submux.h @ 19:1e375472d5a5

ater: implement TRAU frame output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 08:07:45 +0000
parents 4ffe22f5b4b5
children 237687e2be6c
line wrap: on
line diff
--- a/ater/submux.h	Mon Jun 24 07:26:20 2024 +0000
+++ b/ater/submux.h	Mon Jun 24 08:07:45 2024 +0000
@@ -21,9 +21,12 @@
 	bool is_active;
 	bool is_efr;
 	struct osmo_trau_frame ul_frame;
+	unsigned mfrm_count;
 };
 
 extern struct ater_subslot subslots[ATER_SUBSLOTS];
 
 void i460_rx_func(struct osmo_i460_subchan *schan, void *user_data,
 		  const ubit_t *bits, unsigned int num_bits);
+
+void init_trau_ul_frame(int nr);