mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-22 13:28:33 +03:00
es9p_client: Use a plausible TAC (copy from lpac)
Some SM-DP+ (notably Idemia) fail if the TAC is not valid. Change-Id: I48890c4a56147410d0cd5c4e47647b8eb5ad9998
This commit is contained in:
@@ -147,7 +147,7 @@ def do_download(opts):
|
|||||||
('ctxParamsForCommonAuthentication', {
|
('ctxParamsForCommonAuthentication', {
|
||||||
'matchingId': opts.matchingId,
|
'matchingId': opts.matchingId,
|
||||||
'deviceInfo': {
|
'deviceInfo': {
|
||||||
'tac': b'\x00'*8,
|
'tac': b'\x35\x23\x01\x45', # same as lpac
|
||||||
'deviceCapabilities': {},
|
'deviceCapabilities': {},
|
||||||
#imei:
|
#imei:
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user