Commit dd5108b7 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Adam Wujek

fixed value of logMessageInterval for WR signaling

parent 3aacc0fb
......@@ -131,6 +131,8 @@ int msg_pack_wrsig(struct pp_instance *ppi, Enumeration16 wr_msg_id)
*(char *)(buf+0) = *(char *)(buf+0) | 0x0C; /* Table 19 -> signaling */
*(UInteger8 *)(buf+32) = 0x05; //Table 23 -> all other
*(char *)(buf+33) = 0x7F; /* logMessageInterval for Signaling
* (Table 24) */
/* target portIdentity */
memcpy((buf+34), &DSPAR(ppi)->parentPortIdentity.clockIdentity,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment