This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19755 )
Change subject: L3_Templates: fix compiler warning
......................................................................
L3_Templates: fix compiler warning
L3_Templates.ttcn:1099.1-1108.1: In template definition `ts_ML3_MO_CC':
L3_Templates.ttcn:1099.53-1108.1: warning: Field `msgs' is missing from template for record type `@MobileL3_Types.PDU_ML3_MS_NW'
Change-Id: Id131274ae7832846df6c09cbe6763b9e147ef372
---
M library/L3_Templates.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/55/19755/1
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 1bfcec0..f072f78 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1104,7 +1104,8 @@
tiFlag := c_TIF_ORIG,
tIExtension := omit
}
- }
+ },
+ msgs := -
}
template (value) CalledPartyBCD_Number ts_Called(hexstring digits) := {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19755
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: Id131274ae7832846df6c09cbe6763b9e147ef372
Gerrit-Change-Number: 19755
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200821/8018dbbf/attachment.htm>