dexter has uploaded this change for review.
ara_m: fix misspelled object name
Related: OS#6092
Change-Id: I2c2289658f099aa1d25a4ab3292dea9a7c16c123
---
M pySim/ara_m.py
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/39/37639/1
diff --git a/pySim/ara_m.py b/pySim/ara_m.py
index 5d8637c..6641893 100644
--- a/pySim/ara_m.py
+++ b/pySim/ara_m.py
@@ -356,7 +356,7 @@
# AR
ar_do_content = []
if opts.apdu_never:
- ar_do_content += [{'apdu_ar_od': {'generic_access_rule': 'never'}}]
+ ar_do_content += [{'apdu_ar_do': {'generic_access_rule': 'never'}}]
elif opts.apdu_always:
ar_do_content += [{'apdu_ar_do': {'generic_access_rule': 'always'}}]
elif opts.apdu_filter:
To view, visit change 37639. To unsubscribe, or for help writing mail filters, visit settings.