Attention is currently required from: arehbein.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32075 )
Change subject: gsm_objclass2mo(): Change signature/set NACK cause ......................................................................
Patch Set 6: Code-Review+1
(2 comments)
File src/common/oml.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32075/comment/6743426b_931d4193 PS6, Line 544: mo = gsm_objclass2mo(bts, foh->obj_class, &foh->obj_inst, NULL); you could also pass a enum cause here
https://gerrit.osmocom.org/c/osmo-bts/+/32075/comment/771ae177_28122ff4 PS6, Line 547: return oml_fom_ack_nack(msg, NM_NACK_OBJINST_UNKN); and use it here.