Attention is currently required from: jolly, laforge.
jolly uploaded patch set #2 to this change.
The following approvals got outdated and were removed: Code-Review-1 by laforge, Verified+1 by Jenkins Builder
Fix: Remove slot mapping at bankd when client disconnects
If a client disconnects before removing the slot mapping, the worker
must undefine its 'bank_id' and 'slot_nr' and must change its state to
'UNMAPPED'.
send_signal_to_worker() searches for a worker that has a given bank and
slot. If a client re-connects to a different worker and if the bank and
slot would be still assigned to the old worker, the old worker could
receive signals when assigning or removing slot mapping. The new worker
would not be mapped.
Change-Id: I2fd03490e2506c55104309a0ef952389119023b8
---
M src/bankd/bankd_main.c
1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/45/42645/2
To view, visit change 42645. To unsubscribe, or for help writing mail filters, visit settings.