aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck1-33/+118
2013-10-06it's called 'truncated' message, not 'trunked'Harald Welte1-1/+1
2013-10-06IPA: remove automatic reconnect logicHarald Welte1-38/+19
2013-10-06ipa: protect against multiple subsequent calls to ipa_client_conn_close()Harald Welte1-2/+6
2013-07-08input: fix compilation warning due to missing include osmocom/core/backtrace.hPablo Neira Ayuso1-0/+1
2013-07-08ipa: stricter accept callback handling in ipa_server_link_createPablo Neira Ayuso1-8/+14
2013-07-05input: ipa: close descriptor if no accept callback is setPablo Neira Ayuso1-0/+2
2012-08-30ipa: fix missing set of write_cb for IPA client connectionPablo Neira Ayuso1-0/+3
2011-09-19ipa: Add a callback to detect if the server_conn was closedDaniel Willmann1-1/+4
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 Ayuso1-2/+4
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso1-59/+59
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso1-6/+2
2011-08-19ipaccess: make some functions static that shouldn't be exportedv0.0.1Harald Welte1-2/+2
2011-08-19ipa: fix compiler warning about ssize_t / socklen_tHarald Welte1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-23/+23
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-08hsl: BTS supportPablo Neira Ayuso1-3/+24
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-06-30major updates in e1_input callback ops and IPA infrastructuresPablo Neira Ayuso1-23/+55
2011-06-23ipa: add ipa_*_send() to transmit messagesPablo Neira Ayuso1-0/+15
2011-06-23ipa: add ipa_server_peer infrastructurePablo Neira Ayuso1-0/+99
2011-06-23ipa: extend ipa_*link_create() to take one generic data pointerPablo Neira Ayuso1-2/+6
2011-06-21ipa: add ipa_server_link abstractionPablo Neira Ayuso1-0/+73
2011-06-21ipa: rename `struct ipa_link' by `struct ipa_client_link'Pablo Neira Ayuso1-19/+19
2011-06-21ipaccess: initial works to get BTS mode workingPablo Neira Ayuso1-3/+7
2011-06-21hsl: add support for BTS-modePablo Neira Ayuso1-2/+4
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso1-2/+3
2011-06-14input: ipaccess: add preliminary BTS-side for A-bis over IPPablo Neira Ayuso1-0/+234