pySim.esim.saip: Fix typo in ProfileElementAKA.set_mapping() method

Change-Id: Icd1594c6c2a8536a4ab8d1fc698307f05f539bdb
This commit is contained in:
Harald Welte
2024-08-17 10:07:35 +02:00
parent 3a95fa12f6
commit ab3e04fdb1

View File

@@ -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,
})