aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-27e1_input: Allow IPA on non-standard TCP ports for OML and RSLlaforge/oml-routerHarald Welte1-0/+2
2014-08-20move various generic IPA related functions to libosmocoreHarald Welte2-27/+1
2014-08-18ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte1-0/+1
2014-08-18ipa: add ipaccess_tlv_to_unitdata()Harald Welte1-0/+2
2014-08-18ipa: declare more already public functionsHarald Welte1-0/+4
2014-08-18Split generic CCM handling out of ipaccess_bts_read_cb()Harald Welte1-0/+3
2014-08-18declare ipa_msg_push_header() as public functionHarald Welte2-1/+1
2014-08-17ipa.h: Wrap function declarations to make them more readableHarald Welte1-3/+17
2014-05-06ipa: Add function declaration for IPA header creationHolger Hans Peter Freyther1-0/+4
2014-03-31ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck2-0/+5
2014-01-20input: Make keep alive configurable (generic)Jacob Erlbeck1-0/+7
2013-10-06IPA: remove automatic reconnect logicHarald Welte1-2/+2
2013-10-06Don't establish RSL at same time as OML link on IPA type linesHarald Welte1-0/+5
2013-10-06Remove duplication between libosmocore ipaccess.h and libosmoabis ipaccess.hHarald Welte1-90/+4
2013-07-05e1_input: fix compilation warning in e1_set_pcap_fdPablo Neira Ayuso1-1/+1
2013-07-04hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther3-8/+1
2012-08-30input: add generic PCAP interface for LAPDPablo Neira Ayuso3-1/+13
2012-07-01build: use nobase_include_HEADERS instead of using recursive MakefilesDiego Elio Pettenò4-15/+4
2012-02-04e1_input.h: Declare abis_rsl_sendmsg(struct msgb *msg)Holger Hans Peter Freyther1-0/+1
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther1-0/+13
2011-09-29Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52aAndreas Eversberg1-1/+1
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg1-7/+16
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg2-19/+27
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte1-0/+2
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte1-0/+2
2011-09-19ipa: Add a callback to detect if the server_conn was closedDaniel Willmann1-1/+2
2011-09-09ipa: use default write callback in ipa_client_conn_create if not specifiedPablo Neira Ayuso1-2/+0
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso1-17/+17
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso1-1/+1
2011-09-08add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats()Harald Welte1-0/+11
2011-09-07add GSM_RTP_DURATIONv0.0.7Harald Welte1-1/+4
2011-09-07libosmo-trau: doxygen documentationHarald Welte1-4/+11
2011-09-07osmo_ortp: introduce POLL mode for rtp socketsHarald Welte1-1/+6
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte3-1/+60
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte1-0/+1
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte1-1/+4
2011-08-21trau_frame: Add doxygen documentationHarald Welte1-5/+16
2011-08-21subchan_demux: add doxygen documentationHarald Welte1-25/+33
2011-08-19ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte1-0/+2
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-4/+12
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso1-0/+3
2011-08-16E1 input: rename signal_input by e1inp_signal_inputPablo Neira Ayuso1-1/+1
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-7/+7
2011-08-16E1 Input: Add rate counters for events related to E1 linesHarald Welte1-0/+9
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2-2/+15
2011-08-16include: add missing ipa.h to Makefile.am so make distcheck works againPablo Neira Ayuso1-0/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-1/+1
2011-07-08ipaccess: ipaccess_fd_cb needs to be externPablo Neira Ayuso1-1/+1
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso1-0/+3
2011-07-08hsl: BTS supportPablo Neira Ayuso3-2/+8