Skip to content

Commit b3f7d47

Browse files
merging tables is now decoupled from polling them for flexibility
Change-Id: Ibaaa10e15aa79f6fe0f3f266f7d44bfcaed85b77
1 parent 0a4dcac commit b3f7d47

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

protocol.xml

+7-10
Original file line numberDiff line numberDiff line change
@@ -6366,12 +6366,10 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
63666366
</Params>
63676367

63686368
<QActions>
6369-
<QAction id="1" name="Precompiled Code" encoding="csharp" options="precompile">
6370-
</QAction>
6371-
<QAction id="2" name="After Startup" encoding="csharp" triggers="2">
6372-
</QAction>
6373-
<QAction id="91" name="Process SysUptime" encoding="csharp" triggers="91;93" entryPoint="SysUptime.ProcessTimeout;SysUptime.ProcessNewValue">
6374-
</QAction>
6369+
<QAction id="1" name="Precompiled Code" encoding="csharp" options="precompile" />
6370+
<QAction id="2" name="After Startup" encoding="csharp" triggers="2" />
6371+
6372+
<QAction id="91" name="Process SysUptime" encoding="csharp" triggers="91;93" entryPoint="SysUptime.ProcessTimeout;SysUptime.ProcessNewValue" />
63756373

63766374
<QAction id="1000" name="If Table Bit Rate" encoding="csharp" triggers="991;993" entryPoint="IfTable.ProcessTimeout;IfTable.ProcessTable" />
63776375
<QAction id="1100" name="IfX Table Bit Rate" encoding="csharp" triggers="1091;1093" entryPoint="IfxTable.ProcessTimeout;IfxTable.ProcessTable" />
@@ -6554,8 +6552,6 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
65546552
<Type>action</Type>
65556553
<Content>
65566554
<Id>993</Id>
6557-
<Id>1191</Id>
6558-
<Id else="true">1191</Id>
65596555
</Content>
65606556
</Trigger>
65616557
<Trigger id="1000">
@@ -6731,12 +6727,13 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
67316727
<Interval>75</Interval>
67326728
<Content>
67336729
<Group>1300</Group>
6730+
67346731
<!--ifXTable needs to be polled prior to ifTable
67356732
so that ifXTableIfCounterDiscontinuityTime is available when calculating ifTable rates.-->
67366733
<Group>1101</Group>
67376734
<Group>1001</Group>
6735+
67386736
<Group>1191</Group>
6739-
67406737
</Content>
67416738
</Timer>
67426739
<Timer id="3">
@@ -6816,7 +6813,7 @@ This was felt to be sufficiently valuable to justify the redundancy.]]>
68166813
<Company>Skyline Communications</Company>
68176814
</Provider>
68186815
<Changes>
6819-
<Fix>Race condition on uptime on device restart</Fix>
6816+
<Fix>Race condition on uptime on device restart.</Fix>
68206817
<Change>Moved merging tables logic to dedicated trigger.</Change>
68216818
</Changes>
68226819
<References>

0 commit comments

Comments
 (0)