laforge has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14705 )
Change subject: Cosmetic: L3_Templates: fix comment: fro -> for
......................................................................
Cosmetic: L3_Templates: fix comment: fro -> for
Change-Id: I239bbf21202300ac9883b5a0b5608d10db0fd721
---
M library/L3_Templates.ttcn
1 file changed, 5 insertions(+), 5 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 6af020b..b39bb7a 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -54,7 +54,7 @@
}
-/* send template fro Mobile Identity (TMSI) */
+/* send template for Mobile Identity (TMSI) */
template MobileIdentityLV ts_MI_TMSI_LV(OCT4 tmsi) := {
lengthIndicator := 0, /* overwritten */
mobileIdentityV := {
@@ -69,7 +69,7 @@
}
}
-/* send template fro Mobile Identity (TMSI) */
+/* send template for Mobile Identity (TMSI) */
function ts_MI_TMSI_TLV(template (omit) OCT4 tmsi) return template (omit)
MobileIdentityTLV {
var template (omit) MobileIdentityTLV ret;
if (istemplatekind(tmsi, "omit")) {
@@ -129,7 +129,7 @@
return l3;
}
-/* send template fro Mobile Identity (IMSI) */
+/* send template for Mobile Identity (IMSI) */
template (value) MobileIdentityLV ts_MI_IMSI_LV(hexstring imsi_digits) := {
lengthIndicator := 0, /* overwritten */
mobileIdentityV := {
@@ -140,7 +140,7 @@
}
}
-/* send template fro Mobile Identity (IMEI) */
+/* send template for Mobile Identity (IMEI) */
template (value) MobileIdentityLV ts_MI_IMEI_LV(hexstring imei_digits) := {
lengthIndicator := 0, /* overwritten */
mobileIdentityV := {
@@ -151,7 +151,7 @@
}
}
-/* send template fro Mobile Identity (IMEISV) */
+/* send template for Mobile Identity (IMEISV) */
template (value) MobileIdentityLV ts_MI_IMEISV_LV(hexstring imei_digits) := {
lengthIndicator := 0, /* overwritten */
mobileIdentityV := {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14705
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I239bbf21202300ac9883b5a0b5608d10db0fd721
Gerrit-Change-Number: 14705
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged