aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libiu/iu.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-02 19:50:37 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-02 19:51:12 +0200
commit99f2477653c1a1bff85cf0d5f823c4845fb46dc3 (patch)
tree823a3df959b38db2b3482af115503c9c32183d0b /openbsc/src/libiu/iu.c
parenta9791df3b90e7458d0356a486df795a1226b046a (diff)
cosmetic: IuCS logging
Diffstat (limited to 'openbsc/src/libiu/iu.c')
-rw-r--r--openbsc/src/libiu/iu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/libiu/iu.c b/openbsc/src/libiu/iu.c
index e22015c14..43acf2564 100644
--- a/openbsc/src/libiu/iu.c
+++ b/openbsc/src/libiu/iu.c
@@ -469,12 +469,10 @@ static void cn_ranap_handle_co(void *ctx, ranap_message *message)
switch (message->procedureCode) {
case RANAP_ProcedureCode_id_SecurityModeControl:
/* Security Mode Complete */
- LOGP(DRANAP, LOGL_NOTICE, "FIXME: Handle security mode complete\n");
rc = global_iu_event_cb(ctx, IU_EVENT_SECURITY_MODE_COMPLETE, NULL);
break;
case RANAP_ProcedureCode_id_Iu_Release:
/* Iu Release Complete */
- LOGP(DRANAP, LOGL_NOTICE, "FIXME: Handle Iu release complete\n");
rc = global_iu_event_cb(ctx, IU_EVENT_IU_RELEASE, NULL);
if (rc) {
LOGP(DRANAP, LOGL_ERROR, "Iu Release event: Iu Event callback returned %d\n",