dexter has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-iuh/+/27128 )

Change subject: ranap_msg_factory: add missing apidoc
......................................................................

ranap_msg_factory: add missing apidoc

The functions ranap_new_msg_iu_rel_req and ranap_new_msg_rab_rel_req
lack apidoc strings.

Change-Id: I7484413980acdf17fde9ed0f97cf7f97e0ef3ae4
---
M src/ranap_msg_factory.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  dexter: Looks good to me, approved



diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index 60dc9e0..b871343 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -876,6 +876,7 @@
        return msg;
 }

+/*! \brief generate RANAP IU RELEASE REQUEST message */
 struct msgb *ranap_new_msg_iu_rel_req(const RANAP_Cause_t *cause)
 {
        RANAP_Iu_ReleaseRequestIEs_t ies;
@@ -905,6 +906,7 @@
        return msg;
 }

+/*! \brief generate RANAP RAB RELEASE REQUEST message */
 struct msgb *ranap_new_msg_rab_rel_req(uint8_t rab_id, const RANAP_Cause_t 
*cause)
 {
        RANAP_RAB_ReleaseItemIEs_t item_ies;

--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/27128
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I7484413980acdf17fde9ed0f97cf7f97e0ef3ae4
Gerrit-Change-Number: 27128
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to