summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e1_input: Allow IPA on non-standard TCP ports for OML and RSLlaforge/oml-routerHarald Welte2014-08-272-7/+12
* fix compiler warning in write_pcap_packet()Harald Welte2014-08-211-5/+4
* move various generic IPA related functions to libosmocoreHarald Welte2014-08-205-445/+13
* ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte2014-08-183-1/+3
* ipa: add ipaccess_tlv_to_unitdata()Harald Welte2014-08-182-0/+47
* ipa: declare more already public functionsHarald Welte2014-08-181-0/+4
* Split generic CCM handling out of ipaccess_bts_read_cb()Harald Welte2014-08-182-18/+53
* ipa: Move the second null check into the first oneHolger Hans Peter Freyther2014-08-181-5/+4
* declare ipa_msg_push_header() as public functionHarald Welte2014-08-182-1/+1
* ipa: ensure updown_cb() gets called on reconnectHarald Welte2014-08-181-0/+1
* ipa: Set msgb->l1h to the beginning of the IPA headerHarald Welte2014-08-181-1/+3
* ipa.h: Wrap function declarations to make them more readableHarald Welte2014-08-171-3/+17
* rtp: Randomize the initial timestamp for RFC complianceHolger Hans Peter Freyther2014-06-241-0/+1
* rtp: Randomize the initial sequence number for RFC complianceHolger Hans Peter Freyther2014-06-241-0/+4
* ipa: Add function declaration for IPA header creationHolger Hans Peter Freyther2014-05-061-0/+4
* ipa_proxy: make sure ipa instance name is nul-terminatedPablo Neira Ayuso2014-04-261-0/+1
* release: Prepare the 0.2.0 release of libosmo-abisv0.2.0Holger Hans Peter Freyther2014-03-315-7/+12
* ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck2014-03-317-54/+198
* ipa/test: Add test program for IPA message receptionJacob Erlbeck2014-03-245-2/+256
* ipaccess: Move the #endif before the curly braceHolger Hans Peter Freyther2014-02-031-1/+1
* debian: Build the new upstream releaseHolger Hans Peter Freyther2014-01-201-0/+6
* Prepare the v0.1.6 release of libosmo-abisv0.1.6Holger Hans Peter Freyther2014-01-204-7/+5
* ipaccess: Change the visibility of the ipa messagesHolger Hans Peter Freyther2014-01-202-3/+4
* ipaccess: Make TCP keep-alive configurableJacob Erlbeck2014-01-201-4/+11
* input: Make keep alive configurable (generic)Jacob Erlbeck2014-01-203-0/+78
* ipaccess: Use keep alive for all connectionsJacob Erlbeck2014-01-201-28/+45
* ipaccess: Enable TCP keepalive by default on all BTS connectionsDaniel Willmann2014-01-201-1/+34
* ipaccess: Fix crash when no IPA message is sent first on the RSL portHolger Hans Peter Freyther2013-12-281-0/+5
* debian: Depend directly on the two libraries needed for libosmo-abisHolger Hans Peter Freyther2013-12-121-1/+1
* debian: Enable the hardening options for this libraryHolger Hans Peter Freyther2013-12-121-0/+1
* debian: Address warnings and increase standards versionHolger Hans Peter Freyther2013-12-121-1/+1
* debian: Split the libraries into separate packagesHolger Hans Peter Freyther2013-12-124-4/+19
* debian: Add depedency to newer libosmocore and update the changelogHolger Hans Peter Freyther2013-12-122-1/+7
* build: Ignore newer automake generated fileHolger Hans Peter Freyther2013-12-121-0/+1
* ipa-proxy/vty: Removed enable/ipa nodeJacob Erlbeck2013-11-112-30/+0
* vty: Use same prompt string format like in libosmocoreJacob Erlbeck2013-11-112-2/+2
* vty: Use new vty_install_default() functionJacob Erlbeck2013-11-112-25/+3
* ortp: Fix the version check for ORTP by not using the cached resultHolger Hans Peter Freyther2013-10-062-2/+2
* enable support of libortp >= 0.21, which has an API breakageHarald Welte2013-10-062-2/+14
* Merge branch 'laforge/ipa-client-fixes'Harald Welte2013-10-066-173/+96
|\
| * it's called 'truncated' message, not 'trunked'Harald Welte2013-10-061-1/+1
| * ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESPHarald Welte2013-10-061-10/+11
| * IPA: remove automatic reconnect logicHarald Welte2013-10-063-42/+34
| * ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb()Harald Welte2013-10-061-3/+3
| * ipa: protect against multiple subsequent calls to ipa_client_conn_close()Harald Welte2013-10-061-2/+6
| * ipaccess: Properly resolve 'line' in error caseHarald Welte2013-10-061-6/+5
| * Don't establish RSL at same time as OML link on IPA type linesHarald Welte2013-10-063-22/+35
| * Remove duplication between libosmocore ipaccess.h and libosmoabis ipaccess.hHarald Welte2013-10-061-90/+4
|/
* input: fix compilation warning due to missing include osmocom/core/backtrace.hPablo Neira Ayuso2013-07-082-0/+2
* ipa: stricter accept callback handling in ipa_server_link_createPablo Neira Ayuso2013-07-081-8/+14