mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-23 13:58:33 +03:00
fix various file definitions
As we can notice during 'export': Some files had been defined as LinFixed but are Transparent - and vice versa. Let's fix those an bring our definitions in sync with the specs. Change-Id: I365ece7b82a1c79b3af87a79ff964d7989362789
This commit is contained in:
@@ -124,7 +124,7 @@ class EF_PCSCF(LinFixedEF):
|
||||
return enc_addr_tlv(json_in)
|
||||
|
||||
# TS 31.103 Section 4.2.9
|
||||
class EF_GBABP(LinFixedEF):
|
||||
class EF_GBABP(TransparentEF):
|
||||
def __init__(self, fid='6fd5', sfid=None, name='EF.GBABP', desc='GBA Bootstrappng'):
|
||||
super().__init__(fid=fid, sfid=sfid, name=name, desc=desc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user