aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-03e1_input: Support I.460 timeslot typeHarald Welte1-1/+25
2020-07-15ipacces: Fix e1inp_line reference put in ipaccess_closePau Espin Pedrol1-15/+1
2020-07-15e1_input: Use osmo_use_count in e1inp_linePau Espin Pedrol1-36/+59
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 Welte1-0/+8
2020-05-10subchan_demux: Use 'ubit_t' for unpacked bit buffer; use constHarald Welte1-1/+1
2020-05-08e1_input: Allow to change the pcap fd and/or unset itSylvain Munaut1-2/+27
2020-01-12e1d: add missing forward-declaration of e1inp_e1d_init()Harald Welte1-0/+1
2020-01-12e1d: Use HAVE_E1D in C source, not ENABLE_E1DHarald Welte1-1/+1
2020-01-12e1d: Initial osmo-e1d supportSylvain Munaut1-0/+3
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte1-16/+14
2020-01-07add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-0/+8
2019-12-02e1_input.c: make reference counting get() / put() more verboseVadim Yanitskiy1-2/+9
2018-07-24e1_input.c: Replace '.' in counter names with ':'Pau Espin Pedrol1-3/+3
2018-05-24fix double-free/use-after-free of pointers in struct e1inp_lineStefan Sperling1-1/+40
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+5
2017-05-25Add value_string for input signal names (e1inp_signal_names)Harald Welte1-0/+11
2017-03-08add basic unixsocket supportAlexander Couzens1-0/+2
2017-01-23misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther1-9/+1
2016-11-16e1_input: remove superflous semi colonAlexander Couzens1-1/+1
2016-10-17Add HDLC timeslot modeHarald Welte1-1/+24
2016-10-17Implement new 'raw' input type for E1 timeslotsHarald Welte1-0/+23
2016-10-16Convert e1inp_{sign,ts}type_name() to use struct value_stringHarald Welte1-15/+14
2016-10-16e1_input: Add E1 timeslot number to input_signal_dataHarald Welte1-0/+1
2016-07-04e1_input: Use osmo_pcap_lapd if using software LAPDHarald Welte1-4/+24
2014-08-21fix compiler warning in write_pcap_packet()Harald Welte1-5/+4
2014-08-18ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte1-0/+1
2013-07-08e1_input: fix compilation warning in e1inp_tx_tsPablo Neira Ayuso1-0/+6
2013-07-05e1_input: fix compilation warning in e1_set_pcap_fdPablo Neira Ayuso1-3/+2
2013-07-04hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther1-2/+0
2012-08-30ipaccess: fix leak of e1inp_linePablo Neira Ayuso1-0/+1
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther1-10/+29
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg1-28/+42
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte1-1/+2
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso1-4/+0
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte1-0/+3
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte1-0/+70
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-2/+1
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso1-0/+2
2011-08-17e1_input: fix missing registration of dahdi driverPablo Neira Ayuso1-2/+0
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-1/+1
2011-08-16E1 Input: better names for rate countersHarald Welte1-4/+4
2011-08-16E1 Input: Add rate counters for events related to E1 linesHarald Welte1-6/+31
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso1-0/+1
2011-07-21don't use DLRSL, as it will be removedHarald Welte1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-12/+12
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso1-6/+36
2011-07-05src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso1-2/+1