From e3d72d782799700a0544b4fdd7b0bcb3d4a210cd Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Dec 2017 02:06:44 +0100 Subject: cosmetic prep: publish vlr_use_umts_aka() decision During Set Ciphering Mode on GERAN, it is required to know whether UMTS AKA is used to decide which Kc to pick. Change static function is_umts_auth() into public vlr_use_umts_aka(), so future patches can re-use it. Prepares: If04e405426c55a81341747a9b450a69188525d5c Change-Id: I85d784c62ecbabdb6186a3dae4dcd554e7921041 --- include/osmocom/msc/vlr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/msc/vlr.h') diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h index 640d35b46..df7d3548b 100644 --- a/include/osmocom/msc/vlr.h +++ b/include/osmocom/msc/vlr.h @@ -435,5 +435,7 @@ int vlr_set_ciph_mode(struct vlr_instance *vlr, enum vlr_ciph ciph_mode, bool retrieve_imeisv); +bool vlr_use_umts_aka(struct osmo_auth_vector *vec, bool is_r99); + void log_set_filter_vlr_subscr(struct log_target *target, struct vlr_subscr *vlr_subscr); -- cgit v1.2.3