aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsup_server.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Set TCP NODELAY sockopt to GSUP cli and srv connectionsPau Espin Pedrol1-0/+17
2020-05-31gsup_server: fix typo: s/omso_gsup_message/osmo_gsup_message/Vadim Yanitskiy1-1/+1
2020-05-04gsup_server.c: properly handle negative rc from osmo_gsup_conn_ccm_get()Neels Hofmeyr1-1/+1
2020-04-30gsup_server: send routing error back to the correct peerNeels Hofmeyr1-3/+14
2020-04-30D-GSM 3/n: implement roaming by mslookup in osmo-hlrNeels Hofmeyr1-0/+36
2020-04-30enlarge the GSUP message headroomNeels Hofmeyr1-1/+1
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr1-8/+31
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr1-10/+70
2019-11-25add osmo_gsup_msgb_alloc()Neels Hofmeyr1-0/+7
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr1-2/+2
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