mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 05:03:18 +00:00
Compare commits
1 Commits
fixeria/ms
...
2023q1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0c1055051 |
@@ -449,8 +449,8 @@ void sighandler(int sigset)
|
||||
|
||||
// we know the flag is atomic and it prevents the trxcon cb handlers from writing
|
||||
// to the queues, so submit some trash to unblock the threads & exit
|
||||
trxcon::trxcon_phyif_cmd cmd;
|
||||
trxcon::internal_q_tx_buf b;
|
||||
trxcon::trxcon_phyif_cmd cmd = {};
|
||||
trxcon::internal_q_tx_buf b = {};
|
||||
trxcon::txq.spsc_push(&b);
|
||||
trxcon::cmdq_to_phy.spsc_push(&cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user