add missing comment in ranap_msg_factory.c

This commit is contained in:
Neels Hofmeyr 2016-04-19 01:41:17 +02:00
parent 4a0a69a88d
commit 7e760acc65
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ struct msgb *ranap_new_msg_sec_mod_cmd(const uint8_t *ik, const uint8_t *ck)
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)