extended sysinfo as described in section 21.4.4.1

now every transmitted field in sysinfo is analyzed
This commit is contained in:
luckyhacky 2013-12-30 23:42:36 +01:00 committed by Harald Welte
parent 732d06d531
commit 83140af8d0
2 changed files with 27 additions and 4 deletions

View file

@ -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;
};