Attention is currently required from: arehbein.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/34671?usp=email )
Change subject: stream (test): Fix Coverity CID 323456 ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File tests/stream/stream_test.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/34671/comment/a4d7729e_1e75ea35 PS1, Line 681: if (5 < ipa_msg_type) { this syntax for comparision is a bit weird imho. I'd say we usually have the vars on the left side. That's basically: "if (ipa_msg_type > 5)" right? not criticial though.