aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-17AMR: WIPlaforge/trauHarald Welte3-75/+258
2020-09-17WIP: unixsocket: Add support for TRAU framesHarald Welte2-18/+52
2020-09-17e1_input: Support I.460 timeslot typeHarald Welte5-5/+41
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
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 Pedrol3-23/+15
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 Pedrol7-54/+85
2020-07-15cosmetic: e1_input.h: Fix trailing whitespacePau Espin Pedrol1-1/+1
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
2020-07-03input/lapd.c: Enlarge message buffers for DL-SAP primitivesHarald Welte1-1/+1
2020-07-03lapd: Replace magic numbers with #definesHarald Welte1-3/+6
2020-07-01fix compilation with --enable-e1dHarald Welte1-1/+1
2020-06-09e1_input: refcount inc line during e1_sign_link_create, not during line updatePau Espin Pedrol1-2/+2
2020-06-09lapd: Always print context information when loggingHarald Welte9-50/+96