laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/37529?usp=email )
Change subject: pySim.ts_31_102: Fix name of EF.VBSCA
......................................................................
pySim.ts_31_102: Fix name of EF.VBSCA
It's VGCS but VBS. There's no VBCS.
Change-Id: I3c4a7ec9cd6a56fe7b85832afc68685f8dccbfd1
---
M pySim/ts_31_102.py
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/29/37529/1
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 497044f..5c010ad 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1639,7 +1639,7 @@
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),
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/37529?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I3c4a7ec9cd6a56fe7b85832afc68685f8dccbfd1
Gerrit-Change-Number: 37529
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange