Attention is currently required from: osmith, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/32085 )
Change subject: msc_main: close SMS db on startup error ......................................................................
Patch Set 2:
(2 comments)
File src/osmo-msc/msc_main.c:
https://gerrit.osmocom.org/c/osmo-msc/+/32085/comment/85b7f54e_eff28ee8 PS2, Line 745: sms_queue_start BTW, can we move the DB init down below? Not saying this must be done, but I think this would simplify the flow a bit (less gotos).
https://gerrit.osmocom.org/c/osmo-msc/+/32085/comment/c58e4fec_c2110e14 PS2, Line 832: error_close_sms_db AFAICS, `db_fini()` can be called at any time, even if the database is not initialized. Thus this additional label can be avoided.