Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/43560?usp=email )
Change subject: cat: fix TS 102 223 8.61 Access technology coding ......................................................................
cat: fix TS 102 223 8.61 Access technology coding
Spelling mistakes and new values missing.
Change-Id: I74f361cd5b818079636f399cb8c1b1c609b9e1f2 --- M pySim/cat.py 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/60/43560/1
diff --git a/pySim/cat.py b/pySim/cat.py index 2fda7c5..991dd40 100644 --- a/pySim/cat.py +++ b/pySim/cat.py @@ -536,9 +536,9 @@
# TS 102 223 Section 8.61 class AccessTechnology(COMPR_TLV_IE, tag=0xBF): - SingleAccessTech = Enum(Int8ub, gsm=0, tia_eia_533=1, tia_eia_136_270=2, utran=3, tetra=4, - tia_eia_95_b=5, cdma1000_1x=6, cdma2000_hrpd=7, eutran=8, - ehrpd=9, nr=0x0a) + SingleAccessTech = Enum(Int8ub, gsm=0, tia_eia_553=1, tia_eia_136_270=2, utran=3, tetra=4, + tia_eia_95_b=5, cdma2000_1x=6, cdma2000_hrpd=7, eutran=8, + ehrpd=9, nr=0x0a, satellite_nr=0x0b, satellite_eutran=0x0c) _construct = GreedyRange(SingleAccessTech)
# TS 102 223 Section 8.63