personalization: SMSP: set alpha_id = ''

Change-Id: Ief6e02517f3e96158a2509d763b88aec4bd5a296
This commit is contained in:
Neels Hofmeyr
2026-04-17 16:23:34 +02:00
parent 70033f1e02
commit 74b399451a

View File

@@ -618,6 +618,7 @@ class SmspTpScAddr(ConfigurableParameter):
ef_smsp_dec['tp_sc_addr']['ton_npi']['type_of_number'] = 'international' if international else 'unknown'
# ensure the parameter_indicators.tp_sc_addr is True
ef_smsp_dec['parameter_indicators']['tp_sc_addr'] = True
ef_smsp_dec['alpha_id'] = ''
# re-encode into the File body
f_smsp.body = ef_smsp.encode_record_bin(ef_smsp_dec, 1)
#print("SMSP (new): %s" % f_smsp.body)