fixed setting reportTimestamp field in OptFlds class, thanks to Krzysztof Pasierbski

pull/19/head
Stefan Feuerhahn 5 years ago
parent 24cee0d77e
commit cd11b7c9ff

@ -61,7 +61,7 @@ public final class BdaOptFlds extends BdaBitString {
if (reportTimestamp) {
value[0] = (byte) (value[0] | 0x20);
} else {
value[0] = (byte) (value[0] & 0x2f);
value[0] = (byte) (value[0] & 0xdf);
}
}

Loading…
Cancel
Save