osmo-bts/tests
Philipp Maier 78a1d3a31a 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
2020-04-25 14:03:06 +00:00
..
agch Remove unneeded direct libortp dependency 2018-07-02 16:36:14 +02:00
cipher Remove unneeded direct libortp dependency 2018-07-02 16:36:14 +02:00
handover Move Access Burst link quality handling to L1SAP 2019-07-21 21:55:51 +07:00
meas measurement: remove unecessary is_amr_sid_update parameter 2020-04-25 14:03:06 +00:00
misc use osmo_init_logging2() with proper talloc ctx 2018-04-04 17:54:37 +02:00
paging ETWS Primary Notification via P1 Rest Octets 2019-09-05 14:30:17 +02:00
power power_control.c: Limit speed of announced MS Power Level value changes 2019-11-20 20:27:04 +01:00
sysmobts fix compilation with gcc-10 2020-04-20 20:09:24 +02:00
ta_control ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00
tx_power Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
Makefile.am ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00
stubs.c bts_model: Allow TS connect to be processed asynchronously 2018-11-26 14:08:14 +01:00
testsuite.at ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00