Attention is currently required from: laforge.
2 comments:
Patchset:
this fix works. […]
I have had a closer look to select and select_file in runtime.py now. I really had problems to understand what really happens with select and select_file. I have cleaned up the code now: https://gerrit.osmocom.org/c/pysim/+/34932
I now see that self.selected_adf refers to RuntimeState. […]
The change I did in RuntimeState is wrong I think. What we do there is probing for the applications on a low level. This is in the startup phase where the file system is created. We do not have to maintain the lchan state in this phase. We also can not use select or select_file either. I think it is ok to access the card from here directly. Also accessing self.selected_adf should not work. It should be self.lchan[0].selected_adf.
To view, visit change 34897. To unsubscribe, or for help writing mail filters, visit settings.