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
|
@ -14,6 +14,7 @@ struct osmo_prim_hdr {
|
|||
uint16_t sap;
|
||||
uint16_t primitive;
|
||||
enum osmo_prim_operation operation;
|
||||
struct msgb *msg; /* message containing associated data */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue