converted usages of per to loss

This commit is contained in:
Blake Harnden 2020-06-12 12:49:53 -07:00
parent b28ef76d65
commit 76305f7257
16 changed files with 61 additions and 60 deletions

View file

@ -59,7 +59,7 @@ class LinkTlvs(Enum):
N2_NUMBER = 0x02
DELAY = 0x03
BANDWIDTH = 0x04
PER = 0x05
LOSS = 0x05
DUP = 0x06
JITTER = 0x07
MER = 0x08