aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-20shutdown_fsm: Add power_ramp_force() to jump straight to the tgt powerdaniel/abis-timeoutDaniel Willmann6-10/+24
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
2022-10-12l1sap: do not call msgb_l2hlen without checkingPhilipp Maier1-2/+2
2022-10-11measurement: do not call msgb_l3len without checkingPhilipp Maier1-1/+5
2022-10-04osmo-bts-trx: handle MTS 0b0110 indicating an Access BurstVadim Yanitskiy3-1/+11
2022-10-04osmo-bts-trx: rx_rach_fn(): properly detect handover RACHVadim Yanitskiy1-1/+1
2022-10-04osmux: Close osmux socket when bts is freedPau Espin Pedrol1-3/+9
2022-10-03osmux: Skip lchans in lookup which still have no remote associatedPau Espin Pedrol1-0/+2
2022-10-03osmux: nullify osmux.rtpst after freeing itPau Espin Pedrol1-1/+3
2022-10-03osmux: Lower log level when osmux batch received for unknown CIDPau Espin Pedrol1-1/+1
2022-10-03osmux: Log remote address upon rx of osmux pktPau Espin Pedrol1-2/+4
2022-10-03osmux: Match remote address in osmux_lchan_find()Pau Espin Pedrol1-2/+7
2022-09-29osmux: Drop logging of osmux internal countersPau Espin Pedrol1-7/+0
2022-09-29Allocate struct osmux_in_handle through new libosmo-netif APIsPau Espin Pedrol2-13/+8
2022-09-26pcu_sock: fix sourcecode formattingPhilipp Maier2-2/+2
2022-09-22vty: Print Osmux CID on lchans using OsmuxPau Espin Pedrol1-6/+12
2022-09-22vty: Fix SPEECH_MODE printed with hex prefix but dec valuePau Espin Pedrol1-1/+1
2022-09-20lchan: Reset Abis RTP/Osmux config during lchan releasePau Espin Pedrol1-0/+2
2022-09-20osmux: Log sendto() errorPau Espin Pedrol1-1/+8
2022-09-16abis: Avoid TCP/IPA RSL sockets continue conn establishment while shutting downPau Espin Pedrol2-0/+9
2022-09-16Document realtime options in .service unitsMax5-5/+15
2022-09-14Don't manually create pid fileMax3-23/+0
2022-09-13Introduce Osmux supportPau Espin Pedrol21-44/+893
2022-09-12oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBSPau Espin Pedrol1-1/+1
2022-09-12tests/*/Makefile.am: Add missing libosmo-netif cflagsPau Espin Pedrol2-0/+4
2022-09-12tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGSPau Espin Pedrol7-7/+7
2022-09-09Set working directory in systemd service fileMax8-0/+16
2022-09-07Clarify RTP AMR header offset in TCH enc/decPau Espin Pedrol2-12/+18
2022-09-06Depend on libosmo-netifPau Espin Pedrol26-0/+44
2022-09-01cosmetic: Fix formatting of if-else block bracketsPau Espin Pedrol2-4/+6
2022-08-27osmo-bts-trx: fix handling of ciphering params in PRIM_INFO_MODIFYVadim Yanitskiy1-2/+9
2022-08-11Move lchan_dl_tch_queue_enqueue to lchan.c and make it publicPau Espin Pedrol3-13/+15
2022-08-11rsl: Reduce scope of variablePau Espin Pedrol1-1/+1
2022-08-11Use libosmocore API msgb_queue_free() to free listsPau Espin Pedrol4-17/+2
2022-08-11Avoid counting lchan->dl_tch_queue length every time a msg is enqueuedPau Espin Pedrol3-19/+16