Attention is currently required from: jolly, laforge.
laforge has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-remsim/+/42645?usp=email )
Change subject: Fix: Remove slot mapping at bankd when client disconnects ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1: I think this is fundamentally wrong. The slotmap is persistent state and under the exclusive control of the remsim-server. There may very well be some state we need to clean up in the bankd, but we cannot delete the slotmap. At that point, any new client connection would end up without a slotmap, as the slotmap is only added by remsim-server, and remsim-server has no idea the bankd just unilaterally decided to delete it.