aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-14 05:31:27 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-18 03:48:24 +0100
commit4cf4fddf287edb171939c5585db576be9addd474 (patch)
tree02ac1e382d07e15bece2093982db2a3400fd3aa5 /src
parent3f5b7808f59be1d78a50765dc1847541b24b59af (diff)
vlr: debug log: log Ciphering Mode details
Diffstat (limited to 'src')
-rw-r--r--src/libvlr/vlr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c
index 59eb37d2f..16f365eba 100644
--- a/src/libvlr/vlr.c
+++ b/src/libvlr/vlr.c
@@ -1104,6 +1104,8 @@ int vlr_set_ciph_mode(struct vlr_instance *vlr,
case VLR_CIPH_A5_1:
case VLR_CIPH_A5_3:
+ LOGPFSML(fi, LOGL_DEBUG, "Set Ciphering Mode: %d=%s\n",
+ ciph_mode, vlr_ciph_name(ciph_mode));
return vlr->ops.set_ciph_mode(msc_conn_ref,
ciph_mode,
retrieve_imeisv);