osmo-bts/src/osmo-bts-trx
Philipp Maier 6020cb3dc1 l1sap: Accept RFC5993 and TS 101.318 HR GSM payload
Unfotunately there are two different RTP formats for HR GSM specified
and it is unclear which should be used with GSM networks. Also esch BTS
model may have a preference for either one or the other format.

Lets set internal flags to determine the preference for each BTS model
and then lets use this information to convert incoming RTP packets into
the prefered format. Doing so we will make sure that always both formats
are accepted.

Change-Id: I17f0b546042fa333780fd2f5c315898ab0df574c
Related: OS#5688
2022-12-15 11:32:46 +01:00
..
Makefile.am Depend on libosmo-netif 2022-09-06 09:14:40 +02:00
amr_loop.c osmo-bts-trx: amr_loop: trigger the loop unconditionally 2022-08-08 05:43:20 +00:00
amr_loop.h osmo-bts-trx: use C/I in the AMR link adaptation loop 2022-04-20 12:18:08 +00:00
l1_if.c osmo-bts-trx: fix handling of ciphering params in PRIM_INFO_MODIFY 2022-08-27 18:56:33 +07:00
l1_if.h osmo-bts-trx: new rate counter 'trx_sched:dl_fh_cache_miss' 2022-03-09 07:22:27 +00:00
main.c l1sap: Accept RFC5993 and TS 101.318 HR GSM payload 2022-12-15 11:32:46 +01:00
probes.d initial support for static userspace probes via systemtap 2021-10-25 10:06:09 +00:00
sched_lchan_fcch_sch.c [VAMOS] common/scheduler: unify symbol names for training sequences 2021-06-01 02:46:43 +00:00
sched_lchan_pdtch.c osmo-bts-trx: handle MTS 0b0110 indicating an Access Burst 2022-10-04 16:33:10 +00:00
sched_lchan_rach.c osmo-bts-trx: rx_rach_fn(): properly detect handover RACH 2022-10-04 14:57:57 +00:00
sched_lchan_tchf.c sched_lchan_tchf: replace numeric constant with define constant 2022-12-08 17:02:05 +01:00
sched_lchan_tchh.c osmo-bts-trx: use lookup tables for checking AMR CMI/CMR on Downlink 2022-11-01 01:04:25 +07:00
sched_lchan_xcch.c osmo-bts-trx: drop Uplink loss detection from Downlink path 2022-05-06 12:55:18 +00:00
sched_utils.h osmo-bts-trx: drop ul_amr_fn_is_cmi() / dl_amr_fn_is_cmi() 2022-11-01 01:09:20 +07:00
scheduler_trx.c osmo-bts-trx: bts_report_interf_meas(): remove unused fn param 2022-04-13 15:03:20 +00:00
trx_if.c osmo-bts-trx: handle MTS 0b0110 indicating an Access Burst 2022-10-04 16:33:10 +00:00
trx_if.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
trx_provision_fsm.c osmo-bts-trx: fix potential NULL pointer dereference 2021-10-23 01:18:27 +03:00
trx_provision_fsm.h [VAMOS] osmo-bts-trx: properly handle per-timeslot TSC values 2021-06-04 20:04:13 +00:00
trx_vty.c osmo-bts-trx: respond to tx-attenuation config in real time. 2022-10-13 14:34:15 +00:00