Orne Brocaar
Orne Brocaar
An other observation, this function is called in the v2 implementation as: ```c // fragCounter - FragDecoder.FragNb FragGetParityMatrixRow( fragCounter - FragDecoder.FragNb, FragDecoder.FragNb, matrixRow ); ``` This is equal to the...
> In the specification, the MATLAB code for both V1 and V2 is essentially the same, just written in two different ways. Are you sure? I think the `x` variable...
I think in the LBM stack, this line: ``` FragGetParityMatrixRow( fragCounter - FragDecoder.FragNb, FragDecoder.FragNb, matrixRow ); ``` Should therefore be something like this for v2: ``` FragGetParityMatrixRow( fragCounter, FragDecoder.FragNb, matrixRow...
Hi @lbm-team, is there any update?
I suggest looking into the system time + opening the join-request (click on the blue `JoinRequest` pill). You will find the time and GPS time if your gateway reports a...
@chrysolepis do you know why the reported GPS time is incorrect?
@chrysolepis if you are using the UDP forwarder, would you mind posting the content of the JSON payload sent over UDP, and validate if the content of that payload is...
I have some doubts about the usefulness of this metric. First of all it only tracks the `f_opts` mac-commands, not the mac-commands in the `frm_payload`. Then as well, it does...
I have pushed the `4.0.0-test.3` to both testing and stable (as there isn't any v4 stable version yet).
I can not reproduce this issue. Please make sure to pass the path to the configfile using the `-c` argument. The level is set here: https://github.com/chirpstack/chirpstack-packet-multiplexer/blob/master/src/main.rs#L38