Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29513 )
Change subject: tests/osmux: Add new osmux_input_test to validate AMR FT changes ......................................................................
Patch Set 1:
(2 comments)
File tests/osmux/osmux_input_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-libosmo-netif-lint-88): https://gerrit.osmocom.org/c/libosmo-netif/+/29513/comment/38ce7bdc_25d51360 PS1, Line 117: } while(0) space required before the open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-gerrit-libosmo-netif-lint-88): https://gerrit.osmocom.org/c/libosmo-netif/+/29513/comment/ae1f9c12_b94f33d1 PS1, Line 197: printf("===%s===\n", __FUNCTION__); __func__ should be used instead of gcc specific __FUNCTION__