Merge "Systemstatus - add support older version of PQWME"

This commit is contained in:
qctecmdr 2019-10-07 15:36:04 -07:00 committed by Gerrit - the friendly Code Review server
commit 3bf2589330

View file

@ -158,6 +158,7 @@ private:
eAgcGlo = 20,
eAgcBds = 21,
eAgcGal = 22,
eMax0 = eAgcGal,
eLeapSeconds = 23,
eLeapSecUnc = 24,
eGloBpAmpI = 25,
@ -166,7 +167,6 @@ private:
eBdsBpAmpQ = 28,
eGalBpAmpI = 29,
eGalBpAmpQ = 30,
eMax0 = eGalBpAmpQ,
eTimeUncNs = 31,
eMax
};