aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmux: Use new osmux_xfrm_input API to set name on each linkpespin/osmuxPau Espin Pedrol2022-11-171-0/+4
* osmux: Rotate over available Osmux CID when allocating a new onePau Espin Pedrol2022-11-151-8/+28
* update outdated vty copyright statementHarald Welte2022-11-111-1/+2
* Update realtime scheduling priority in service fileMax2022-11-065-5/+5
* osmo-bts-trx: drop ul_amr_fn_is_cmi() / dl_amr_fn_is_cmi()Vadim Yanitskiy2022-11-013-350/+1
* osmo-bts-trx: use lookup tables for checking AMR CMI/CMR on DownlinkVadim Yanitskiy2022-11-012-3/+30
* pcuif_proto: cosmetic: add constant PCU_IF_NUM_NSVC and replace magic numbersPhilipp Maier2022-10-311-5/+7
* osmux: Fix null ptr dereference sending UL data before the remote is configuredPau Espin Pedrol2022-10-291-0/+6
* osmo-bts-trx: respond to tx-attenuation config in real time.Keith2022-10-131-6/+10
* rsl: use unsigned intPhilipp Maier2022-10-122-3/+3
* l1sap: do not call msgb_l2hlen without checkingPhilipp Maier2022-10-121-2/+2
* measurement: do not call msgb_l3len without checkingPhilipp Maier2022-10-111-1/+5
* osmo-bts-trx: handle MTS 0b0110 indicating an Access BurstVadim Yanitskiy2022-10-043-1/+11
* osmo-bts-trx: rx_rach_fn(): properly detect handover RACHVadim Yanitskiy2022-10-041-1/+1
* osmux: Close osmux socket when bts is freedPau Espin Pedrol2022-10-041-3/+9
* osmux: Skip lchans in lookup which still have no remote associatedPau Espin Pedrol2022-10-031-0/+2
* osmux: nullify osmux.rtpst after freeing itPau Espin Pedrol2022-10-031-1/+3
* osmux: Lower log level when osmux batch received for unknown CIDPau Espin Pedrol2022-10-031-1/+1
* osmux: Log remote address upon rx of osmux pktPau Espin Pedrol2022-10-031-2/+4
* osmux: Match remote address in osmux_lchan_find()Pau Espin Pedrol2022-10-031-2/+7
* osmux: Drop logging of osmux internal countersPau Espin Pedrol2022-09-291-7/+0
* Allocate struct osmux_in_handle through new libosmo-netif APIsPau Espin Pedrol2022-09-292-13/+8
* pcu_sock: fix sourcecode formattingPhilipp Maier2022-09-262-2/+2
* vty: Print Osmux CID on lchans using OsmuxPau Espin Pedrol2022-09-221-6/+12
* vty: Fix SPEECH_MODE printed with hex prefix but dec valuePau Espin Pedrol2022-09-221-1/+1
* lchan: Reset Abis RTP/Osmux config during lchan releasePau Espin Pedrol2022-09-201-0/+2
* osmux: Log sendto() errorPau Espin Pedrol2022-09-201-1/+8
* abis: Avoid TCP/IPA RSL sockets continue conn establishment while shutting downPau Espin Pedrol2022-09-162-0/+9
* Document realtime options in .service unitsMax2022-09-165-5/+15
* Don't manually create pid fileMax2022-09-143-23/+0
* Introduce Osmux supportPau Espin Pedrol2022-09-1321-44/+893
* oc2g: Makefile.am Fix typo in LIBOSMONETIF_LIBSPau Espin Pedrol2022-09-121-1/+1
* tests/*/Makefile.am: Add missing libosmo-netif cflagsPau Espin Pedrol2022-09-122-0/+4
* tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGSPau Espin Pedrol2022-09-127-7/+7
* Set working directory in systemd service fileMax2022-09-098-0/+16
* Clarify RTP AMR header offset in TCH enc/decPau Espin Pedrol2022-09-072-12/+18
* Depend on libosmo-netifPau Espin Pedrol2022-09-0626-0/+44
* cosmetic: Fix formatting of if-else block bracketsPau Espin Pedrol2022-09-012-4/+6
* osmo-bts-trx: fix handling of ciphering params in PRIM_INFO_MODIFYVadim Yanitskiy2022-08-271-2/+9
* Move lchan_dl_tch_queue_enqueue to lchan.c and make it publicPau Espin Pedrol2022-08-113-13/+15
* rsl: Reduce scope of variablePau Espin Pedrol2022-08-111-1/+1
* Use libosmocore API msgb_queue_free() to free listsPau Espin Pedrol2022-08-114-17/+2
* Avoid counting lchan->dl_tch_queue length every time a msg is enqueuedPau Espin Pedrol2022-08-113-19/+16
* Split out lchan rtp socket creation from rsl handling codePau Espin Pedrol2022-08-113-113/+143
* Clean up osmo-bts-*/Makefile.amPau Espin Pedrol2022-08-1118-85/+510
* logging: Move category descriptions to be in order with enumPau Espin Pedrol2022-08-101-11/+11
* rsl: rx ipac crcx/mdcx: Log payload_type2Pau Espin Pedrol2022-08-101-0/+2
* osmo-bts-trx: amr_loop: trigger the loop unconditionallyVadim Yanitskiy2022-08-083-30/+1
* osmo-bts-trx: call osmo_timer_del() unconditionallyVadim Yanitskiy2022-07-221-4/+2
* Bump version: 1.4.0.103-b8ae-dirty → 1.5.01.5.0Pau Espin Pedrol2022-06-294-19/+134