aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-11-29 02:06:34 +0100
committerAlexander Couzens <lynxis@fe80.eu>2016-11-29 02:06:34 +0100
commit14331f90b62b6525166baea2faf28cab9196b493 (patch)
treed6c8f7d5080cb781d9a403986efbd2b6d1ebd25f
parentcd074261e36f423c45db7e4b7e39ddadaba1ab54 (diff)
pgsl_l1_if.c: feed the PCU with the framenumber from uldata packages
-rw-r--r--src/osmo-bts-rbs/pgsl_l1_if.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-rbs/pgsl_l1_if.c b/src/osmo-bts-rbs/pgsl_l1_if.c
index d208b9a8..c7982485 100644
--- a/src/osmo-bts-rbs/pgsl_l1_if.c
+++ b/src/osmo-bts-rbs/pgsl_l1_if.c
@@ -29,6 +29,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/utils.h>
#include <bts.h>
+#include <pcu_l1_if.h>
#include "gprs_debug.h"
#include "pgsl.h"
#include "pgsl_l1_if.h"
@@ -183,6 +184,8 @@ static int rx_uldata_ind(struct pgsl_tn_state *tns,
break;
}
+ pcu_rx_block_time(55, ind->afn_u, ind->tn);
+
return ret;
}