summaryrefslogtreecommitdiffstats
path: root/src/e1_input.c
Commit message (Expand)AuthorAgeFilesLines
* input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso2011-08-311-4/+0Star
* re-introduce optional build of DAHDI input pluginHarald Welte2011-08-241-0/+3
* e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte2011-08-211-0/+70
* e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso2011-08-191-2/+1Star
* input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2011-08-191-0/+2
* e1_input: fix missing registration of dahdi driverPablo Neira Ayuso2011-08-171-2/+0Star
* src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso2011-08-161-1/+1
* E1 Input: better names for rate countersHarald Welte2011-08-161-4/+4
* E1 Input: Add rate counters for events related to E1 linesHarald Welte2011-08-161-6/+31
* LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-161-0/+1
* don't use DLRSL, as it will be removedHarald Welte2011-07-211-1/+1
* update to comply with libosmocore namespace fixesHarald Welte2011-07-191-12/+12
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-181-1/+1
* e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso2011-07-071-6/+36
* src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso2011-07-051-2/+1Star
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-051-1/+0Star
* e1_input: change prototype of ->sign_link(...)Pablo Neira Ayuso2011-07-051-1/+2
* e1_input: change prototype of close hook in e1inp_driverPablo Neira Ayuso2011-07-051-1/+1
* major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso2011-06-301-1/+4
* e1_input: add abis_sendmsg(...)Pablo Neira Ayuso2011-06-261-26/+4Star
* e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso2011-06-251-10/+14
* e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso2011-06-211-2/+3
* src: add support for logging infrastructure in libosmo-abisPablo Neira Ayuso2011-06-121-1/+1
* include: remove internal definition that are now in libosmocorePablo Neira Ayuso2011-06-091-0/+2
* e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso2011-06-071-8/+8
* e1input: log_set_context(...) should be called from the applicationPablo Neira Ayuso2011-06-071-1/+0Star
* e1input: fix TRAU frame handlingPablo Neira Ayuso2011-06-071-5/+4Star
* src: add libosmo_abis_init(void *ctx) to set the talloc contextPablo Neira Ayuso2011-06-071-0/+1
* src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso2011-06-071-12/+2Star
* initial commit of libosmo-abisPablo Neira Ayuso2011-06-051-0/+628