aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-24DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte1-3/+24
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte1-0/+7
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte2-0/+9
2011-08-21mISDN: optionally bypass kernel LAPD code and use userspace LAPDv0.0.3Harald Welte2-35/+152
2011-08-21mISDN: use 'struct value_string' instead of local copyHarald Welte1-20/+6
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte2-58/+74
2011-08-21trau_frame: Add doxygen documentationHarald Welte1-1/+19
2011-08-21subchan_demux: add doxygen documentationHarald Welte1-4/+51
2011-08-21TRAU: Properly initialize idle framesDieter Spaar1-3/+29
2011-08-19ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte1-5/+5
2011-08-19ipaccess: make some functions static that shouldn't be exportedv0.0.1Harald Welte2-3/+3
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso6-31/+25
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso3-1/+305
2011-08-19ipa: remove unused 'proto' variableHarald Welte1-3/+0
2011-08-19ipa: fix compiler warning about ssize_t / socklen_tHarald Welte1-1/+1
2011-08-19hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte1-1/+2
2011-08-19hsl: remove unsued 'proto' variableHarald Welte1-3/+0
2011-08-19add string.h include to fix compiler warningHarald Welte1-0/+1
2011-08-17ipaccess: don't close the signalling link if we receive bad OML/RSL messagePablo Neira Ayuso1-1/+0
2011-08-17ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso1-2/+0
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 Ayuso5-10/+10
2011-08-16DAHDI: Actually increment e1_input related rate countersHarald Welte1-0/+15
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 Welte2-15/+55
2011-08-16E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte1-0/+118
2011-08-16E1 Input: Add VTY command to specify the name of a LineHarald Welte1-1/+28
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso3-6/+29
2011-08-16LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte1-26/+29
2011-08-16LAPD: Remove all calls to 'assert' from the codeHarald Welte1-4/+11
2011-08-16DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte1-1/+7
2011-07-21don't use DLRSL, as it will be removedHarald Welte1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte10-186/+186
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte11-11/+11
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso1-1/+1
2011-07-08hsl: close socket if we destroy the signalling linkPablo Neira Ayuso1-0/+14
2011-07-08hsl: BTS supportPablo Neira Ayuso4-39/+139
2011-07-08ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso1-0/+9
2011-07-07hsl: remove unused hsl_setup functionPablo Neira Ayuso1-6/+0
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso3-29/+74
2011-07-07ipaccess: close connection if we receive bad messages from BTSPablo Neira Ayuso1-29/+55
2011-07-07ipaccess: skip further processing for ping, pong and id_req messagesPablo Neira Ayuso1-5/+10
2011-07-07ipaccess: release virtual E1 line for closed connectionPablo Neira Ayuso1-0/+3
2011-07-07ipaccess: don't forget to release temporary RSL socketPablo Neira Ayuso1-1/+5
2011-07-05src: add e1_input_vty.c to libosmo-abisPablo Neira Ayuso2-0/+103
2011-07-05ipaccess: fix write path for OML/RSL message from BSC -> BTSPablo Neira Ayuso1-3/+1
2011-07-05src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso2-3/+2
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso10-52/+1
2011-07-05ipaccess: fix ID_RESP parsing in BSC modePablo Neira Ayuso1-6/+3
2011-07-05ipaccess: remove any reference to deprecated msg->trxPablo Neira Ayuso1-2/+0