aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2022-06-27osmo_pcap_lapd_write: Fix write of uninitialized byte(s)Harald Welte1-27/+22
2022-05-09input/ipaccess: Avoid extra poll() call when e1i_ts tx queue becomes emptyPau Espin Pedrol1-3/+17
2022-05-09input/ipaccess: Remove unneeded osmo_fd_write_enable()Pau Espin Pedrol1-1/+1
2022-05-08input/ipaccess: Don't start zero-ms timer on every writeHarald Welte1-6/+10
2022-05-03stats: add site_id scope to ipa-rsl tcp stat namesMichael Iedema1-3/+3
2022-04-18input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read()Vadim Yanitskiy1-1/+1
2022-04-18input/e1d: fix a memleak in handle_ts_raw_read()Vadim Yanitskiy1-0/+1
2022-02-24stats: add BTS index to IPA RSL TCP stats name2022q1Michael Iedema1-3/+4
2022-02-10stats: add RSL line number to TCP stats nameMichael Iedema1-1/+3
2022-01-04ipaccess.c: register RSL/OML related osmo_fds for monitoringPhilipp Maier1-0/+5
2021-12-14treewide: remove FSF address2021q4Oliver Smith5-20/+0
2021-11-17lapd: don't add parenthesis around datalink nameHarald Welte1-5/+5
2021-10-11ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_connPau Espin Pedrol1-7/+19
2021-09-29ipaccess: Allow reconfiguring the ipa line during line_update()Pau Espin Pedrol1-4/+12
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-5/+5
2021-05-20ipaccess: do not block ipaccess_line_update on failurePhilipp Maier1-2/+2
2021-04-29e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte1-1/+12
2021-04-29ipa: Introduce support for user-specific DSCP and priorityHarald Welte1-2/+8
2021-02-08migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte7-20/+20
2021-02-03e1_input: Support I.460 timeslot typeHarald Welte3-3/+10
2020-12-21Use osmo_fd_setup() wherever applicableHarald Welte6-32/+9
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 Welte7-68/+68
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 Pedrol1-1/+13
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 Pedrol1-7/+7
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-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-09lapd: Always print context information when loggingHarald Welte5-49/+75
2020-05-28src/input/ipaccess.c: set TCP_NODELAYOliver Smith1-0/+5