From ab23a1e05bf1a50a46c4e6636a3af0b6a503241d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 4 Mar 2017 00:05:49 +0100 Subject: vlr on utran: transmit CommonID Change-Id: Ice3c71f048b097f2c2de8bd4f4508a7ca2cb1cf5 --- openbsc/include/openbsc/vlr.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h index b7f5ff9c2..e44425854 100644 --- a/openbsc/include/openbsc/vlr.h +++ b/openbsc/include/openbsc/vlr.h @@ -188,12 +188,13 @@ struct vlr_ops { int (*tx_cm_serv_acc)(void *msc_conn_ref); int (*tx_cm_serv_rej)(void *msc_conn_ref, enum vlr_proc_arq_result result); - /* FIXME: add tx_common_id() for when auth is complete on UTRAN, see - * msc_tx_common_id(conn) */ - int (*set_ciph_mode)(void *msc_conn_ref, enum vlr_ciph ciph_mode, bool retrieve_imeisv); + /* Common Id is transmitted when auth+ciph is complete on UTRAN */ + int (*tx_common_id)(void *msc_conn_ref); + + /* notify MSC/SGSN that the subscriber data in VLR has been updated */ void (*subscr_update)(struct vlr_subscr *vsub); /* notify MSC/SGSN that the given subscriber has been associated -- cgit v1.2.3