Change-Id: I5916529d0f1c6de7f1baa6380d9384ed89d23444
This commit is contained in:
Neels Hofmeyr
2026-03-12 11:08:32 +01:00
parent 7cadab94f8
commit 8572181e41

View File

@@ -618,7 +618,7 @@ class SmspTpScAddr(ConfigurableParameter):
# ensure the parameter_indicators.tp_sc_addr is True
ef_smsp_dec['parameter_indicators']['tp_sc_addr'] = True
# re-encode into the File body
f_smsp.body = ef_smsp.encode_record_bin(ef_smsp_dec, 1)
f_smsp.body = ef_smsp.encode_record_bin(ef_smsp_dec, 1, 52)
#print("SMSP (new): %s" % f_smsp.body)
# re-generate the pe.decoded member from the File instance
pe.file2pe(f_smsp)