From 8eacc1a6f0930e9484e9e124fa39ea219d35903d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 9 Mar 2017 16:51:58 +0100 Subject: vlr: allow setting assign_tmsi per-subscriber Change-Id: I7469da0ed19e1e8b292422aadfd3ae2ebc2afd57 --- openbsc/include/openbsc/vlr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h index e44425854..b45e4ae37 100644 --- a/openbsc/include/openbsc/vlr.h +++ b/openbsc/include/openbsc/vlr.h @@ -247,7 +247,8 @@ vlr_loc_update(struct osmo_fsm_inst *parent, const struct osmo_location_area_id *new_lai, bool authentication_required, enum vlr_ciph ciphering_required, - bool is_r99, bool is_utran); + bool is_r99, bool is_utran, + bool assign_tmsi); void vlr_loc_update_conn_timeout(struct osmo_fsm_inst *fi); -- cgit v1.2.3