WIP OTA testing

Change-Id: I96d4556fb9b1978cc2a1bfdcfbab9a13284423e4
This commit is contained in:
Harald Welte
2024-07-14 00:01:00 +02:00
parent e707a2fe0b
commit 165b145d48
2 changed files with 6 additions and 1 deletions

View File

@@ -492,6 +492,7 @@ class OtaDialectSms(OtaDialect):
else:
raise OtaCheckError('Unknown por_rc_cc_ds: %s' % spi['por_rc_cc_ds'])
print(res)
# TODO: ExpandedRemoteResponse according to TS 102 226 5.2.2
if res.response_status == 'por_ok' and len(res['secured_data']):
dec = CompactRemoteResp.parse(res['secured_data'])