add missing comment in ranap_msg_factory.c
diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index 5ca7d96..75b4ff9 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -263,6 +263,7 @@
 	return msg;
 }
 
+/*! \brief generate RANAP SECURITY MODE COMPLETE message */
 struct msgb *ranap_new_msg_sec_mod_compl(
 	RANAP_ChosenIntegrityProtectionAlgorithm_t chosen_ip_alg,
 	RANAP_ChosenEncryptionAlgorithm_t chosen_enc_alg)