aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-24 13:46:04 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-27 14:46:58 +0100
commit023739fc94af2be7e2f70f26dea92d9f0c250efb (patch)
tree6b37ba8dea5f0067d2ddc584c97e45bdcd528310
parent1817447c24e3919981b253c4b9de32b2252844b4 (diff)
sysmobts: Add the requested TA to the field ACCH header
Write the requested timing advance into the header. We are currently using the u8AutoTA mode so the value will be overwritten by the DSP before the bursts are sent to the MS.
-rw-r--r--src/osmo-bts-sysmo/l1_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index c43f7e7a..a2e4be72 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -478,6 +478,7 @@ static int handle_ph_readytosend_ind(struct femtol1_hdl *fl1,
* (ul_power_target==0), then this value will be
* overridden. */
msu_param->u8Buffer[0] = lchan->ms_power;
+ msu_param->u8Buffer[1] = lchan->rqd_ta;
rc = lapdm_phsap_dequeue_prim(le, &pp);
if (rc < 0) {
/* No SACCH data from LAPDM pending, send SACCH filling */