Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29536 )
Change subject: Workaround bug where old hnb_context from same remote addr+port is kept ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-hnbgw/hnbgw_hnbap.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-osmo-hnbgw-lint-238): https://gerrit.osmocom.org/c/osmo-hnbgw/+/29536/comment/1209d45b_320d06aa PS1, Line 433: if (getpeername(other_fd->fd, (struct sockaddr*)&other_osa, &len) < 0) { "(foo*)" should be "(foo *)"
Robot Comment from checkpatch (run ID jenkins-gerrit-osmo-hnbgw-lint-238): https://gerrit.osmocom.org/c/osmo-hnbgw/+/29536/comment/ad045f4b_06b7cc24 PS1, Line 439: if (getpeername(ofd->fd, (struct sockaddr*)&cur_osa, &len) < 0) { "(foo*)" should be "(foo *)"