[layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.
[osmocom-bb.git] / src / target / firmware / include / layer1 / sync.h
index 760b44c..7613449 100644 (file)
@@ -60,6 +60,8 @@ struct l1s_state {
        /* The current TPU offset register */
        uint32_t        tpu_offset;
 
+       int8_t          ta;
+
        /* Transmit queues of pending packets for main DCCH and ACCH */
        struct llist_head tx_queue[_NUM_L1S_CHAN];