aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vlr.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-04 01:26:14 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 17:12:58 +0100
commit9bc6ccfec3113cc470edd7458c25084b8cd2e44e (patch)
treede137c4fb29aa9d905777f659cdaa800858d1dab /openbsc/include/openbsc/vlr.h
parent7ded595803facc4f3940959a502e06f7b693cf7c (diff)
implement utran security mode with vlr
Diffstat (limited to 'openbsc/include/openbsc/vlr.h')
-rw-r--r--openbsc/include/openbsc/vlr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h
index b45e4ae37..8cbd0c52a 100644
--- a/openbsc/include/openbsc/vlr.h
+++ b/openbsc/include/openbsc/vlr.h
@@ -191,7 +191,7 @@ struct vlr_ops {
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 */
+ /* UTRAN: send Common Id (when auth+ciph are complete) */
int (*tx_common_id)(void *msc_conn_ref);