Commit a3bdcfa
committed
Restrict calculated ASU values to 0-31, 99
The values 0-31, 99 are well known and expected. After that, things
depend. Sometimes an extended range from 100-199 is used. The existing
calculation can return values between 31 and 99 (most often 32), and
that was unexpected.1 parent 9afda18 commit a3bdcfa
File tree
2 files changed
+7
-3
lines changed- lib/vintage_net_qmi
- test/vintage_net_qmi
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments