Change in osmo-ttcn3-hacks[master]: CBSP_Templates: fix copy+paste error

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.org
Mon Apr 20 16:03:11 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17907 )


Change subject: CBSP_Templates: fix copy+paste error
......................................................................

CBSP_Templates: fix copy+paste error

Change-Id: Idd07dce8ccdbfa3d65a78ccfcaa9f43eb04979cd
---
M library/CBSP_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/07/17907/1

diff --git a/library/CBSP_Templates.ttcn b/library/CBSP_Templates.ttcn
index 57e87e2..fe06150 100644
--- a/library/CBSP_Templates.ttcn
+++ b/library/CBSP_Templates.ttcn
@@ -635,7 +635,7 @@
 	} else if (not istemplatekind(compl_list, "omit")) {
 		ies[lengthof(ies)] := tr_CbspNumComplList(compl_list);
 	}
-	if (istemplatekind(compl_list, "*")) {
+	if (istemplatekind(cell_list, "*")) {
 		//ies[lengthof(ies)] := tr_CbspCellList ifpresent;
 	} else if (not istemplatekind(cell_list, "omit")) {
 		ies[lengthof(ies)] := tr_CbspCellList(cell_list);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17907
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: Idd07dce8ccdbfa3d65a78ccfcaa9f43eb04979cd
Gerrit-Change-Number: 17907
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/20200420/f18994f4/attachment.htm>


More information about the gerrit-log mailing list