summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-196-31/+25Star
* input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2011-08-193-1/+305
* 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
* add string.h include to fix compiler warningHarald Welte2011-08-191-0/+1
* 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
* 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-165-10/+10
* DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-161-0/+15
* 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-162-15/+55
* E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte2011-08-161-0/+118
* E1 Input: Add VTY command to specify the name of a LineHarald Welte2011-08-161-1/+28
* LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-163-6/+29
* 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
* don't use DLRSL, as it will be removedHarald Welte2011-07-211-1/+1
* update to comply with libosmocore namespace fixesHarald Welte2011-07-1910-186/+186
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-1811-11/+11
* 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-084-39/+139
* 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-073-29/+74
* 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
* src: add e1_input_vty.c to libosmo-abisPablo Neira Ayuso2011-07-052-0/+103
* 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-052-3/+2Star
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-0510-52/+1Star
* 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-053-4/+5
* e1_input: change prototype of close hook in e1inp_driverPablo Neira Ayuso2011-07-052-2/+4
* 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-306-100/+373
* 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