aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_gsup_client.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr1-341/+0
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr1-4/+4
2016-12-13gsup client, gsup_test_client: move logging to DLGSUP categoryNeels Hofmeyr1-14/+14
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr1-1/+1
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr1-28/+30
2016-12-13comments: gsup client: rename to Generic, adjust copyright and authorsNeels Hofmeyr1-2/+3
2016-12-13add gsup_test_client programHarald Welte1-0/+1
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr1-6/+49
2015-10-07gsup: factor out header composition & sending.Neels Hofmeyr1-3/+9
2015-01-27gprs: Don't check for EINPROGRESS in gprs_gsup_client_createJacob Erlbeck1-1/+1
2015-01-26gprs: Return 0 from gsup_client_connect if ok or retry timer enabledJacob Erlbeck1-1/+4
2015-01-18gprs: Send PING and eventually reconnectJacob Erlbeck1-3/+58
2015-01-18gprs: Handle incoming IPA CCM message in gsup_client_read_cbJacob Erlbeck1-0/+25
2015-01-18gprs: Handle return code of ipa_client_conn_open correctlyJacob Erlbeck1-3/+6
2015-01-18gprs: Avoid sending stale GSUP requests after reconnectJacob Erlbeck1-0/+8
2015-01-18gprs: Add automatic re-connect if the GSUP connection is downJacob Erlbeck1-7/+69
2015-01-18gprs: Add GSUP clientJacob Erlbeck1-0/+132