aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 02:32:05 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 18:19:30 +0200
commitf6e16b72e6ab3199a0f45dc01b03df28105b36fb (patch)
treefc3c3798e3a32bb0af9482e9a889c55d7840cd0d /include
parent7e760acc651da0f0d06dac0b45765b926c6798d1 (diff)
ranap_msg_factory: add Iu Release Complete msg generator
Needed by hnb-test.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_msg_factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/ranap/ranap_msg_factory.h b/include/osmocom/ranap/ranap_msg_factory.h
index d0fe4a2..14bcd7e 100644
--- a/include/osmocom/ranap/ranap_msg_factory.h
+++ b/include/osmocom/ranap/ranap_msg_factory.h
@@ -24,6 +24,9 @@ struct msgb *ranap_new_msg_common_id(const char *imsi);
/*! \brief generate RANAP IU RELEASE COMMAND message */
struct msgb *ranap_new_msg_iu_rel_cmd(const RANAP_Cause_t *cause_in);
+/*! \brief generate RAPAP IU RELEASE COMPLETE message */
+struct msgb *ranap_new_msg_iu_rel_compl(void);
+
/*! \brief generate RANAP PAGING COMMAND message */
struct msgb *ranap_new_msg_paging_cmd(const char *imsi, const uint32_t *tmsi, int is_ps, uint32_t cause);