Open buchbergerd opened 2 months ago
While I'm not sure why this error happend, i guess it depends on the pysim version as it works with my test installation we good a nice pull request that updates the documentation to GP way to set the signature.
https://github.com/omnt/OpenMobileNetworkToolkit/blob/main/docs/carrier-permissions.md
@buchbergerd does this solve the issue for you?
First, thanks for your great work!
Bug Report
Context
Description
When following main/docs/carrier-permissions.md, I got this error
doesn't contain expected key command_store_ref_ar_do
:Can you please check and expand the documentation when necessary?
How to Reproduce
Execute shell commands shown above.
Expected Behavior
Store the hash and access rule in ARA-M. As I used the same SIM card that is linked in the tutorial, I did not expect any error.
Actual Behavior
The error message shown above.
Screenshots
n/a
Additional Context
n/a
Possible Fix
Workaround: Using gp worked for me. I used the version from https://github.com/herlesupreeth/CoIMS_Wiki with the following command:
It adds the rule for the hash E849B63A7B96E571F788FC5845C4AA3C520D18E8 (which is the one from your tutorial). However, this utilizes raw APDUs, which is not very convenient.