fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39879?usp=email )
Change subject: library: fix coding style near f_rnd_int()
......................................................................
library: fix coding style near f_rnd_int()
Change-Id: Ic9b97cd1626f35b3483f37fa250eea9dfd35ef51
---
M library/Osmocom_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/Osmocom_Types.ttcn b/library/Osmocom_Types.ttcn
index 57912de..61b1e52 100644
--- a/library/Osmocom_Types.ttcn
+++ b/library/Osmocom_Types.ttcn
@@ -60,7 +60,7 @@
}
/* return random integer 0 <= ret < max. According to ETSI ES 201 873 C.6.1, rnd()
returns *less* than 1, so
- * the returned int will always be ret < max, or ret <= (max-1). */
+ * the returned int will always be ret < max, or ret <= (max-1). */
function f_rnd_int(integer max) return integer {
return float2int(rnd()*int2float(max));
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39879?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic9b97cd1626f35b3483f37fa250eea9dfd35ef51
Gerrit-Change-Number: 39879
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>