mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-31 16:24:39 +03:00
pySim.esim.saip: Fix typo in ProfileElementAKA.set_mapping() method
Change-Id: Icd1594c6c2a8536a4ab8d1fc698307f05f539bdb
This commit is contained in:
@@ -932,7 +932,7 @@ class ProfileElementAKA(ProfileElement):
|
|||||||
|
|
||||||
def set_mapping(self, aid: bytes, options: int = 6):
|
def set_mapping(self, aid: bytes, options: int = 6):
|
||||||
"""Configure akaParametes for a mapping from another AID."""
|
"""Configure akaParametes for a mapping from another AID."""
|
||||||
self.decoded['algoConfiguration'] = ('mappingParamete', {
|
self.decoded['algoConfiguration'] = ('mappingParameter', {
|
||||||
'mappingOptions': bytes([options]),
|
'mappingOptions': bytes([options]),
|
||||||
'mappingSource': aid,
|
'mappingSource': aid,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user