osmo-bts/src/common
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
..
Makefile.am ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00
abis.c common/abis.c: make use of RSL TEI from OML IPA RSL Connect 2020-01-11 00:51:43 +01:00
amr.c Fix some spelling errors 2016-12-22 14:04:22 +00:00
bts.c rsl: make IP DSCP configurable 2020-03-08 17:56:52 +01:00
bts_ctrl_commands.c Add severity to OML FAILURE EVENT REPORT 2019-05-25 10:24:13 +02:00
bts_ctrl_lookup.c CTRL: make the CTRL-Interface IP address configurable 2017-01-10 15:45:59 +00:00
cbch.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
dtx_dl_amr_fsm.c Fix Downlink AMR FSM name to avoid illegal space character 2017-10-24 18:43:45 +02:00
gsm_data_shared.c l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCH 2020-01-20 14:35:19 +00:00
handover.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
l1sap.c l1sap: fix gsmtap_ph_rach(): properly pack 8-bit and 11-bit RA 2020-04-01 01:46:44 +07:00
lchan.c cosmetic: common ts_is_pdch() 2016-08-30 07:35:47 +00:00
load_indication.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
logging.c logging: use only LOGL_NOTICE as defualt loglevel 2020-04-14 13:20:21 +00:00
main.c Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds 2019-08-05 16:13:09 +02:00
measurement.c measurement: remove unecessary is_amr_sid_update parameter 2020-04-25 14:03:06 +00:00
msg_utils.c Use LOGPLCHAN whenever possible 2019-05-24 00:02:34 +02:00
oml.c common/abis.c: make use of RSL TEI from OML IPA RSL Connect 2020-01-11 00:51:43 +01:00
paging.c ETWS Primary Notification via P1 Rest Octets 2019-09-05 14:30:17 +02:00
pcu_sock.c pcuif_proto.h: extend RACH.ind with TRX and timeslot number fields 2019-11-22 17:38:07 +00:00
phy_link.c bts-trx: vty: Print phy link state in cmd 'show transceiver' 2019-10-05 20:50:13 +00:00
power_control.c power_control.c: Clarify loop algo vars and use correct ones during log 2019-12-05 12:58:08 +01:00
rsl.c rsl: make IP DSCP configurable 2020-03-08 17:56:52 +01:00
scheduler.c dtx: add detection of AMR DTX frames for osmo-bts-trx 2020-04-25 14:03:06 +00:00
scheduler_mframe.c CBCH: Some more scheduler_mframe cleanup 2018-09-17 22:47:45 +02:00
sysinfo.c common/sysinfo: reduce criticality of a logging message 2020-02-29 14:29:27 +07:00
ta_control.c ta_control: move timing advance code from osmo-bts-trx to common 2020-01-20 14:33:49 +00:00
tx_power.c Cosmetic fixes for power ramping code. 2018-02-19 08:51:25 +00:00
vty.c VTY: add "test send-failure-event-report" 2020-03-24 08:01:05 +00:00