ts_31_102: correct name of EF_ePDGId

In 31.102 v17.10, file 6ff3 is called "EF_ePDGId". Adjust the spelling to match.

Change-Id: I2c27a7f325f75274e2110eb312b623cf9e7dab47
This commit is contained in:
iw0 2023-11-07 13:41:12 +01:00
parent 578cf12e73
commit 40ef226030
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ class EF_ePDGId(TransparentEF):
'IPv4': HexAdapter(GreedyBytes),
'IPv6': HexAdapter(GreedyBytes)}))
def __init__(self, fid='6ff3', sfid=None, name='EF.eDPDGId', desc='Home ePDG Identifier', **kwargs):
def __init__(self, fid='6ff3', sfid=None, name='EF.ePDGId', desc='Home ePDG Identifier', **kwargs):
super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
self._tlv = EF_ePDGId.ePDGId