aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-28ipa: Fix ipa_ccm_id_resp_parse on big endian systemsPau Espin Pedrol1-2/+2
2019-03-28ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parsePau Espin Pedrol1-1/+11
2019-03-25Revert "ipa_ccm_idtag_parse*: Fix reported length value"Oliver Smith1-1/+1
2019-03-19ipa_ccm_idtag_parse*: Fix reported length valueHarald Welte1-1/+1
2018-08-22ipa: Document ipa_msg_recv* functionsPau Espin Pedrol1-0/+22
2018-08-01re-introduce ipa_ccm_idtag_parse_off()Harald Welte1-3/+13
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte1-8/+75
2018-07-27fix strncpy bugs in gsm/ipa.cNeels Hofmeyr1-7/+6
2018-04-17prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte1-1/+6
2018-04-08fix spellingThorsten Alteholz1-1/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-09-07ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+4
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-3/+3
2017-06-12update/extend doxygen documentationHarald Welte1-0/+7
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte1-1/+7
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-3/+3
2017-04-27Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte1-0/+2
2017-04-15ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte1-1/+118
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-0/+1
2017-01-23ipa: Remove unneeded #include statementHarald Welte1-1/+0
2016-11-16Extend IPA error loggingMax1-2/+2
2015-11-09ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther1-0/+2
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther1-3/+13
2014-12-22ipa: Return -errno instead of -1 in ipa_sendJacob Erlbeck1-1/+1
2014-10-26Change copyright notice of ipa.c to GPLv2+Harald Welte1-4/+4
2014-08-21ipa: use %z as format string whne printing sizeof() resultHarald Welte1-1/+1
2014-08-21ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte1-1/+1
2014-08-20ipa: rename functions for consistencyHarald Welte1-0/+446