more verbose logging in various places
diff --git a/src/tests/ranap_common_cn.c b/src/tests/ranap_common_cn.c
index 14a192f..f8b8e6e 100644
--- a/src/tests/ranap_common_cn.c
+++ b/src/tests/ranap_common_cn.c
@@ -192,6 +192,8 @@
 
 	if (rc == 0)
 		cn_ranap_handle_co(ctx, &message);
+	else
+		LOGP(DRANAP, LOGL_ERROR, "Not calling cn_ranap_handle_co() due to rc=%d\n", rc);
 
 	ASN_STRUCT_FREE(asn_DEF_RANAP_RANAP_PDU, pdu);
 
@@ -325,6 +327,8 @@
 
 	if (rc == 0)
 		cn_ranap_handle_cl(ctx, &message);
+	else
+		LOGP(DRANAP, LOGL_ERROR, "Not calling cn_ranap_handle_cl() due to rc=%d\n", rc);
 
 	ASN_STRUCT_FREE(asn_DEF_RANAP_RANAP_PDU, pdu);