aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-21osmo-bts-trx: document/clarify the meaning of BUFMAX=24Vadim Yanitskiy1-1/+3
2023-07-21osmo-bts-trx: tx_tch[fh]_fn(): fix NULL pointer dereferenceVadim Yanitskiy2-5/+10
2023-07-21omldummy: Claim to support VBS + VGCS towards BSCHarald Welte1-0/+2
2023-07-21sysmo: Enable VGSCS + VBS feature flagsHarald Welte1-0/+2
2023-07-21ASCI: Add function to reactivate channelAndreas Eversberg1-13/+36
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte8-20/+304
2023-07-17paging: also accept zero length IMSI strings 3Philipp Maier1-10/+22
2023-07-15osmo-bts-trx: change 'Received bad data' back to LOGL_DEBUGVadim Yanitskiy1-1/+1
2023-07-13osmo-bts-trx: rx_tch[fh]_fn(): combine rc-checking ifsVadim Yanitskiy2-8/+2
2023-07-13osmo-bts-trx: rx_tchf_fn(): move compute_ber10k() aboveVadim Yanitskiy1-2/+2
2023-07-13osmo-bts-trx: unify and enrich 'Received bad data' loggingVadim Yanitskiy5-27/+14
2023-07-13osmo-bts-trx: visualize rx_tch[fh]_fn() functionsVadim Yanitskiy2-2/+4
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 Yanitskiy8-70/+262
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 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 Yanitskiy5-36/+54
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. 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. Falconia3-3/+41
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 Yanitskiy1-27/+1
2023-06-23osmo-bts-sysmo: trx_mute_on_init_cb: call bts_update_statusOliver 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 Maier2-4/+14
2023-06-07paging: parse PCUIF data indication outside of paging.cPhilipp Maier2-14/+22
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 Yanitskiy4-7/+41
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