aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-13osmo-bts-trx: visualize rx_tch[fh]_fn() functionsVadim Yanitskiy3-2/+102
2023-07-13osmo-bts-trx: implement TCH/F2.4 support for CSDVadim Yanitskiy2-12/+5
2023-07-13osmo-bts-trx: implement FACCH/[FH] support for CSDVadim Yanitskiy2-57/+143
2023-07-13osmo-bts-trx: implement CSD scheduling supportVadim Yanitskiy9-72/+268
2023-07-13osmo-bts-trx: pull the AMR header in tch_dl_dequeue()Vadim Yanitskiy2-12/+17
2023-07-12common: Make socket queue max. length configurablearehbein7-25/+46
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 Welte2-0/+7
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg4-23/+23
2023-07-10validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte1-0/+14
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte9-10/+299
2023-07-10Add ASCI (advanced speech call items) log sub-systemHarald Welte2-0/+8
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 Maier5-28/+42
2023-07-06scheduler: use size_t for data_len in _sched_compose_*_ind()Vadim Yanitskiy2-4/+4
2023-07-06scheduler: constify *data pointer in _sched_compose_*_ind()Vadim Yanitskiy2-4/+4
2023-07-06scheduler: unify argument names/order for _sched_compose_*_ind()Vadim Yanitskiy6-42/+62
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-04Increase PCUIF wqueue sizePau Espin Pedrol1-1/+1
2023-07-02common: Have PCU socket connection use osmo_wqueuearehbein2-53/+38
2023-06-28ECU in UL path: move it from trx model to l1sapMychaela N. Falconia3-69/+53
2023-06-28ECU in UL path: move state alloc/free to l1sapMychaela N. Falconia2-20/+26
2023-06-28ECU in UL path: make it optional per vty configMychaela N. Falconia5-3/+44
2023-06-27osmo-bts-sysmo: mute PHY until OML is readyOliver Smith2-8/+26
2023-06-26osmo-bts-sysmo/l1_if: move mute_rf_compl_cb upOliver Smith1-98/+98
2023-06-26osmo-bts-sysmo: activate_rf: no dispatch on failOliver Smith1-4/+5
2023-06-26l1sap: use gsm0502_fn2ccch_block() from libosmogsmVadim Yanitskiy2-27/+2
2023-06-23osmo-bts-sysmo: trx_mute_on_init_cb: call bts_update_statusOliver Smith1-0/+2
2023-06-23gitignore: add arm-poky-linux-gnueabi-libtoolOliver Smith1-0/+2
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 Maier3-5/+15
2023-06-07paging: parse PCUIF data indication outside of paging.cPhilipp Maier3-16/+23
2023-06-06osmo-bts-trx: remove redundant memset() on receipt of NOPE.indVadim Yanitskiy4-8/+3
2023-06-03osmo-bts-trx: fix recent regression in Tx lchan handlersVadim Yanitskiy5-7/+42
2023-06-02osmo-bts-trx: tx_pdtch_fn(): use msgb_l2len()Vadim Yanitskiy1-3/+3
2023-05-31trx TCH DL: transmit invalid speech blocks instead of dummy FACCHMychaela N. Falconia2-2/+36
2023-05-30osmo-bts-trx: tch_dl_dequeue(): do not drop CSD framesVadim Yanitskiy1-2/+2
2023-05-29HR1 codec: act on SID indication in RFC5993 RTP inputMychaela N. Falconia4-10/+24
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. Falconia2-18/+284
2023-05-27osmo-bts-trx: use direct pointer to chan_state->{ul,dl}_burstsVadim Yanitskiy4-56/+56
2023-05-27osmo-bts-trx: alloc/free burst buffers in trx_sched_set_lchan()Vadim Yanitskiy5-129/+38
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia9-1/+65
2023-05-27trx, HR1 codec: change UL PHY output format to TS 101 318Mychaela N. Falconia2-9/+7
2023-05-26trx: fix HR1 codec breakage from format changeMychaela N. Falconia1-1/+1
2023-05-26all models, HR1 codec: accept both TS101318 and RFC5993 formatsMychaela N. Falconia2-1/+19
2023-05-26refactor: replace rtppayload_is_valid() with preening before enqueueMychaela N. Falconia5-72/+170