aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Bump version: 0.8.0.59-1f92-dirty → 1.0.01.0.0Harald Welte7-25/+93
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
2020-05-28src/input/ipaccess.c: set TCP_NODELAYOliver Smith1-0/+5
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+6
2020-05-19contrib: integrate RPM specOliver Smith3-10/+5
2020-05-16contrib: import RPM specOliver Smith1-0/+161
2020-05-14trau_frame: Fix AMR frame decodingHarald Welte1-0/+1
2020-05-13Fix subchan_demux_test compiler warning on some gcc versionsHarald Welte1-1/+1
2020-05-11trau_frame.h: Fix definition of TRAU_FT_OM_UPHarald Welte1-1/+1
2020-05-11subchan_demux: Use ubit_t where appropriateHarald Welte2-7/+7
2020-05-11trau_frame: use 'ubit_t' for unpacked bitsHarald Welte2-20/+21
2020-05-10subchan_demux: Use 'ubit_t' for unpacked bit buffer; use constHarald Welte5-6/+7
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-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-03-09ortp: disable SO_REUSEADDR + SO_REUSEPORTHarald Welte3-2/+8
2020-03-09Add rtp_test to show the double-bind bug of OS#4444Harald Welte4-2/+109
2020-03-07osmo_ortp: add osmo_rtp_socket_set_dscp()Oliver Smith3-0/+12
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild4-22/+204
2020-01-22ipaccess.c: line_already_initialized: int -> boolOliver Smith1-2/+2
2020-01-12e1d: Implement varions non-LAPD timeslot modesHarald Welte1-1/+61
2020-01-12e1d: Don't connect to e1d at program start timeHarald Welte1-7/+8
2020-01-12e1d: Use LOGPIL/LOGPITS logging macros to give contextHarald Welte1-13/+9