From f6e16b72e6ab3199a0f45dc01b03df28105b36fb Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 19 Apr 2016 02:32:05 +0200 Subject: ranap_msg_factory: add Iu Release Complete msg generator Needed by hnb-test. --- include/osmocom/ranap/ranap_msg_factory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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); -- cgit v1.2.3