aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso4-8/+4
2017-05-26Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore"Harald Welte1-4/+85
2017-04-15ipacces.c: Remove ipa_bts_id_resp() and use libosmocoreHarald Welte1-85/+4
2017-03-15lapd: log pointer addressesPhilipp Maier1-2/+7
2017-03-14lapd: Reduce N200 (SABM retransmission count)Philipp Maier1-2/+2
2017-03-08add basic unixsocket supportAlexander Couzens1-0/+347
2017-01-23misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther2-2/+2
2017-01-09handle_ts1_read(): log sign_link() errorMax1-3/+4
2016-12-31ipaccess_line_update(): log connection IP addresses and portsMax1-6/+9
2016-11-26don't pass negative error to strerror()Harald Welte1-1/+1
2016-11-26call strerror() not on negative valueHarald Welte1-1/+1
2016-11-26fix signed/unsigned bug in ipa_client_conn_open()Harald Welte1-4/+2
2016-11-26input/ipaccess.c: Check return value of osmo_fd_register()Harald Welte1-1/+6
2016-11-02lapd: adding support for ericsson's lapd dialectPhilipp1-0/+28
2016-10-17Add HDLC timeslot modeHarald Welte2-0/+73
2016-10-17Implement new 'raw' input type for E1 timeslotsHarald Welte2-0/+179
2016-10-16e1_input: Add E1 timeslot number to input_signal_dataHarald Welte1-0/+1
2016-07-04lapd_pcap: Correctly set the pseudo-header packet typeHarald Welte1-3/+8
2016-07-04Add osmo_pcap_lapd_set_fd() functionHarald Welte1-8/+22
2016-04-29ipa_bts_id_resp(): handle non-existing members of ipacces_unitHarald Welte1-5/+12
2016-04-29ipa_server_conn: Add server-side CCM handlingHarald Welte1-0/+67
2016-04-29ipa_server_conn: Add remote (peer) address to structHarald Welte1-0/+8
2016-02-25ipa driver: make bind address vty configurableNeels Hofmeyr1-2/+21
2015-01-18ipa: Add API to clear the tx queueHolger Hans Peter Freyther1-0/+14
2014-12-26misdn: Close the file descriptor if the ioctl is failingHolger Hans Peter Freyther1-0/+1
2014-12-12ipa: Set the BSC_FD_WRITE in ipa_client_conn_openHolger Hans Peter Freyther1-0/+1
2014-10-26ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commitHolger Hans Peter Freyther1-6/+0
2014-09-25misc: Work with src != builddirHolger Hans Peter Freyther1-1/+1
2014-08-28Support for multiple RSL connections with ABIS/ipaccess (BTS side)Andreas Eversberg1-6/+31
2014-08-20move various generic IPA related functions to libosmocoreHarald Welte2-418/+11
2014-08-18ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte1-1/+1
2014-08-18ipa: add ipaccess_tlv_to_unitdata()Harald Welte1-0/+45
2014-08-18Split generic CCM handling out of ipaccess_bts_read_cb()Harald Welte1-18/+50
2014-08-18ipa: Move the second null check into the first oneHolger Hans Peter Freyther1-5/+4
2014-08-18ipa: ensure updown_cb() gets called on reconnectHarald Welte1-0/+1
2014-08-18ipa: Set msgb->l1h to the beginning of the IPA headerHarald Welte1-1/+3
2014-03-31ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck2-36/+128
2014-02-03ipaccess: Move the #endif before the curly braceHolger Hans Peter Freyther1-1/+1
2014-01-20ipaccess: Change the visibility of the ipa messagesHolger Hans Peter Freyther1-3/+3
2014-01-20ipaccess: Make TCP keep-alive configurableJacob Erlbeck1-4/+11
2014-01-20ipaccess: Use keep alive for all connectionsJacob Erlbeck1-28/+45
2014-01-20ipaccess: Enable TCP keepalive by default on all BTS connectionsDaniel Willmann1-1/+34
2013-12-28ipaccess: Fix crash when no IPA message is sent first on the RSL portHolger Hans Peter Freyther1-0/+5
2013-10-06it's called 'truncated' message, not 'trunked'Harald Welte1-1/+1
2013-10-06ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESPHarald Welte1-10/+11
2013-10-06IPA: remove automatic reconnect logicHarald Welte2-40/+32
2013-10-06ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb()Harald Welte1-3/+3
2013-10-06ipa: protect against multiple subsequent calls to ipa_client_conn_close()Harald Welte1-2/+6
2013-10-06ipaccess: Properly resolve 'line' in error caseHarald Welte1-6/+5
2013-10-06Don't establish RSL at same time as OML link on IPA type linesHarald Welte1-22/+29