aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-17AMR: WIPlaforge/trauHarald Welte1-66/+230
2020-09-17WIP: unixsocket: Add support for TRAU framesHarald Welte1-18/+50
2020-09-17e1_input: Support I.460 timeslot typeHarald Welte4-4/+35
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
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 Welte6-49/+83
2020-05-28src/input/ipaccess.c: set TCP_NODELAYOliver Smith1-0/+5
2020-05-14trau_frame: Fix AMR frame decodingHarald Welte1-0/+1
2020-05-11subchan_demux: Use ubit_t where appropriateHarald Welte1-5/+5
2020-05-11trau_frame: use 'ubit_t' for unpacked bitsHarald Welte1-12/+12
2020-05-10subchan_demux: Use 'ubit_t' for unpacked bit buffer; use constHarald Welte3-3/+3
2020-05-09e1_input: Add VTY command to enable PCAP debug outputSylvain Munaut1-0/+32
2020-05-08e1_input: Allow to change the pcap fd and/or unset itSylvain Munaut1-2/+27
2020-03-09ortp: disable SO_REUSEADDR + SO_REUSEPORTHarald Welte1-0/+6
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith1-0/+10