mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-07 17:34:10 +02:00
align for better readability
This commit is contained in:
parent
165bf705a2
commit
732d06d531
1 changed files with 11 additions and 11 deletions
|
@ -48,7 +48,7 @@ void macpdu_decode_sysinfo(struct tetra_si_decoded *sid, const uint8_t *si_bits)
|
|||
sid->freq_offset = bits_to_uint(cur, 2); cur += 2;
|
||||
sid->duplex_spacing = bits_to_uint(cur, 3); cur += 3;
|
||||
sid->reverse_operation = *cur++;
|
||||
sid->num_of_csch = bits_to_uint(cur, 2); cur +=2;
|
||||
sid->num_of_csch = bits_to_uint(cur, 2); cur += 2;
|
||||
sid->ms_txpwr_max_cell = bits_to_uint(cur, 3); cur += 3;
|
||||
sid->rxlev_access_min = bits_to_uint(cur, 4); cur += 4;
|
||||
sid->access_parameter = bits_to_uint(cur, 4); cur += 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue