aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-01pcuif_proto: signal BTS model via PCUIFpmaier/pcuifPhilipp Maier2-1/+34
2023-10-27ASCI: Add library requirements for uplink access to TODO-RELEASEAndreas Eversberg1-0/+1
2023-10-27ASCI: Control uplink access bursts detection of physical interfaceAndreas Eversberg6-11/+62
2023-10-27ASCI: Enable voice group/broadcast call feature at osmo-bts-trxAndreas Eversberg1-0/+2
2023-10-27ASCI: Add control of uplink access to osmo-bts-sysmoAndreas Eversberg3-2/+22
2023-10-27ASCI: Add control of uplink access to osmo-bts-trxAndreas Eversberg3-4/+47
2023-10-25trx_if: Allow calling trx_if_flush/close from within TRXC callback (v2)Pau Espin Pedrol2-7/+31
2023-10-25Revert "trx_if: Allow calling trx_if_flush/close from within TRXC callback"Pau Espin Pedrol1-9/+6
2023-10-16pcuif_proto: clean up last remains of old PCUIF v10Philipp Maier2-6/+0
2023-10-09Increase RR scheduler priority to 20, to avoid dropped burstsAndreas Eversberg1-1/+1
2023-10-05Drop use of deprectated vty callback is_config_nodePau Espin Pedrol5-88/+0
2023-10-04pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHYPhilipp Maier2-2/+2
2023-10-04meas: lchan_meas_sub_num_expected(): handle CSD modesVadim Yanitskiy1-0/+6
2023-10-04meas: ts45008_83_is_sub(): properly handle CSD modesVadim Yanitskiy1-13/+20
2023-10-04meas: fix ts45008_83_is_sub(): DTX is permitted on TCH/F signVadim Yanitskiy1-4/+1
2023-10-04meas: handle VAMOS specific chan modesVadim Yanitskiy1-0/+9
2023-10-04meas: lchan_meas_check_compute(): fix -SUB frame substitutionVadim Yanitskiy2-547/+370
2023-10-04meas: lchan_meas_sub_num_expected(): proper cmode enforcementVadim Yanitskiy2-747/+736
2023-10-04meas: also match stderr logging for meas_testVadim Yanitskiy4-3/+8428
2023-10-03osmo-bts-trx: rx_tchh_fn(): fix copy-pasted commentVadim Yanitskiy1-2/+2
2023-10-03cosmetic: oc2g_mgr: fix trailing whitespacePau Espin Pedrol1-2/+2
2023-09-28l1sap: l1sap_tch_ind(): fix segfault on stale TCH.indVadim Yanitskiy1-0/+1
2023-09-27systemd: remove RestartPreventExitStatus=1Oliver Smith3-3/+0
2023-09-25Do not prefix UI header to System Information Type 10Andreas Eversberg1-0/+9
2023-09-25ASCI: Ignore LAPD frames from MS, while the uplink is not activeAndreas Eversberg1-3/+14
2023-09-21oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy14-1/+308
2023-09-19nm: delay RSL connect until BBTRANSC object is OPSTARTedPau Espin Pedrol2-12/+16
2023-09-19Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol8-28/+27
2023-09-19oml: Store RSL connect related fields in bb_transcPau Espin Pedrol4-7/+18
2023-09-15oml: oml_tx_attr_resp(): handle common nm_state attributesVadim Yanitskiy1-0/+12
2023-09-15oml: refactor generation of Get Attribute ResponseVadim Yanitskiy1-113/+51
2023-09-15oml: oml_tx_attr_resp(): pass *mo to handle_attrs_{bts,trx}()Vadim Yanitskiy1-14/+8
2023-09-15osmo-bts-{oc2g,lc15}: signal CBCH support to BSCVadim Yanitskiy2-0/+2
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