CBSP_Templates: fix copy+paste error

Change-Id: Idd07dce8ccdbfa3d65a78ccfcaa9f43eb04979cd
This commit is contained in:
Harald Welte 2020-04-20 17:50:22 +02:00
parent 3911d1177e
commit 885de1cdb5
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ return template CBSP_PDU {
} 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);