aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsup_server.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr1-4/+41
2017-03-07fix: properly handle error rc by osmo_gsup_conn_ccm_get()Neels Hofmeyr1-2/+8
2017-03-06CTRL: add enable/disable packet service cmdsMax1-3/+5
2016-12-11fix various compiler warningsNeels Hofmeyr1-2/+2
2016-12-11fix build on FreeBSD: eliminate implicitly declared functionsNeels Hofmeyr1-0/+1
2016-05-03add copyright statements to all filesHarald Welte1-0/+19
2016-05-03Major update; Code now supports SAI, LU and ISD transactionsHarald Welte1-1/+62
2016-04-28Fix memory leakage in gsup_serverHarald Welte1-2/+3
2016-04-28ensure we release memory for all received msgb.Harald Welte1-1/+1
2016-04-28more verbose error handling in osmo_gsup_server_read_cb()Harald Welte1-5/+13
2016-04-28gsup_server: Implement IPA CCM handling using new libosmo-abis functionHarald Welte1-29/+25
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte1-0/+204