Attention is currently required from: pespin. msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30960 )
Change subject: Move osmocom_ms to a separate file ......................................................................
Patch Set 5: Code-Review-1
(2 comments)
File src/host/layer23/src/common/main.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/30960/comment/536929cd_b723ac8b PS5, Line 269: if (!ms) { Simply removing this error check is wrong.
https://gerrit.osmocom.org/c/osmocom-bb/+/30960/comment/4199a9bb_b40ccf9e PS5, Line 271: ms = osmocom_ms_alloc(l23_ctx); The osmocom_ms_alloc() might return NULL - you should check for this.