aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2023-08-08pcu_sock: get rid of fn parameter in pcu_tx_pch_data_cnfPhilipp Maier2-3/+2
2023-08-08pcuif_proto: rename tlli to msg_idPhilipp Maier2-7/+7
2023-08-07rsl: rsl_handle_chan_mod_ie(): do not use legacy definesVadim Yanitskiy1-7/+7
2023-08-07rsl: rsl_handle_chan_mod_ie(): set lchan->csd_modeVadim Yanitskiy1-0/+18
2023-07-30osmo-bts-trx: bts_supports_cm_data(): allow non-transparent modesVadim Yanitskiy1-0/+3
2023-07-30csd_v110_rtp_encode(): properly set E1/E2/E3 bitsVadim Yanitskiy1-2/+19
2023-07-30l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy4-13/+213
2023-07-21Add test cases for rest octets of Paging RequestsAndreas Eversberg1-52/+4
2023-07-21ASCI: Repeat UPLINK FREE message until uplink becomes busyAndreas Eversberg2-0/+13
2023-07-21ASCI: Add Notification/FACCH supportAndreas Eversberg2-0/+79
2023-07-21ASCI: Send only NLN on Paging request type 1 rest octetsAndreas Eversberg1-6/+9
2023-07-21ASCI: Add support for rest octets in Paging request type 2 and 3Andreas Eversberg1-12/+127
2023-07-21ASCI: Add Notification CHannel (NCH) supportAndreas Eversberg3-19/+112
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg3-0/+25
2023-07-21ASCI: Add function to reactivate channelAndreas Eversberg1-13/+36
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte7-18/+302
2023-07-17paging: also accept zero length IMSI strings 3Philipp Maier1-10/+22
2023-07-13osmo-bts-trx: implement TCH/F2.4 support for CSDVadim Yanitskiy1-4/+0
2023-07-13osmo-bts-trx: implement CSD scheduling supportVadim Yanitskiy2-17/+51
2023-07-12common: Make socket queue max. length configurablearehbein4-5/+23
2023-07-11measurement: suppress unsupported tch_mode warnings for CSDVadim Yanitskiy1-0/+16
2023-07-11fix bts_supports_cm(): properly check feature flags for VGCS/VBSVadim Yanitskiy1-13/+15
2023-07-10Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte1-0/+5
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg2-14/+14
2023-07-10validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte1-0/+14
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte6-10/+236
2023-07-10Add ASCI (advanced speech call items) log sub-systemHarald Welte1-0/+7
2023-07-10paging: Add support for generating NLN/NLN-Status in P1 Rest OctetsHarald Welte1-1/+13
2023-07-10pcu_sock: use PCUIF version 11 (direct TLLI)Philipp Maier2-24/+26
2023-07-06scheduler: use size_t for data_len in _sched_compose_*_ind()Vadim Yanitskiy1-2/+2
2023-07-06scheduler: constify *data pointer in _sched_compose_*_ind()Vadim Yanitskiy1-2/+2
2023-07-06scheduler: unify argument names/order for _sched_compose_*_ind()Vadim Yanitskiy1-14/+16
2023-07-06scheduler: use msgb_hexdump_l2() in _sched_compose_tch_ind()Vadim Yanitskiy1-1/+1
2023-07-05scheduler: fix wrong union field in _sched_compose_tch_ind()Vadim Yanitskiy1-1/+1
2023-07-02common: Have PCU socket connection use osmo_wqueuearehbein1-53/+36
2023-06-28ECU in UL path: move it from trx model to l1sapMychaela N. Falconia1-13/+49
2023-06-28ECU in UL path: move state alloc/free to l1sapMychaela N. Falconia1-0/+26
2023-06-28ECU in UL path: make it optional per vty configMychaela N. Falconia1-0/+26
2023-06-26l1sap: use gsm0502_fn2ccch_block() from libosmogsmVadim Yanitskiy1-27/+1
2023-06-14l1sap: cosmetic: rename payload_len to rtp_pl_lenPhilipp Maier1-2/+2
2023-06-07pcu_sock: move variable declaration of imsi[4] into related scopePhilipp Maier1-1/+1
2023-06-07paging: do not confirm PAGING COMMAND messagesPhilipp Maier2-4/+14
2023-06-07paging: parse PCUIF data indication outside of paging.cPhilipp Maier2-14/+22
2023-05-29HR1 codec: act on SID indication in RFC5993 RTP inputMychaela N. Falconia2-9/+20
2023-05-29HR1 codec: validate ToC header in RFC5993 RTP inputMychaela N. Falconia1-0/+14
2023-05-29FR/HR/EFR TCH DL: implement DTX rulesMychaela N. Falconia1-18/+270
2023-05-27osmo-bts-trx: alloc/free burst buffers in trx_sched_set_lchan()Vadim Yanitskiy1-17/+19
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia3-1/+39
2023-05-26all models, HR1 codec: accept both TS101318 and RFC5993 formatsMychaela N. Falconia1-1/+17
2023-05-26refactor: replace rtppayload_is_valid() with preening before enqueueMychaela N. Falconia3-72/+149