comparison 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
comparison
equal deleted inserted replaced
32:94f11dc0d474 33:351bd801cdce
14 14
15 #define ABIS_SUBSLOTS 4 15 #define ABIS_SUBSLOTS 4
16 16
17 struct abis_subslot { 17 struct abis_subslot {
18 struct osmo_i460_subchan *schan; 18 struct osmo_i460_subchan *schan;
19 struct osmo_fsm_inst *sync;
19 int nr; 20 int nr;
20 bool is_active; 21 bool got_sync;
21 bool is_efr; 22 uint8_t frame_type;
22 struct osmo_fsm_inst *sync;
23 }; 23 };
24 24
25 extern struct abis_subslot subslots[ABIS_SUBSLOTS]; 25 extern struct abis_subslot subslots[ABIS_SUBSLOTS];
26 26
27 void i460_rx_func(struct osmo_i460_subchan *schan, void *user_data, 27 void i460_rx_func(struct osmo_i460_subchan *schan, void *user_data,