aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF address2021q4Oliver Smith6-24/+0
2021-11-17lapd: don't add parenthesis around datalink nameHarald Welte1-5/+5
2021-11-16Bump version: 1.1.1.14-57ff-dirty → 1.2.01.2.0Pau Espin Pedrol6-17/+40
2021-10-13e1inp_input: Fix e1inp_line_clone removing original line from global list whe...Pau Espin Pedrol1-0/+2
2021-10-11ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_connPau Espin Pedrol1-7/+19
2021-09-29ipaccess: Allow reconfiguring the ipa line during line_update()Pau Espin Pedrol1-4/+12
2021-09-22e1_input: Document e1inp_line_create()Pau Espin Pedrol1-0/+8
2021-09-22e1_input: Fix line not removed from e1inp_line_list when freedPau Espin Pedrol1-0/+2
2021-07-20osmo_ortp: Fix seqno reset to 0 upon ssrc_changedPau Espin Pedrol1-2/+2
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-5/+5
2021-05-20ipaccess: do not block ipaccess_line_update on failurePhilipp Maier1-2/+2
2021-05-05Fix up vty 'show' commands for E1 line/timeslotsKeith1-3/+3
2021-05-04Log TRAU FSM at INFO not NOTICEKeith2-1/+2
2021-04-29trau: Introduce osmo_rtp_socket_set_priority()2021q1Harald Welte2-1/+18
2021-04-29e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte3-2/+69
2021-04-29ipa: Introduce support for user-specific DSCP and priorityHarald Welte3-2/+15
2021-04-13Configure E1 pcap file per lineKeith3-19/+105
2021-02-24Bump version: 1.1.0 → 1.1.11.1.1Harald Welte1-0/+6
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