aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix RPM spec file after recent soversion bumplaforge/specHarald Welte2021-02-241-1/+1
* Bump version: 1.0.0.34-2163-dirty → 1.1.01.1.0Pau Espin Pedrol2021-02-236-22/+69
* gitignore: Ignore autofoo files *~Pau Espin Pedrol2021-02-231-0/+1
* tests: trau_sync: Explicitly drop category from logPau Espin Pedrol2021-02-192-14/+16
* migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte2021-02-088-21/+21
* osmo_ortp: Don't print ERROR message for every missing RTP frameHarald Welte2021-02-061-2/+4
* e1_input: Support I.460 timeslot typeHarald Welte2021-02-035-5/+41
* configure.ac: set -std=gnu11Oliver Smith2021-01-271-0/+2
* Use osmo_fd_setup() wherever applicableHarald Welte2020-12-218-42/+12
* ipaccess: fix verbosive logging in __handle_ts1_write()Vadim Yanitskiy2020-11-291-1/+1
* ipaccess: Fix wrong assertion in ipaccess_drop() when used by BTS codePau Espin Pedrol2020-11-241-7/+17
* ipaccess: Fix log error printed on wrong conditional branchPau Espin Pedrol2020-11-231-2/+4
* ipaccess: Use LOGPITS macro in __handle_ts1_writePau Espin Pedrol2020-11-231-2/+3
* cosmetic: fix spelling in logging messages: existAnt -> existEntVadim Yanitskiy2020-10-292-2/+2
* Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte2020-10-189-73/+73
* contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol2020-10-121-2/+2
* vty: add attributes to VTY commands indicating when they applyPhilipp Maier2020-10-081-47/+59
* vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy2020-10-042-26/+26
* tests: Disable stderr log color in trau_sync_testPau Espin Pedrol2020-09-092-14/+14
* Revert "debian: Build libosmo-abis with osmo-e1d support"Harald Welte2020-08-292-7/+0
* debian: Build libosmo-abis with osmo-e1d supportHarald Welte2020-08-242-0/+7
* Fix RPM spec file (.so.6 -> .so.9)Harald Welte2020-08-141-1/+1
* debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy2020-08-131-1/+1
* Merge branch '1.0.0' into masterHarald Welte2020-08-137-26/+94
|\
| * Bump version: 0.8.0.59-1f92-dirty → 1.0.01.0.0Harald Welte2020-08-137-25/+93
* | trau_sync: make sync pattern configurablePhilipp Maier2020-08-072-1/+9
* | trau_frame: Add missing break statement in osmo_trau_frame_encode()Harald Welte2020-08-061-0/+1
* | trau_sync: Check return value of osmo_fsm_register()Harald Welte2020-08-061-1/+1
* | trau_frame: Fix computation of odd parity while encoding HR framesHarald Welte2020-08-061-1/+1
* | Add missing build dependency to libosmocodec-devHarald Welte2020-08-043-2/+4
* | Add 'trau2rtp' demo program illustrating the use of new TRAU codeHarald Welte2020-08-038-0/+442
* | TRAU frame RTP conversionHarald Welte2020-08-034-2/+694
* | trau_sync: prevent false positive synchronization on startupPhilipp Maier2020-08-031-0/+6
* | Add new TRAU frame sync codeHarald Welte2020-08-0310-4/+712
* | osmo_trau_frame_encode(): Check for sufficiently sized output bufferHarald Welte2020-08-031-0/+37
* | trau_frame: Introduce support for Downlink Time AlignmentHarald Welte2020-08-032-40/+134
* | trau_frame: New APIHarald Welte2020-08-034-2/+1514
|/
* e1_input_vty: Fix VTY help stringsHarald Welte2020-08-021-1/+1
* input/e1d: Add missing "RAW" timeslot supportHarald Welte2020-08-021-0/+72
* input/e1d: Fix support for TRAU slotsHarald Welte2020-08-021-0/+75
* dahdi: Use osmo_revbytebits_buf() instead of local flip tableHarald Welte2020-08-021-41/+8
* contrib/jenkins.sh: Test builds with --enable-e1dHarald Welte2020-08-021-1/+4
* e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6Harald Welte2020-08-023-4/+8
* ipaccess: Fix use-after-free in ipaccess_drop()Pau Espin Pedrol2020-07-311-0/+2
* e1d: Add new osmo_e1dp_client_ts_open() argumentHarald Welte2020-07-221-3/+3
* tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_putPau Espin Pedrol2020-07-152-2/+2
* lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_initPau Espin Pedrol2020-07-152-2/+2
* cosmetic: lapd: Fix trailing whitespacePau Espin Pedrol2020-07-151-1/+1
* ipaccess_recvmsg: Untangle code updating linePau Espin Pedrol2020-07-151-8/+13
* ipaccess_recvmsg: Assert the new bfd from new line differs from the old onePau Espin Pedrol2020-07-151-0/+1