aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/lc15bts_vty.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-04-22 12:41:39 +0200
committerlaforge <laforge@osmocom.org>2020-04-25 14:03:06 +0000
commit78a1d3a31a568731f3c253743f0426f51b2df200 (patch)
treeb5d03c396261a9030aaf35c0a04ac6f694bc4440 /src/osmo-bts-litecell15/lc15bts_vty.c
parent58b9f1189843a91f53bce76b3afa9483f89440a0 (diff)
measurement: remove unecessary is_amr_sid_update parameter
The function ts45008_83_is_sub rougly decides if a frame is a SUB frame or not. This works by checking the frame number against against lookup tables. This works fine for codecs where the occurrence of SUB frames is fixed. However for AMR this is not the case as the DTX periods are dynamic. Here it is the responsibility of the lower layers (phy, frame decoding) to tag SUB frames early since making the decision later based on the frame number is not possible. The parameter is_amr_sid_update was probably added as a placeholder. It is set to falls by the callers of the function. Lets remove this parameter as a late decision if an AMR frame is a SUB frame will never work. Change-Id: I125d5ff592218a9e98130a6a7b6bbc6378ce4132 Related: OS#2978
Diffstat (limited to 'src/osmo-bts-litecell15/lc15bts_vty.c')
0 files changed, 0 insertions, 0 deletions