aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove FSF address2021q4Oliver Smith2021-12-146-24/+0
* lapd: don't add parenthesis around datalink nameHarald Welte2021-11-171-5/+5
* Bump version: 1.1.1.14-57ff-dirty → 1.2.01.2.0Pau Espin Pedrol2021-11-166-17/+40
* e1inp_input: Fix e1inp_line_clone removing original line from global list when freedPau Espin Pedrol2021-10-131-0/+2
* ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_connPau Espin Pedrol2021-10-111-7/+19
* ipaccess: Allow reconfiguring the ipa line during line_update()Pau Espin Pedrol2021-09-291-4/+12
* e1_input: Document e1inp_line_create()Pau Espin Pedrol2021-09-221-0/+8
* e1_input: Fix line not removed from e1inp_line_list when freedPau Espin Pedrol2021-09-221-0/+2
* osmo_ortp: Fix seqno reset to 0 upon ssrc_changedPau Espin Pedrol2021-07-201-2/+2
* Use new stat item/ctr getter APIsPau Espin Pedrol2021-06-041-5/+5
* ipaccess: do not block ipaccess_line_update on failurePhilipp Maier2021-05-201-2/+2
* Fix up vty 'show' commands for E1 line/timeslotsKeith2021-05-051-3/+3
* Log TRAU FSM at INFO not NOTICEKeith2021-05-042-1/+2
* trau: Introduce osmo_rtp_socket_set_priority()2021q1Harald Welte2021-04-292-1/+18
* e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte2021-04-293-2/+69
* ipa: Introduce support for user-specific DSCP and priorityHarald Welte2021-04-293-2/+15
* Configure E1 pcap file per lineKeith2021-04-133-19/+105
* Bump version: 1.1.0 → 1.1.11.1.1Harald Welte2021-02-241-0/+6
* 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