From a23c7eee151c1e92dacaadb823b26d426a904564 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 18 Dec 2012 10:47:28 +0100 Subject: Adding direct access to DSP of sysmoBTS for PDTCH traffice In order to use this feature, sysmoBTS requires option "-M", otherwise the traffic is forwarded through socket interface. This is essential, if PCU runs on processor of sysmoBTS. The reaction time and delay of PDTCH frames could heavily degrade proper packet flow. --- src/gprs_rlcmac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index 24a84e52..1d3fad92 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -58,6 +58,7 @@ struct gprs_rlcmac_pdch { }; struct gprs_rlcmac_trx { + void *fl1h; uint16_t arfcn; struct gprs_rlcmac_pdch pdch[8]; struct gprs_rlcmac_tbf *ul_tbf[32]; /* array of UL TBF, by UL TFI */ @@ -65,6 +66,7 @@ struct gprs_rlcmac_trx { }; struct gprs_rlcmac_bts { + uint8_t bsic; uint8_t fc_interval; uint8_t cs1; uint8_t cs2; -- cgit v1.2.3