taiSeconds are 40bits => 5 bytes which means it won't fit into 4 byte int https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/1e71dabe7cd0a1047db4b662d2af41fb5e9e3584/mesh/src/main/java/no/nordicsemi/android/mesh/transport/TimeStatus.java#L33 which means the BitReader should also parse to long
taiSeconds are 40bits => 5 bytes which means it won't fit into 4 byte int
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/1e71dabe7cd0a1047db4b662d2af41fb5e9e3584/mesh/src/main/java/no/nordicsemi/android/mesh/transport/TimeStatus.java#L33
which means the BitReader should also parse to long