mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-05-07 12:49:09 +03:00
personalization: SMSP: set alpha_id = ''
Change-Id: Ief6e02517f3e96158a2509d763b88aec4bd5a296
This commit is contained in:
@@ -618,6 +618,7 @@ class SmspTpScAddr(ConfigurableParameter):
|
|||||||
ef_smsp_dec['tp_sc_addr']['ton_npi']['type_of_number'] = 'international' if international else 'unknown'
|
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
|
# ensure the parameter_indicators.tp_sc_addr is True
|
||||||
ef_smsp_dec['parameter_indicators']['tp_sc_addr'] = True
|
ef_smsp_dec['parameter_indicators']['tp_sc_addr'] = True
|
||||||
|
ef_smsp_dec['alpha_id'] = ''
|
||||||
# re-encode into the File body
|
# 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)
|
||||||
#print("SMSP (new): %s" % f_smsp.body)
|
#print("SMSP (new): %s" % f_smsp.body)
|
||||||
|
|||||||
Reference in New Issue
Block a user