aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-07-05e1_input: change prototype of ->sign_link(...)Pablo Neira Ayuso1-1/+2
2011-07-05e1_input: change prototype of close hook in e1inp_driverPablo Neira Ayuso1-1/+1
2011-06-30major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso1-1/+4
2011-06-26e1_input: add abis_sendmsg(...)Pablo Neira Ayuso1-26/+4
2011-06-25e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso1-10/+14
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso1-2/+3
2011-06-12src: add support for logging infrastructure in libosmo-abisPablo Neira Ayuso1-1/+1
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso1-0/+2
2011-06-07e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso1-8/+8
2011-06-07e1input: log_set_context(...) should be called from the applicationPablo Neira Ayuso1-1/+0
2011-06-07e1input: fix TRAU frame handlingPablo Neira Ayuso1-5/+4
2011-06-07src: add libosmo_abis_init(void *ctx) to set the talloc contextPablo Neira Ayuso1-0/+1
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-12/+2
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+628