summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte2011-08-192-5/+7
* ipaccess: make some functions static that shouldn't be exportedv0.0.1Harald Welte2011-08-192-3/+3
* e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso2011-08-1911-45/+63
* input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2011-08-194-1/+308
* ipa: remove unused 'proto' variableHarald Welte2011-08-191-3/+0
* 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/+0
* 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/+0
* test: use site_id 1801 in ipa BTS examplePablo Neira Ayuso2011-08-171-1/+1
* ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso2011-08-171-2/+0
* e1_input: fix missing registration of dahdi driverPablo Neira Ayuso2011-08-171-2/+0
* E1 input: rename signal_input by e1inp_signal_inputPablo Neira Ayuso2011-08-161-1/+1
* src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso2011-08-166-17/+17
* 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-163-15/+64
* 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-165-8/+44
* 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
* include: add missing ipa.h to Makefile.am so make distcheck works againPablo 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-1912-190/+190
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-1817-17/+16
* ipaccess: ipaccess_fd_cb needs to be externPablo Neira Ayuso2011-07-081-1/+1
* ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso2011-07-082-1/+4
* hsl: close socket if we destroy the signalling linkPablo Neira Ayuso2011-07-081-0/+14
* tests: add missing hsl examplesPablo Neira Ayuso2011-07-082-0/+506
* tests: convert IPA BTS example to use event-oriented approachPablo Neira Ayuso2011-07-081-21/+53
* hsl: BTS supportPablo Neira Ayuso2011-07-088-41/+157
* tests: close OML and RSL if set for the BSC examplePablo Neira Ayuso2011-07-081-2/+4
* ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso2011-07-081-0/+9
* tests: example BTS now sends an OML SW ACT REQPablo Neira Ayuso2011-07-081-2/+130
* tests: use the virtual E1 line used by OML for RSL linkPablo Neira Ayuso2011-07-081-3/+13
* hsl: remove unused hsl_setup functionPablo Neira Ayuso2011-07-071-6/+0
* e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso2011-07-074-30/+84
* 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
* include: remove IPA_NODE and E1INP_NODE definition from internal.hPablo Neira Ayuso2011-07-051-4/+0
* src: add e1_input_vty.c to libosmo-abisPablo Neira Ayuso2011-07-054-0/+106
* tests: support OML software activate request ack messagePablo Neira Ayuso2011-07-051-2/+118
* ipaccess: fix write path for OML/RSL message from BSC -> BTSPablo Neira Ayuso2011-07-051-3/+1
* src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso2011-07-053-20/+2
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-0515-72/+4