summaryrefslogtreecommitdiffstats
path: root/src/gsm/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* ipa: Fix ipa_ccm_id_resp_parse on big endian systemsPau Espin Pedrol2019-03-281-2/+2
* ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parsePau Espin Pedrol2019-03-281-1/+11
* Revert "ipa_ccm_idtag_parse*: Fix reported length value"Oliver Smith2019-03-251-1/+1
* ipa_ccm_idtag_parse*: Fix reported length valueHarald Welte2019-03-191-1/+1
* ipa: Document ipa_msg_recv* functionsPau Espin Pedrol2018-08-221-0/+22
* re-introduce ipa_ccm_idtag_parse_off()Harald Welte2018-08-011-3/+13
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-011-8/+75
* fix strncpy bugs in gsm/ipa.cNeels Hofmeyr2018-07-271-7/+6
* prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte2018-04-171-1/+6
* fix spellingThorsten Alteholz2018-04-081-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr2017-09-071-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-3/+3
* update/extend doxygen documentationHarald Welte2017-06-121-0/+7
* gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2017-05-151-1/+7
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-3/+3
* Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte2017-04-271-0/+2
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-151-1/+118
* fix various compiler warnings (on FreeBSD-11.0)Harald Welte2017-02-081-0/+1
* ipa: Remove unneeded #include statementHarald Welte2017-01-231-1/+0
* Extend IPA error loggingMax2016-11-161-2/+2
* ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther2015-11-091-0/+2
* ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2015-06-021-3/+13
* ipa: Return -errno instead of -1 in ipa_sendJacob Erlbeck2014-12-221-1/+1
* Change copyright notice of ipa.c to GPLv2+Harald Welte2014-10-261-4/+4
* ipa: use %z as format string whne printing sizeof() resultHarald Welte2014-08-211-1/+1
* ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte2014-08-211-1/+1
* ipa: rename functions for consistencyHarald Welte2014-08-201-0/+446