aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-14rsl: reduce logging verbosity on some messagesVadim Yanitskiy1-2/+2
2023-03-14rsl: remove redundant gsm_lchan_name() in rsl_tx_rf_rel_ack()Vadim Yanitskiy1-1/+1
2023-03-14pcu_sock.c: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-1/+1
2023-03-14rsl_rx_ipac_XXcx: parse csd_fmt_d/irOliver Smith1-1/+14
2023-03-14doc: rsl: add RSL_IE_IPAC_RTP_CSD_FORMATOliver Smith1-0/+36
2023-03-11osmo-bts-virtual: indicate BTS_FEAT_[E]GPRS to the BSCVadim Yanitskiy1-0/+2
2023-03-10gitignore: add vty pdfOliver Smith1-0/+1
2023-03-09pcu_sock: Submit all DATA.ind regardless of link qualityPau Espin Pedrol1-6/+0
2023-03-09bts-trx: Fix no NM Radio{Carrier,Channel} switching to Enabled if one TRX is ...Pau Espin Pedrol1-17/+23
2023-03-07pcu_sock: do not mess with the osmo fd flags directlyPhilipp Maier1-1/+1
2023-03-07GSMTAP: print 'gsmtap-local-host' if not NULLVadim Yanitskiy1-0/+4
2023-03-07osmo-bts-{trx,virtual}: set rc on error in bts_model_l1sap_down()Vadim Yanitskiy2-0/+4
2023-03-07osmo-bts-{trx,virtual}: check lchan against NULL in bts_model_l1sap_down()Vadim Yanitskiy2-0/+14
2023-03-07osmo-bts-{trx,virtual}: clean up bts_model_l1sap_down()Vadim Yanitskiy2-126/+113
2023-03-06pcu_sock: cosmetic: remove unnecessary line breaksPhilipp Maier1-4/+2
2023-03-06pcu_sock: cosmetic: remove whitespace after type castPhilipp Maier1-1/+1
2023-03-06pcu_sock: rename rc to fdPhilipp Maier1-5/+5
2023-03-04GSMTAP: allow configuring local addressMax4-5/+45
2023-03-04osmo-bts-trx: use bool for true/false flagsMax1-5/+5
2023-03-04osmo-bts-trx: log TRXC/TRXD connection addressMax1-2/+3
2023-03-01paging_add_imm_ass(): remove meaningless from_pcu argumentVadim Yanitskiy3-6/+6
2023-02-25doc: Adapt to use of 'telnet_init_default'arehbein2-2/+2
2023-02-19bts-virtual: fix segfaultMax2-11/+16
2023-02-10common: Fix memleak in get_smscb_block()arehbein1-6/+2
2023-02-07Bump version: 1.5.0.64-7571-dirty → 1.6.01.6.0Pau Espin Pedrol5-26/+112
2023-02-01Add SI10 supportMax2-0/+2
2023-01-31pcu_sock: use ARRAY_SIZE rather then magic numberPhilipp Maier1-1/+1
2023-01-30vty: Fix typo in symbol namePau Espin Pedrol1-1/+1
2023-01-18contrib/jenkins: build libosmo-abis without dahdiOliver Smith6-6/+6
2023-01-03vty: Fix typo in write-config: osmux / local-portPau Espin Pedrol1-1/+1
2023-01-02osmo-bts: Transition to use of 'telnet_init_default'arehbein4-5/+4
2022-12-22ctrl: take both address and port from vty configMax3-7/+4
2022-12-21shutdown_fsm: Add power_ramp_force() to jump straight to the tgt powerDaniel Willmann6-10/+24
2022-12-21oc2gbts_mgr_calib: fix build against gpsd >= 3.20Oliver Smith1-0/+5
2022-12-19OML: NSVC[1] MO should have the same initial state as NVSC[0]Alexander Couzens1-1/+1
2022-12-17Revert "shutdown_fsm: Only ramp down power when stopping bts through Ctrl-C"daniel4-9/+8
2022-12-15shutdown_fsm: Only ramp down power when stopping bts through Ctrl-CDaniel Willmann4-8/+9
2022-12-14pcuif_proto: use define constant to specify nax number of trxPhilipp Maier1-1/+2
2022-12-08l1sap: remove unused pointer variablePhilipp Maier1-2/+1
2022-12-08sched_lchan_tchf: replace numeric constant with define constantPhilipp Maier1-1/+1
2022-11-21osmux: Use new osmux_xfrm_input API to set name on each linkPau Espin Pedrol1-0/+4
2022-11-15osmux: Rotate over available Osmux CID when allocating a new onePau Espin Pedrol1-8/+28
2022-11-11update outdated vty copyright statementHarald Welte1-1/+2
2022-11-06Update realtime scheduling priority in service fileMax5-5/+5
2022-11-01osmo-bts-trx: drop ul_amr_fn_is_cmi() / dl_amr_fn_is_cmi()Vadim Yanitskiy3-350/+1
2022-11-01osmo-bts-trx: use lookup tables for checking AMR CMI/CMR on DownlinkVadim Yanitskiy2-3/+30
2022-10-31pcuif_proto: cosmetic: add constant PCU_IF_NUM_NSVC and replace magic numbersPhilipp Maier1-5/+7
2022-10-29osmux: Fix null ptr dereference sending UL data before the remote is configuredPau Espin Pedrol1-0/+6
2022-10-13osmo-bts-trx: respond to tx-attenuation config in real time.Keith1-6/+10
2022-10-12rsl: use unsigned intPhilipp Maier2-3/+3