summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/include/osmocom/bb
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/include/osmocom/bb')
-rw-r--r--src/host/trxcon/include/osmocom/bb/l1sched/l1sched.h2
-rw-r--r--src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/host/trxcon/include/osmocom/bb/l1sched/l1sched.h b/src/host/trxcon/include/osmocom/bb/l1sched/l1sched.h
index 3f5e8b04..6c5a31e8 100644
--- a/src/host/trxcon/include/osmocom/bb/l1sched/l1sched.h
+++ b/src/host/trxcon/include/osmocom/bb/l1sched/l1sched.h
@@ -223,6 +223,8 @@ struct l1sched_lchan_state {
/*! Queue of Tx primitives */
struct llist_head tx_prims;
+ /*! Tx primitive being sent */
+ struct msgb *prim;
/*! Mode for TCH channels (see GSM48_CMODE_*) */
uint8_t tch_mode;
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h b/src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h
index bbb4eb57..9eba4fde 100644
--- a/src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h
+++ b/src/host/trxcon/include/osmocom/bb/trxcon/trxcon_fsm.h
@@ -105,6 +105,8 @@ struct trxcon_param_tx_data_cnf {
uint8_t link_id;
uint16_t band_arfcn;
uint32_t frame_nr;
+ size_t data_len;
+ const uint8_t *data;
};
/* param of TRXCON_EV_RX_DATA_IND */