Attention is currently required from: falconia.
Patch set 1:Code-Review +1
1 comment:
File src/common/l1sap.c:
Patch Set #1, Line 1852: gsm_fn2gsmtime
`l1sap_tch_ind()` does this calculation before calling this new helper function, so maybe accept a `const struct gsm_time` pointer instead of just `uint32_t fn`? FYI, the `struct gsm_time` does contain the `fn` field too. Not really critical, but we can save some CPU cycles, especially given that this calculation is needed for `DEBUG` logging only.
To view, visit change 33471. To unsubscribe, or for help writing mail filters, visit settings.