aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-29trau: Introduce osmo_rtp_socket_set_priority()2021q1Harald Welte1-1/+17
2021-04-29e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte2-2/+56
2021-04-29ipa: Introduce support for user-specific DSCP and priorityHarald Welte1-2/+8
2021-04-13Configure E1 pcap file per lineKeith2-19/+98
2021-02-23Bump version: 1.0.0.34-2163-dirty → 1.1.01.1.0Pau Espin Pedrol1-2/+2
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 Welte4-4/+35
2020-12-21Use osmo_fd_setup() wherever applicableHarald Welte7-38/+11
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 Welte8-72/+72
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-08-13Merge branch '1.0.0' into masterHarald Welte1-2/+2
2020-08-13Bump version: 0.8.0.59-1f92-dirty → 1.0.01.0.0Harald Welte1-2/+2
2020-08-07trau_sync: make sync pattern configurablePhilipp Maier1-1/+8
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 Welte1-2/+2
2020-08-03TRAU frame RTP conversionHarald Welte2-1/+658
2020-08-03trau_sync: prevent false positive synchronization on startupPhilipp Maier1-0/+6
2020-08-03Add new TRAU frame sync codeHarald Welte3-1/+568
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 Welte1-40/+129
2020-08-03trau_frame: New APIHarald Welte2-1/+1366
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-02e1d: Fix compilation after I4a088f91f23aaad05c5ab84a4783c1915d85aca6Harald Welte2-4/+5
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-15lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_initPau Espin Pedrol1-2/+1
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
2020-07-15ipaccess_recvmsg: Clean up release steps upon error conditionPau Espin Pedrol1-2/+5
2020-07-15ipaccess: Set bfd->data to NULL before releasing its referencePau Espin Pedrol1-0/+2
2020-07-15ipacces: Fix e1inp_line reference put in ipaccess_closePau Espin Pedrol2-16/+14
2020-07-15ipaccess: Drop e1inp_line reference in ipacess_drop()Pau Espin Pedrol1-0/+7
2020-07-15e1_input: Use osmo_use_count in e1inp_linePau Espin Pedrol2-43/+66
2020-07-14ipaccess: Fix log formatting of RESP_ID IPA attributesPau Espin Pedrol1-2/+2
2020-07-14ipaccess.c: Drop repeated ipaccess_keepalive_fsm_cleanup in write error pathPau Espin Pedrol1-1/+0
2020-07-04subchan_demux: Fix out-of-bounds writeHarald Welte1-23/+25
2020-07-03input/dahdi.c: Don't simply read beyond end of msgbHarald Welte1-2/+20