ts_51_011: Support EF.SDN

DF.TELECOM/EF.SDN (Service Dialling Numbers) is specified in section
10.5.9 of TS 51.011 and required by EIRENE for GSM-R.

Let's use the pre-existing EF.ADN decoder to decode this file.

Change-Id: If91332b10138096d465a9dccf90744de2c14b2be
Related: OS#5784
This commit is contained in:
Harald Welte 2023-01-24 17:47:08 +01:00
parent 5b9472db7a
commit 9ba68df3cc
1 changed files with 2 additions and 1 deletions

View File

@ -490,7 +490,8 @@ class DF_TELECOM(CardDF):
EF_MSISDN(),
EF_SMSP(),
EF_SMSS(),
# LND, SDN
# LND
EF_ADN('6f49', None, 'EF.SDN', 'Service Dialling Numbers'),
EF_EXT('6f4a', None, 'EF.EXT1', 'Extension1 (ADN/SSC)'),
EF_EXT('6f4b', None, 'EF.EXT2', 'Extension2 (FDN/SSC)'),
EF_EXT('6f4c', None, 'EF.EXT3', 'Extension3 (SDN)'),