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):
|
||||
"""Configure akaParametes for a mapping from another AID."""
|
||||
self.decoded['algoConfiguration'] = ('mappingParamete', {
|
||||
self.decoded['algoConfiguration'] = ('mappingParameter', {
|
||||
'mappingOptions': bytes([options]),
|
||||
'mappingSource': aid,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user