aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsup_server.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-16gsup_server: Add "priv" pointer and make it point to 'struct hlr'Harald Welte1-1/+2
2018-05-18move creation of insert subscriber data messages to a common functionStefan Sperling1-0/+54
2018-05-04add error handling to osmo_gsup_configure_wildcard_apn()Neels Hofmeyr1-4/+7
2018-05-04fix luop crash: use buffer for APN that remains validNeels Hofmeyr1-4/+7
2018-05-02rewrite subscriber_update_notify() without calls into luopStefan Sperling1-0/+18
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