Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/28793 )
Change subject: trxcon: send pending TRXC messages in trx_if_flush_ctrl() ......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS2:
Are you sure this is really what we want? doesn't look really sane to me if the conn is being closed […]
So we want to send POWEROFF when a L1CTL connection is lost. The problem is that there can be other messages waiting in the queue, which gets emptied in trx_if_flush_ctrl(). It works fine if there are no pending messages, but does not when there is at least one sitting in the queue.