mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-12-18 13:44:00 +01:00
extended sysinfo as described in section 21.4.4.1
now every transmitted field in sysinfo is analyzed
This commit is contained in:
parent
732d06d531
commit
83140af8d0
2 changed files with 27 additions and 4 deletions
|
|
@ -60,6 +60,12 @@ struct tetra_si_decoded {
|
|||
uint16_t cck_id;
|
||||
uint16_t hyperframe_number;
|
||||
};
|
||||
uint8_t option_field;
|
||||
union {
|
||||
uint32_t frame_bitmap;
|
||||
uint32_t access_code;
|
||||
uint32_t ext_service;
|
||||
};
|
||||
struct tetra_mle_si_decoded mle_si;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue