Attention is currently required from: neels.
Patch set 1:Code-Review -1
1 comment:
File src/osmo-bsc/osmo_bsc_bssap.c:
Patch Set #1, Line 1449: return HO_RESULT_ERROR
Everywhere in this function I see -ERRNO returned, but here you return a positive integer from 'enum handover_result'. Then in ho_fsm_wait_rr_ho_detect_onenter() we're calling strerror(-rc). The error message in this case may look really confusing, so I suggest to use -ERRNO here too.
To view, visit change 27309. To unsubscribe, or for help writing mail filters, visit settings.