aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-04-20 10:16:37 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2016-04-20 10:17:53 +0200
commitf44d12ce273e569f129131cdc6c6c40150ad7f40 (patch)
tree3158989028a59b3b7d8b53d059961524a2bbe65c /include
parent5ad72b91bb601f9b9765beeb861191f810f79f65 (diff)
ranap_msg_factory: Add keystatus parameter for security mode cmd
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_msg_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/ranap/ranap_msg_factory.h b/include/osmocom/ranap/ranap_msg_factory.h
index 14bcd7e..cf4350d 100644
--- a/include/osmocom/ranap/ranap_msg_factory.h
+++ b/include/osmocom/ranap/ranap_msg_factory.h
@@ -11,7 +11,7 @@
struct msgb *ranap_new_msg_dt(uint8_t sapi, const uint8_t *nas, unsigned int nas_len);
/*! \brief generate RANAP SECURITY MODE COMMAND message */
-struct msgb *ranap_new_msg_sec_mod_cmd(const uint8_t *ik, const uint8_t *ck);
+struct msgb *ranap_new_msg_sec_mod_cmd(const uint8_t *ik, const uint8_t *ck, enum RANAP_KeyStatus status);
/*! \brief generate RANAP SECURITY MODE COMPLETE message */
struct msgb *ranap_new_msg_sec_mod_compl(