Neels Hofmeyr has uploaded this change for review. ( 
https://gerrit.osmocom.org/12591


Change subject: ranap_msg_factory.h: fix enum def within function signature
......................................................................

ranap_msg_factory.h: fix enum def within function signature

Include RANAP_KeyStatus.h so that we use the global enum RANAP_KeyStatus
instead of defining another only within the ranap_new_msg_sec_mod_cmd()
function declaration.

Change-Id: Ifefaab32afa962dacdaa738a5419cce0a65a4b22
---
M include/osmocom/ranap/ranap_msg_factory.h
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/91/12591/1

diff --git a/include/osmocom/ranap/ranap_msg_factory.h 
b/include/osmocom/ranap/ranap_msg_factory.h
index 120c6e6..f1f3fcc 100644
--- a/include/osmocom/ranap/ranap_msg_factory.h
+++ b/include/osmocom/ranap/ranap_msg_factory.h
@@ -7,6 +7,7 @@
 #include <osmocom/ranap/RANAP_GlobalRNC-ID.h>
 #include <osmocom/ranap/RANAP_ChosenIntegrityProtectionAlgorithm.h>
 #include <osmocom/ranap/RANAP_ChosenEncryptionAlgorithm.h>
+#include <osmocom/ranap/RANAP_KeyStatus.h>

 /*! \brief generate RANAP DIRECT TRANSFER message */
 struct msgb *ranap_new_msg_dt(uint8_t sapi, const uint8_t *nas, unsigned int 
nas_len);

--
To view, visit https://gerrit.osmocom.org/12591
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifefaab32afa962dacdaa738a5419cce0a65a4b22
Gerrit-Change-Number: 12591
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to