diff abis/submux.h @ 33:351bd801cdce

abis: should be complete now
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Aug 2024 22:53:42 +0000
parents 94f11dc0d474
children
line wrap: on
line diff
--- a/abis/submux.h	Tue Aug 13 22:07:49 2024 +0000
+++ b/abis/submux.h	Tue Aug 13 22:53:42 2024 +0000
@@ -16,10 +16,10 @@
 
 struct abis_subslot {
 	struct osmo_i460_subchan *schan;
+	struct osmo_fsm_inst *sync;
 	int nr;
-	bool is_active;
-	bool is_efr;
-	struct osmo_fsm_inst *sync;
+	bool got_sync;
+	uint8_t frame_type;
 };
 
 extern struct abis_subslot subslots[ABIS_SUBSLOTS];