Patch Set 6: Code-Review+2
(1 comment)
https://gerrit.osmocom.org/#/c/118/6/tests/codec/codec_test.c File tests/codec/codec_test.c:
Line 54: printf("[%d] encode [%d]\n", rc, memcmp(tmp, t, SID_LEN)); Okay. I will accept this to not have you spend more time on it. One thing both Jacob and me learned the hardway is:
* Capturing textual output is good to catch accidental changes * But it is not replacing OSMO_ASSERT. So e.g. in future tests use OSMO_ASSERT on that memcmp.
I am accepting this change now.