diff --git a/pycrate_mobile/TS24526_UEPOL.py b/pycrate_mobile/TS24526_UEPOL.py index 63940a1..7b355ac 100644 --- a/pycrate_mobile/TS24526_UEPOL.py +++ b/pycrate_mobile/TS24526_UEPOL.py @@ -251,8 +251,14 @@ class _RouteSelectDescCompAccessType(Envelope): # Table 5.2.1, time window type class _RouteSelectDescCompTimeWin(Envelope): _GEN = ( - Uint32('Second'), - Uint32('Fraction') + Envelope('StartTime', GEN=( + Uint32('Second'), + Uint32('Fraction') + )), + Envelope('StopTime', GEN=( + Uint32('Second'), + Uint32('Fraction') + )) )