Attention is currently required from: pespin. msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/28842 )
Change subject: tests: use common stubs for SMS queue test ......................................................................
Patch Set 3:
(1 comment)
File tests/stubs.c:
https://gerrit.osmocom.org/c/osmo-msc/+/28842/comment/5bf37326_2d7469e1 PS1, Line 42: char *osmo_stream_srv_link_get_sockname(const struct osmo_stream_srv_link *link) { return NULL; }
not sure if returning NULL instead of "" here may be an issue?
It hadn't so far. If it ever does than we could change either stub or the test depending on the view of defensive programming.