api doc: fix parameter name for mgcp_conn_create()

Change-Id: Ib6ea230c2e1918bd4e431208610b53e468e534c7
This commit is contained in:
Neels Hofmeyr 2018-05-17 23:59:46 +02:00
parent f2321b7a72
commit ed1cff5ab9
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ static struct osmo_fsm fsm_mgcp_client = {
/*! allocate FSM, and create a new connection on the MGW.
* \param[in] mgcp MGCP client descriptor.
* \param[in] mgcpparent_fi Parent FSM instance.
* \param[in] parent_fi Parent FSM instance.
* \param[in] parent_term_evt Event to be sent to parent when terminating.
* \param[in] parent_evt Event to be sent to parent when operation is done.
* \param[in] conn_peer Connection parameters (ip, port...).