aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* deprecation: use new log_set_print_timestamp2()neels/log_timestampsNeels Hofmeyr2023-08-081-1/+1
* rsl: rsl_handle_chan_mod_ie(): do not use legacy definesVadim Yanitskiy2023-08-071-7/+7
* rsl: rsl_handle_chan_mod_ie(): set lchan->csd_modeVadim Yanitskiy2023-08-071-0/+18
* Fix incorrect order of params passed to logging macroKeith2023-08-041-1/+1
* osmo-bts-trx: bts_supports_cm_data(): allow non-transparent modesVadim Yanitskiy2023-07-301-0/+3
* csd_v110_rtp_encode(): properly set E1/E2/E3 bitsVadim Yanitskiy2023-07-304-19/+46
* l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy2023-07-3013-14/+475
* ASCI: Enable UPLINK ACCESS on various BTS modelsAndreas Eversberg2023-07-214-4/+8
* Add test cases for rest octets of Paging RequestsAndreas Eversberg2023-07-213-52/+224
* ASCI: Repeat UPLINK FREE message until uplink becomes busyAndreas Eversberg2023-07-214-0/+37
* ASCI: Add Notification/FACCH supportAndreas Eversberg2023-07-213-0/+81
* ASCI: Send only NLN on Paging request type 1 rest octetsAndreas Eversberg2023-07-211-6/+9
* ASCI: Add support for rest octets in Paging request type 2 and 3Andreas Eversberg2023-07-211-12/+127
* ASCI: Add Notification CHannel (NCH) supportAndreas Eversberg2023-07-218-26/+130
* ASCI: Retrieve NCH position from System Information 1Andreas Eversberg2023-07-216-0/+28
* osmo-bts-trx: document/clarify the meaning of BUFMAX=24Vadim Yanitskiy2023-07-212-2/+4
* osmo-bts-trx: tx_tch[fh]_fn(): fix NULL pointer dereferenceVadim Yanitskiy2023-07-212-5/+10
* omldummy: Claim to support VBS + VGCS towards BSCHarald Welte2023-07-211-0/+2
* sysmo: Enable VGSCS + VBS feature flagsHarald Welte2023-07-211-0/+2
* ASCI: Add function to reactivate channelAndreas Eversberg2023-07-211-13/+36
* ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte2023-07-2114-20/+345
* paging: also accept zero length IMSI strings 3Philipp Maier2023-07-171-10/+22
* osmo-bts-trx: change 'Received bad data' back to LOGL_DEBUGVadim Yanitskiy2023-07-151-1/+1
* osmo-bts-trx: rx_tch[fh]_fn(): combine rc-checking ifsVadim Yanitskiy2023-07-132-8/+2
* osmo-bts-trx: rx_tchf_fn(): move compute_ber10k() aboveVadim Yanitskiy2023-07-131-2/+2
* osmo-bts-trx: unify and enrich 'Received bad data' loggingVadim Yanitskiy2023-07-135-27/+14
* osmo-bts-trx: visualize rx_tch[fh]_fn() functionsVadim Yanitskiy2023-07-133-2/+102
* osmo-bts-trx: implement TCH/F2.4 support for CSDVadim Yanitskiy2023-07-132-12/+5
* osmo-bts-trx: implement FACCH/[FH] support for CSDVadim Yanitskiy2023-07-132-57/+143
* osmo-bts-trx: implement CSD scheduling supportVadim Yanitskiy2023-07-139-72/+268
* osmo-bts-trx: pull the AMR header in tch_dl_dequeue()Vadim Yanitskiy2023-07-132-12/+17
* common: Make socket queue max. length configurablearehbein2023-07-127-25/+46
* measurement: suppress unsupported tch_mode warnings for CSDVadim Yanitskiy2023-07-111-0/+16
* fix bts_supports_cm(): properly check feature flags for VGCS/VBSVadim Yanitskiy2023-07-111-13/+15
* Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte2023-07-102-0/+7
* Change return value of bts_supports_cm() from int to boolAndreas Eversberg2023-07-104-23/+23
* validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte2023-07-101-0/+14
* ASCI: NCH / NOTIFICATION supportHarald Welte2023-07-109-10/+299
* Add ASCI (advanced speech call items) log sub-systemHarald Welte2023-07-102-0/+8
* paging: Add support for generating NLN/NLN-Status in P1 Rest OctetsHarald Welte2023-07-101-1/+13
* pcu_sock: use PCUIF version 11 (direct TLLI)Philipp Maier2023-07-105-28/+42
* scheduler: use size_t for data_len in _sched_compose_*_ind()Vadim Yanitskiy2023-07-062-4/+4
* scheduler: constify *data pointer in _sched_compose_*_ind()Vadim Yanitskiy2023-07-062-4/+4
* scheduler: unify argument names/order for _sched_compose_*_ind()Vadim Yanitskiy2023-07-066-42/+62
* scheduler: use msgb_hexdump_l2() in _sched_compose_tch_ind()Vadim Yanitskiy2023-07-061-1/+1
* scheduler: fix wrong union field in _sched_compose_tch_ind()Vadim Yanitskiy2023-07-051-1/+1
* Increase PCUIF wqueue sizePau Espin Pedrol2023-07-041-1/+1
* common: Have PCU socket connection use osmo_wqueuearehbein2023-07-022-53/+38
* ECU in UL path: move it from trx model to l1sapMychaela N. Falconia2023-06-283-69/+53
* ECU in UL path: move state alloc/free to l1sapMychaela N. Falconia2023-06-282-20/+26