Attention is currently required from: laforge.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40615?usp=email )
Change subject: Submit SCRC Routing Failure indications asynchronously ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
My point was that if we generically would enqueue all upward primitives at the SCCP user SAP, we wou […]
Yes, that would be the other approach, but since this is basically the only primitive going back upwards synchronously, it has the advantage that then we are not generating an extra select() call for each message we transmit to lower layer (including also user data).
So for now this is the less invasive and more performant approach.