aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/misdn.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-08migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte1-2/+2
2021-02-03e1_input: Support I.460 timeslot typeHarald Welte1-1/+3
2020-12-21Use osmo_fd_setup() wherever applicableHarald Welte1-4/+2
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-9/+9
2020-06-09lapd: Always print context information when loggingHarald Welte1-2/+4
2020-01-12introduce and use logging macros with context on E1 line / timeslotHarald Welte1-43/+34
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+1
2017-01-23misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther1-1/+1
2016-11-26call strerror() not on negative valueHarald Welte1-1/+1
2016-10-17Add HDLC timeslot modeHarald Welte1-0/+6
2016-10-17Implement new 'raw' input type for E1 timeslotsHarald Welte1-0/+94
2014-12-26misdn: Close the file descriptor if the ioctl is failingHolger Hans Peter Freyther1-0/+1
2013-07-06misdn: Fix a file descriptor leak in _mi_e1_line_updateHolger Hans Peter Freyther1-0/+1
2013-03-09misdn: Set ret to 0 when using the LAPD from userspaceHolger Hans Peter Freyther1-0/+1
2012-01-18Fixed wrong reference while opening mISDN socketAndreas Eversberg1-1/+1
2011-12-20mISDN input: avoid some strange distortion caused by buffer mgmtAndreas Eversberg1-11/+10
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg1-1/+1
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg1-15/+62
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte1-3/+3
2011-08-21mISDN: optionally bypass kernel LAPD code and use userspace LAPDv0.0.3Harald Welte1-33/+149
2011-08-21mISDN: use 'struct value_string' instead of local copyHarald Welte1-20/+6
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-4/+2
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-2/+2
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-17/+17
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-06-30major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso1-4/+1
2011-06-25e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso1-4/+4
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso1-4/+4
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso1-7/+1
2011-06-07e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso1-1/+4
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-1/+1
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+547