Implement EF.ARR (Access Rule Reference) decoding

The Access Mode (AM) and Security Condition (SC) DOs are incredibly
convoluted, so we need a lot of code to properly decode them.

Change-Id: If4f0725a849d41fd93de327ed00996d8179f2b0e
This commit is contained in:
Harald Welte
2021-05-02 21:29:04 +02:00
parent 90441436a0
commit 4ae228afc7
5 changed files with 386 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ setup(
"cmd2 >= 1.3.0",
"jsonpath-ng",
"construct >= 2.9",
"bidict",
],
scripts=[
'pySim-prog.py',