GSMTAP: add missing parameter docstrings

Change-Id: I774b89e0358bdcf7c71c7fd9c9940f634a7d3822
This commit is contained in:
Max 2023-02-25 16:33:52 +03:00 committed by msuraev
parent 213fc420e0
commit edb5f3374f
1 changed files with 4 additions and 2 deletions

View File

@ -471,8 +471,10 @@ int gsmtap_source_add_sink(struct gsmtap_inst *gti)
/*! Open GSMTAP source socket, connect and register osmo_fd
* \param[in] host host name or IP address in string format
* \param[in] port UDP port number in host byte order
* \param[in] local_host IP address in string format
* \param[in] local_port UDP port number in host byte order
* \param[in] rem_host host name or IP address in string format
* \param[in] rem_port UDP port number in host byte order
* \param[in] ofd_wq_mode Register \ref osmo_wqueue (1) or not (0)
* \return callee-allocated \ref gsmtap_inst
*