From 023739fc94af2be7e2f70f26dea92d9f0c250efb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 24 Jan 2014 13:46:04 +0100 Subject: 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. --- src/osmo-bts-sysmo/l1_if.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3