Vadim Yanitskiy has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12902 )

Change subject: transaction: fix description of trans_assign_trans_id()
......................................................................

transaction: fix description of trans_assign_trans_id()

Change-Id: I80238d89e95b6fd791961c48de80aac69ff5b0e9
---
M src/libmsc/transaction.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 23880aa..66126e6 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -182,8 +182,8 @@
  * in the given protocol using TI flag = 0 (allocated by us).
  * See GSM 04.07, section 11.2.3.1.3 "Transaction identifier".
  * \param[in] net GSM network
- * \param[in] subscr Subscriber for which to find ID
- * \param[in] protocol Protocol for whihc to find ID
+ * \param[in] subscr Subscriber for which to assign a new TID
+ * \param[in] protocol Protocol of to be assigned TID
  */
 int trans_assign_trans_id(const struct gsm_network *net, const struct 
vlr_subscr *vsub,
                          uint8_t protocol)

--
To view, visit https://gerrit.osmocom.org/12902
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I80238d89e95b6fd791961c48de80aac69ff5b0e9
Gerrit-Change-Number: 12902
Gerrit-PatchSet: 4
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>
Gerrit-CC: Max <[email protected]>

Reply via email to