From fecab500666b7913bee89fbf0427f37b571512f3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 17 Mar 2021 15:26:37 +0100 Subject: sysmo: fix wrong FN jumps in rx RA.ind There's no need for setting the FN in RA.ind since we anyway already receive a DATA.ind beforehand. Furthermore, the applied delay of 5 in the call is not really used at all. Change-Id: I437f4f95d054aea96bec3b9343e495451020ff3c --- src/pcu_l1_if.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pcu_l1_if.h') diff --git a/src/pcu_l1_if.h b/src/pcu_l1_if.h index aff23f5d..246444ca 100644 --- a/src/pcu_l1_if.h +++ b/src/pcu_l1_if.h @@ -177,7 +177,6 @@ int pcu_rx_data_ind_pdtch(struct gprs_rlcmac_bts *bts, struct gprs_rlcmac_pdch * uint8_t len, uint32_t fn, struct pcu_l1_meas *meas); void pcu_rx_block_time(struct gprs_rlcmac_bts *bts, uint16_t arfcn, uint32_t fn, uint8_t ts_no); -void pcu_rx_ra_time(struct gprs_rlcmac_bts *bts, uint16_t arfcn, uint32_t fn, uint8_t ts_no); uint16_t imsi2paging_group(const char* imsi); #ifdef __cplusplus } -- cgit v1.2.3