aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-24attempt to fix RPM spec file after recent soversion bumplaforge/specHarald Welte1-1/+1
2021-02-23Bump version: 1.0.0.34-2163-dirty → 1.1.01.1.0Pau Espin Pedrol6-22/+69
2021-02-23gitignore: Ignore autofoo files *~Pau Espin Pedrol1-0/+1
2021-02-19tests: trau_sync: Explicitly drop category from logPau Espin Pedrol2-14/+16
2021-02-08migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte8-21/+21
2021-02-06osmo_ortp: Don't print ERROR message for every missing RTP frameHarald Welte1-2/+4
2021-02-03e1_input: Support I.460 timeslot typeHarald Welte5-5/+41
2021-01-27configure.ac: set -std=gnu11Oliver Smith1-0/+2
2020-12-21Use osmo_fd_setup() wherever applicableHarald Welte8-42/+12
2020-11-29ipaccess: fix verbosive logging in __handle_ts1_write()Vadim Yanitskiy1-1/+1
2020-11-24ipaccess: Fix wrong assertion in ipaccess_drop() when used by BTS codePau Espin Pedrol1-7/+17
2020-11-23ipaccess: Fix log error printed on wrong conditional branchPau Espin Pedrol1-2/+4
2020-11-23ipaccess: Use LOGPITS macro in __handle_ts1_writePau Espin Pedrol1-2/+3
2020-10-29cosmetic: fix spelling in logging messages: existAnt -> existEntVadim Yanitskiy2-2/+2
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte9-73/+73
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-47/+59
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy2-26/+26
2020-09-09tests: Disable stderr log color in trau_sync_testPau Espin Pedrol2-14/+14
2020-08-29Revert "debian: Build libosmo-abis with osmo-e1d support"Harald Welte2-7/+0
2020-08-24debian: Build libosmo-abis with osmo-e1d supportHarald Welte2-0/+7
2020-08-14Fix RPM spec file (.so.6 -> .so.9)Harald Welte1-1/+1
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13Merge branch '1.0.0' into masterHarald Welte7-26/+94
2020-08-13Bump version: 0.8.0.59-1f92-dirty → 1.0.01.0.0Harald Welte7-25/+93
2020-08-07trau_sync: make sync pattern configurablePhilipp Maier2-1/+9
2020-08-06trau_frame: Add missing break statement in osmo_trau_frame_encode()Harald Welte1-0/+1
2020-08-06trau_sync: Check return value of osmo_fsm_register()Harald Welte1-1/+1
2020-08-06trau_frame: Fix computation of odd parity while encoding HR framesHarald Welte1-1/+1
2020-08-04Add missing build dependency to libosmocodec-devHarald Welte3-2/+4
2020-08-03Add 'trau2rtp' demo program illustrating the use of new TRAU codeHarald Welte8-0/+442
2020-08-03TRAU frame RTP conversionHarald Welte4-2/+694
2020-08-03trau_sync: prevent false positive synchronization on startupPhilipp Maier1-0/+6
2020-08-03Add new TRAU frame sync codeHarald Welte10-4/+712
2020-08-03osmo_trau_frame_encode(): Check for sufficiently sized output bufferHarald Welte1-0/+37
2020-08-03trau_frame: Introduce support for Downlink Time AlignmentHarald Welte2-40/+134
2020-08-03trau_frame: New APIHarald Welte4-2/+1514
2020-08-02e1_input_vty: Fix VTY help stringsHarald Welte1-1/+1
2020-08-02input/e1d: Add missing "RAW" timeslot supportHarald Welte1-0/+72
2020-08-02input/e1d: Fix support for TRAU slotsHarald Welte1-0/+75
2020-08-02dahdi: Use osmo_revbytebits_buf() instead of local flip tableHarald Welte1-41/+8
2020-08-02contrib/jenkins.sh: Test builds with --enable-e1dHarald Welte1-1/+4
2020-08-02e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6Harald Welte3-4/+8
2020-07-31ipaccess: Fix use-after-free in ipaccess_drop()Pau Espin Pedrol1-0/+2
2020-07-22e1d: Add new osmo_e1dp_client_ts_open() argumentHarald Welte1-3/+3
2020-07-15tests: Use API e1inp_line_put2 instead of deprecated e1inp_line_putPau Espin Pedrol2-2/+2
2020-07-15lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_initPau Espin Pedrol2-2/+2
2020-07-15cosmetic: lapd: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-07-15ipaccess_recvmsg: Untangle code updating linePau Espin Pedrol1-8/+13
2020-07-15ipaccess_recvmsg: Assert the new bfd from new line differs from the old onePau Espin Pedrol1-0/+1