GTPC: fix APNRateControlStatus initialization

This commit is contained in:
p1-bmu 2021-11-09 10:46:58 +01:00
parent 93ab3bfbd7
commit f68c8485ec
1 changed files with 0 additions and 3 deletions

View File

@ -3207,9 +3207,6 @@ class APNRateControlStatus(Envelope):
def __init__(self, *args, **kwargs):
Envelope.__init__(self, *args, **kwargs)
self['MaxPacketLossRateUL'].set_transauto(lambda: self['UL'].get_val() == 0)
self['MaxPacketLossRateDL'].set_transauto(lambda: self['DL'].get_val() == 0)
#------------------------------------------------------------------------------#