Attention is currently required from: laforge. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/simtrace2/+/26985 )
Change subject: contrib/simtrace.lua: Add Flag bits + Data to COL_INFO ......................................................................
Patch Set 5:
(1 comment)
File contrib/simtrace.lua:
https://gerrit.osmocom.org/c/simtrace2/+/26985/comment/32f50145_d42e05bc PS1, Line 93: if is_pbrx().value == 1 then
the syntax you provided simply doesn't work here: "unexpected symbol near if"
Interesting, I don't even remember where I found that syntax. Now I found:
flagstr = flagstr + (is_pbrx().value == 1) and "R" or "."
https://riptutorial.com/lua/example/26503/emulating-ternary-operator-with--a...