From 03eae595a350d8b50189c29146406b3cadd92cbb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 18 Jul 2024 00:17:21 +0200 Subject: [PATCH] pySim.ts_31_102: Fix name of EF.VBSCA It's VGCS but VBS. There's no VBCS. Change-Id: I3c4a7ec9cd6a56fe7b85832afc68685f8dccbfd1 --- pySim/ts_31_102.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py index 497044f3..5c010ada 100644 --- a/pySim/ts_31_102.py +++ b/pySim/ts_31_102.py @@ -1639,7 +1639,7 @@ class ADF_USIM(CardADF): EF_VGCS('6fb3', None, 'EF.VBS', desc='Voice Broadcast Service', service=58), EF_VGCSS('6fb4', None, 'EF.VBSS', desc='Voice Broadcast Service Status', service=58), EF_VGCSCA(service=64), - EF_VGCSCA('6fd5', None, 'EF.VBCSCA', desc='Voice Broadcast Service Ciphering Algorithm', service=65), + EF_VGCSCA('6fd5', None, 'EF.VBSCA', desc='Voice Broadcast Service Ciphering Algorithm', service=65), EF_GBABP(service=68), EF_MSK(service=69), EF_MUK(service=69),