aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-18ipaccess: hex-dump message in case ops->sign_link() returns an errorHarald Welte1-1/+2
2012-02-04osmo-ortp: Prefix oRTP messages with osmo-ortpHolger Hans Peter Freyther1-4/+4
2012-01-18Fixed TRAU frame handling of packet lengths that are not a multiple of 4Andreas Eversberg1-4/+0
2012-01-18Fixed wrong reference while opening mISDN socketAndreas Eversberg1-1/+1
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther3-23/+33
2011-12-20mISDN input: avoid some strange distortion caused by buffer mgmtAndreas Eversberg1-11/+10
2011-11-07ipa: The message claims to close the socket but it remains open.Holger Hans Peter Freyther1-1/+1
2011-10-22osmo_ortp: include ortp/port.h for the memory management functionsHarald Welte1-0/+1
2011-10-10depend on new libosmocore 0.3.10 (lapd) and increment LIBVERSIONv0.1.0Harald Welte1-1/+1
2011-10-01Length check of LAPD messages to prevent overflows on corrupt framesAndreas Eversberg1-7/+49
2011-09-30Fixed missing T203 in profilesAndreas Eversberg1-0/+3
2011-09-29Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52aAndreas Eversberg1-11/+13
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg3-36/+51
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg4-540/+455
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte2-1/+26
2011-09-26DAHDI: remove unused variableHarald Welte1-1/+1
2011-09-26DAHDI: Print error message in case config uses non-existing spanHarald Welte1-1/+5
2011-09-26DAHDI: make sure the first e1_line N port start with number 0Harald Welte1-4/+6
2011-09-26fix parsing error during "e1_line N port M"Harald Welte1-2/+2
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte4-9/+97
2011-09-19ipa: Add a callback to detect if the server_conn was closedDaniel Willmann2-2/+5
2011-09-19ipa: Fix resource leak if we encounter an error in ipa_server_conn_readDaniel Willmann1-0/+1
2011-09-09ipa: use DEBUG level instead of NOTICE for debugging log messagesPablo Neira Ayuso1-7/+7
2011-09-09ipa: better log error messages for ipa_msg_recv()Pablo Neira Ayuso1-4/+4
2011-09-09ipa: fix segfault in ipa_client_conn_create if no E1 timeslot is specifiedPablo Neira Ayuso1-1/+2
2011-09-09ipa: use default write callback in ipa_client_conn_create if not specifiedPablo Neira Ayuso2-3/+5
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso4-90/+90
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso4-10/+6
2011-09-08add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats()Harald Welte1-0/+42
2011-09-07libosmo-trau: doxygen documentationHarald Welte1-8/+54
2011-09-07osmo_ortp: introduce POLL mode for rtp socketsHarald Welte1-3/+42
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte3-1/+399
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso3-4/+40
2011-08-26lapd: stop timers in lapd_instance_free()Harald Welte1-0/+11
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