Vadim Yanitskiy has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/02/12902/1
diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 90ba278..d73f5de 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -181,8 +181,8 @@
/*! allocate an unused transaction ID for the given subscriber
* in the given protocol using TI flag = 0 (allocated by us).
* \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: newchange
Gerrit-Change-Id: I80238d89e95b6fd791961c48de80aac69ff5b0e9
Gerrit-Change-Number: 12902
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>