Attention is currently required from: neels.
Patch set 1:Code-Review +1
2 comments:
Patchset:
This patch may actually be more clear if you spit it into 2 steps (no need to really the change the code I think). In any case, explaining here to make sure I got it right:
1- Implement tear down due to Assignment timeout (the timer thing you added)
2- Avoid invoking concurrent Assignments (actually 2-3 line patch)
File src/libmsc/msc_a.c:
Patch Set #1, Line 962: osmo_timer_del(&msc_a->cc.assignment_request_pending);
is it fine calling osmo_timer_del for a timer object which may not have gone through osmo_timer_setup() (line 694) ?
To view, visit change 37272. To unsubscribe, or for help writing mail filters, visit settings.