aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-08deprecation: use new log_set_print_timestamp2()neels/log_timestampsNeels Hofmeyr1-1/+1
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-08-04Fix incorrect order of params passed to logging macroKeith1-1/+1
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 Yanitskiy4-19/+46
2023-07-30l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy13-14/+475
2023-07-21ASCI: Enable UPLINK ACCESS on various BTS modelsAndreas Eversberg4-4/+8
2023-07-21Add test cases for rest octets of Paging RequestsAndreas Eversberg3-52/+224
2023-07-21ASCI: Repeat UPLINK FREE message until uplink becomes busyAndreas Eversberg4-0/+37
2023-07-21ASCI: Add Notification/FACCH supportAndreas Eversberg3-0/+81
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 Eversberg8-26/+130
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg6-0/+28
2023-07-21osmo-bts-trx: document/clarify the meaning of BUFMAX=24Vadim Yanitskiy2-2/+4
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 Welte14-20/+345
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 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