Attention is currently required from: jolly, neels.
1 comment:
Commit Message:
This patch ensures that a transaction is created even if the message
is not a REGISTER message
I am fine with this approach in general, however it does not solve the problem globally. We have another early return code path when `trans_alloc()` returns `NULL`, for instance, and the connection would be kept alive for 5 seconds in that case.
I know it's unlikely that `trans_alloc()` (actually the internal `malloc()` call) returns `NULL` on modern Linux systems, but it's just to illustrate that you're fixing only a very specific scenario here.
IMO, a more generic approach would be to call `msc_a_release_cn()` as was suggested by Neels in https://osmocom.org/issues/6426#note-5.
To view, visit change 38305. To unsubscribe, or for help writing mail filters, visit settings.