aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* revert LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payloadjolly/lapdAndreas Eversberg2023-11-283-21/+0
* Transmit invalid AMR speech blocks instead of dummy FACCHAndreas Eversberg2023-11-282-8/+36
* LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payloadAndreas Eversberg2023-11-233-0/+21
* Use polling based LAPDm with frame numbersAndreas Eversberg2023-11-226-71/+89
* osmo-bts-trx: eliminate ul_bursts_prev, use the primary bufferVadim Yanitskiy2023-11-143-14/+7
* osmo-bts-trx: use BPLEN macro instead of magic numbersVadim Yanitskiy2023-11-141-3/+3
* osmo-bts-trx: add_sbits(): simplify, improve coding styleVadim Yanitskiy2023-11-141-7/+3
* osmo-bts-trx: tx_tch[fh]_fn(): fix sending idle CSD framesVadim Yanitskiy2023-11-102-20/+44
* osmo-bts-trx: tx_tch[fh]_fn(): rework generation of dummy FACCHVadim Yanitskiy2023-11-102-28/+43
* osmo-bts-trx: tx_tch[fh]_fn(): use BUFPOS macro everywhereVadim Yanitskiy2023-11-092-3/+3
* ASCI: Add library requirements for uplink access to TODO-RELEASEAndreas Eversberg2023-10-271-0/+1
* ASCI: Control uplink access bursts detection of physical interfaceAndreas Eversberg2023-10-276-11/+62
* ASCI: Enable voice group/broadcast call feature at osmo-bts-trxAndreas Eversberg2023-10-271-0/+2
* ASCI: Add control of uplink access to osmo-bts-sysmoAndreas Eversberg2023-10-273-2/+22
* ASCI: Add control of uplink access to osmo-bts-trxAndreas Eversberg2023-10-273-4/+47
* trx_if: Allow calling trx_if_flush/close from within TRXC callback (v2)Pau 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
* pcuif_proto: clean up last remains of old PCUIF v10Philipp Maier2023-10-162-6/+0
* 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