libosmo-gprs/src
Vadim Yanitskiy cce691d19e rlcmac: do not attempt to decode PTCCH/D blocks, discard them
PTCCH/D blocks use different encoding than PDTCH/D blocks, and passing
them to gprs_rlcmac_handle_gprs_dl_block() results in decoding errors:

  DRLCMAC NOTICE rlcmac.c:496 Failed decoding dl ctrl block:
  7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 2b 2b 2b 2b 2b 2b 2b

We don't implement PTCCH yet, so discard these blocks starting at
Fn=12 within the period of 104 frames (see 3GPP 45.002, table 6).

Change-Id: I555004987cf2daa995b9ea21c90ac699199c4e9a
2023-03-17 09:06:03 +07:00
..
csn1 csn1: add -export-symbols-regex '^osmo_' to LDFLAGS 2022-08-07 17:51:26 +07:00
gmm Create skeleton for libosmo-gprs-gmm 2023-03-15 10:43:49 +01:00
llc {rlcmac,llc,sndcp}: AM_LDFLAGS shall not contain *_LIBS 2023-03-13 10:46:01 +00:00
rlcmac rlcmac: do not attempt to decode PTCCH/D blocks, discard them 2023-03-17 09:06:03 +07:00
sndcp {rlcmac,llc,sndcp}: AM_LDFLAGS shall not contain *_LIBS 2023-03-13 10:46:01 +00:00
Makefile.am Create skeleton for libosmo-gprs-gmm 2023-03-15 10:43:49 +01:00