aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-15nm: delay RSL connect until BBTRANSC object is OPSTARTedpespin/omlPau Espin Pedrol2-12/+16
2023-09-15Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol8-28/+27
2023-09-15oml: Store RSL connect related fields in bb_transcPau Espin Pedrol4-7/+18
2023-09-12Bump version: 1.6.0.210-8a1f-dirty → 1.7.01.7.0Pau Espin Pedrol5-28/+258
2023-09-07rsl: Improve logic reactivating CCCH upon SI3 BS_AG_BLKS_RES changePau Espin Pedrol1-3/+15
2023-09-07bts-trx: Fix CCCH not enabled if BS_AG_BLKS_RES!=1 is provided by BSCPau Espin Pedrol2-9/+16
2023-08-31pcu_sock: print SAPI and msg_id when sending confirmationPhilipp Maier1-1/+2
2023-08-31pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier6-8/+47
2023-08-29pcuif_proto: use confirm flag in struct gsm_pcu_if_pchPhilipp Maier2-5/+4
2023-08-26csd_v110: handle empty/incomplete Uplink frames gracefullyVadim Yanitskiy3-3/+80
2023-08-26csd_v110: properly set E1/E2/E3 for non-transparent dataVadim Yanitskiy1-3/+11
2023-08-26csd_v110: fix comments in csd_v110_rtp_{en,de}code()Vadim Yanitskiy1-4/+4
2023-08-22bts: make bts_agch_dequeue staticPhilipp Maier2-2/+1
2023-08-10pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier2-17/+17
2023-08-08pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dtPhilipp Maier1-9/+0
2023-08-08pcu_sock: get rid of fn parameter in pcu_tx_pch_data_cnfPhilipp Maier3-4/+3
2023-08-08pcuif_proto: rename tlli to msg_idPhilipp Maier5-15/+15
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