mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 18:04:12 +02:00
TETRA: start to use msgb as part of osmo_prim / tmvsap_prim
This will allow us to pass the same msgb (with different l1h/l2h) up the stack.
This commit is contained in:
parent
8d36966e82
commit
4911ba91ef
4 changed files with 45 additions and 29 deletions
|
@ -28,7 +28,8 @@ struct tmv_unitdata_param {
|
|||
int crc_ok; /* was the CRC verified OK? */
|
||||
uint32_t scrambling_code; /* which scrambling code was used */
|
||||
struct tetra_tdma_time tdma_time;/* TDMA timestamp */
|
||||
uint8_t mac_block[412]; /* maximum num of bits in a non-QAM chan */ };
|
||||
//uint8_t mac_block[412]; /* maximum num of bits in a non-QAM chan */
|
||||
};
|
||||
|
||||
/* Table 23.3 */
|
||||
struct tmv_configure_param {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue