aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trx_if: Allow calling trx_if_flush/close from within TRXC callback (v2)pespin/trxcPau Espin Pedrol2023-10-252-7/+31
* Revert "trx_if: Allow calling trx_if_flush/close from within TRXC callback"Pau Espin Pedrol2023-10-251-9/+6
* Increase RR scheduler priority to 20, to avoid dropped burstsAndreas Eversberg2023-10-091-1/+1
* Drop use of deprectated vty callback is_config_nodePau Espin Pedrol2023-10-055-88/+0
* pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHYPhilipp Maier2023-10-042-2/+2
* meas: lchan_meas_sub_num_expected(): handle CSD modesVadim Yanitskiy2023-10-041-0/+6
* meas: ts45008_83_is_sub(): properly handle CSD modesVadim Yanitskiy2023-10-041-13/+20
* meas: fix ts45008_83_is_sub(): DTX is permitted on TCH/F signVadim Yanitskiy2023-10-041-4/+1
* meas: handle VAMOS specific chan modesVadim Yanitskiy2023-10-041-0/+9
* meas: lchan_meas_check_compute(): fix -SUB frame substitutionVadim Yanitskiy2023-10-042-547/+370
* meas: lchan_meas_sub_num_expected(): proper cmode enforcementVadim Yanitskiy2023-10-042-747/+736
* meas: also match stderr logging for meas_testVadim Yanitskiy2023-10-044-3/+8428
* osmo-bts-trx: rx_tchh_fn(): fix copy-pasted commentVadim Yanitskiy2023-10-031-2/+2
* cosmetic: oc2g_mgr: fix trailing whitespacePau Espin Pedrol2023-10-031-2/+2
* l1sap: l1sap_tch_ind(): fix segfault on stale TCH.indVadim Yanitskiy2023-09-281-0/+1
* systemd: remove RestartPreventExitStatus=1Oliver Smith2023-09-273-3/+0
* Do not prefix UI header to System Information Type 10Andreas Eversberg2023-09-251-0/+9
* ASCI: Ignore LAPD frames from MS, while the uplink is not activeAndreas Eversberg2023-09-251-3/+14
* oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2023-09-2114-1/+308
* nm: delay RSL connect until BBTRANSC object is OPSTARTedPau Espin Pedrol2023-09-192-12/+16
* Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol2023-09-198-28/+27
* oml: Store RSL connect related fields in bb_transcPau Espin Pedrol2023-09-194-7/+18
* oml: oml_tx_attr_resp(): handle common nm_state attributesVadim Yanitskiy2023-09-151-0/+12
* oml: refactor generation of Get Attribute ResponseVadim Yanitskiy2023-09-151-113/+51
* oml: oml_tx_attr_resp(): pass *mo to handle_attrs_{bts,trx}()Vadim Yanitskiy2023-09-151-14/+8
* osmo-bts-{oc2g,lc15}: signal CBCH support to BSCVadim Yanitskiy2023-09-152-0/+2
* Bump version: 1.6.0.210-8a1f-dirty → 1.7.01.7.0Pau Espin Pedrol2023-09-125-28/+258
* rsl: Improve logic reactivating CCCH upon SI3 BS_AG_BLKS_RES changePau Espin Pedrol2023-09-071-3/+15
* bts-trx: Fix CCCH not enabled if BS_AG_BLKS_RES!=1 is provided by BSCPau Espin Pedrol2023-09-072-9/+16
* pcu_sock: print SAPI and msg_id when sending confirmationPhilipp Maier2023-08-311-1/+2
* pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier2023-08-316-8/+47
* pcuif_proto: use confirm flag in struct gsm_pcu_if_pchPhilipp Maier2023-08-292-5/+4
* csd_v110: handle empty/incomplete Uplink frames gracefullyVadim Yanitskiy2023-08-263-3/+80
* csd_v110: properly set E1/E2/E3 for non-transparent dataVadim Yanitskiy2023-08-261-3/+11
* csd_v110: fix comments in csd_v110_rtp_{en,de}code()Vadim Yanitskiy2023-08-261-4/+4
* bts: make bts_agch_dequeue staticPhilipp Maier2023-08-222-2/+1
* pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier2023-08-102-17/+17
* pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dtPhilipp Maier2023-08-081-9/+0
* pcu_sock: get rid of fn parameter in pcu_tx_pch_data_cnfPhilipp Maier2023-08-083-4/+3
* pcuif_proto: rename tlli to msg_idPhilipp Maier2023-08-085-15/+15
* 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