aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-04 00:05:49 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 15:32:33 +0100
commitab23a1e05bf1a50a46c4e6636a3af0b6a503241d (patch)
treed309568249b97222ba2c9887a6dd9d84215137e3 /openbsc/include
parent1983131cdc3a9b02fb38de497c5d896b08e771af (diff)
vlr on utran: transmit CommonID
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/vlr.h7
1 files changed, 4 insertions, 3 deletions
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