summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso2011-08-312-0/+40
* lapd: stop timers in lapd_instance_free()Harald Welte2011-08-261-0/+11
* DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte2011-08-241-3/+24
* LAPD: Add function to release/free a LAPD instanceHarald Welte2011-08-241-0/+7
* re-introduce optional build of DAHDI input pluginHarald Welte2011-08-241-0/+6
* mISDN: optionally bypass kernel LAPD code and use userspace LAPDHarald Welte2011-08-211-33/+149
* mISDN: use 'struct value_string' instead of local copyHarald Welte2011-08-211-20/+6Star
* e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte2011-08-211-58/+4Star
* ipa: export ipaccess_rcvmsg_base() and return intHarald Welte2011-08-191-5/+5
* ipaccess: make some functions static that shouldn't be exportedHarald Welte2011-08-192-3/+3
* e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso2011-08-195-29/+24Star
* input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2011-08-192-1/+303
* ipa: remove unused 'proto' variableHarald Welte2011-08-191-3/+0Star
* ipa: fix compiler warning about ssize_t / socklen_tHarald Welte2011-08-191-1/+1
* hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte2011-08-191-1/+2
* hsl: remove unsued 'proto' variableHarald Welte2011-08-191-3/+0Star
* ipaccess: don't close the signalling link if we receive bad OML/RSL messagePablo Neira Ayuso2011-08-171-1/+0Star
* ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso2011-08-171-2/+0Star
* src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso2011-08-164-9/+9
* DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-161-0/+15
* LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-162-6/+28
* LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte2011-08-161-26/+29
* LAPD: Remove all calls to 'assert' from the codeHarald Welte2011-08-161-4/+11
* DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte2011-08-161-1/+7
* update to comply with libosmocore namespace fixesHarald Welte2011-07-196-146/+146
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-186-6/+6
* ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso2011-07-081-1/+1
* hsl: close socket if we destroy the signalling linkPablo Neira Ayuso2011-07-081-0/+14
* hsl: BTS supportPablo Neira Ayuso2011-07-083-39/+138
* ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso2011-07-081-0/+9
* hsl: remove unused hsl_setup functionPablo Neira Ayuso2011-07-071-6/+0Star
* e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso2011-07-071-22/+37
* ipaccess: close connection if we receive bad messages from BTSPablo Neira Ayuso2011-07-071-29/+55
* ipaccess: skip further processing for ping, pong and id_req messagesPablo Neira Ayuso2011-07-071-5/+10
* ipaccess: release virtual E1 line for closed connectionPablo Neira Ayuso2011-07-071-0/+3
* ipaccess: don't forget to release temporary RSL socketPablo Neira Ayuso2011-07-071-1/+5
* ipaccess: fix write path for OML/RSL message from BSC -> BTSPablo Neira Ayuso2011-07-051-3/+1Star
* src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso2011-07-051-1/+1
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-056-6/+0Star
* ipaccess: fix ID_RESP parsing in BSC modePablo Neira Ayuso2011-07-051-6/+3Star
* ipaccess: remove any reference to deprecated msg->trxPablo Neira Ayuso2011-07-051-2/+0Star
* e1_input: change prototype of ->sign_link(...)Pablo Neira Ayuso2011-07-052-3/+3
* e1_input: change prototype of close hook in e1inp_driverPablo Neira Ayuso2011-07-051-1/+3
* include: export lapd.h since openBSC needs itPablo Neira Ayuso2011-07-052-2/+2
* dahdi: fix driver compilationPablo Neira Ayuso2011-07-021-18/+8Star
* input: close socket if no signal link was createdPablo Neira Ayuso2011-07-022-16/+44
* ipaccess: put the ID_GET logic for the BTS mode into the driverPablo Neira Ayuso2011-07-021-5/+126
* major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso2011-06-304-97/+365
* ipaccess: use E1INP_SIGN_OML instead of hardcoded 1Pablo Neira Ayuso2011-06-271-1/+1
* ipaccess: fix RSL link establishmentPablo Neira Ayuso2011-06-271-0/+5