aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26misc: Fix the email address in the configure.acv0.1.2Holger Hans Peter Freyther1-1/+1
2012-03-18ipaccess: hex-dump message in case ops->sign_link() returns an errorHarald Welte1-1/+2
2012-02-04e1_input.h: Declare abis_rsl_sendmsg(struct msgb *msg)Holger Hans Peter Freyther1-0/+1
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 Freyther4-23/+46
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-22version 0.13.1 of libortp seems sufficientHarald Welte1-1/+1
2011-10-16misc: Linker fix for Ubuntu 11.10Holger Hans Peter Freyther1-1/+2
2011-10-10depend on new libosmocore 0.3.10 (lapd) and increment LIBVERSIONv0.1.0Harald Welte2-2/+2
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 Eversberg2-12/+14
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg4-43/+67
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg6-559/+482
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte3-1/+28
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-26request ortp >=0.15.0Alexander Huemer1-1/+1
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte5-9/+99
2011-09-19ipa: Add a callback to detect if the server_conn was closedDaniel Willmann3-3/+7
2011-09-19ipa: Fix resource leak if we encounter an error in ipa_server_conn_readDaniel Willmann1-0/+1
2011-09-09Merge remote-tracking branch 'origin/pablo/ipa-updates'Harald Welte6-133/+128
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 Ayuso3-5/+5
2011-09-09tests: remove reference to internal headers in ipa_proxy_testPablo Neira Ayuso1-3/+1
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso5-107/+107
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso5-11/+7
2011-09-08add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats()Harald Welte2-0/+53
2011-09-07add GSM_RTP_DURATIONv0.0.7Harald Welte1-1/+4
2011-09-07libosmo-trau: doxygen documentationHarald Welte2-12/+65
2011-09-07osmo_ortp: introduce POLL mode for rtp socketsHarald Welte2-4/+48
2011-09-03add libosmotrau.pc to Makefile.amv0.0.6Harald Welte1-1/+1
2011-09-03update .gitignorev0.0.5Harald Welte1-0/+2
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte8-2/+473
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 Welte2-0/+8
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte3-1/+10
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 Welte3-59/+78