aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr/vlr.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08GSUP: check osmo_gsup_encode() resultMax1-9/+17
2018-02-06Fix whitespace issuesMax1-1/+1
2018-02-05Wrap osmo_strlcpy() callsMax1-7/+7
2018-01-28Shift ciphering algorithm selection from VLR to MSCHarald Welte1-22/+4
2018-01-24VLR: constify GSUP-related function parametersMax1-5/+5
2018-01-05Add control command to expire subscriberMax1-5/+16
2017-12-31VLR: log subscriber updateMax1-1/+1
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-6/+5
2017-12-18cosmetic prep: tell vlr_ops.set_ciph_mode() whether UMTS AKA is usedNeels Hofmeyr1-0/+2
2017-12-18cosmetic prep: publish vlr_use_umts_aka() decisionNeels Hofmeyr1-0/+17
2017-12-18vlr: debug log: log Ciphering Mode detailsNeels Hofmeyr1-0/+2
2017-11-20vlr_subscr_conn_timeout(): don't fire events to discarded fiNeels Hofmeyr1-2/+6
2017-11-20vlr_gsupc_read_cb: fix use after free of GSUP msgbNeels Hofmeyr1-5/+10
2017-10-31defaults: assign TMSI by defaultNeels Hofmeyr1-0/+3
2017-10-03fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()Neels Hofmeyr1-0/+1
2017-09-15Remove rest_octets.hMax1-0/+2
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-4/+4
2017-08-29split off osmo-msc: remove files, apply build, renameNeels Hofmeyr1-2/+14
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr1-0/+4
2017-07-21Add libvlr implementationHarald Welte1-0/+1108