Fix link id
This commit is contained in:
parent
687e944231
commit
0e123fa55b
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ void tag_packet_measlat(union abstract_packet* ap, uint8_t link_id, uint8_t is_s
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
struct measure_packet *mp = (void*)&cur->fmt.content.udp_encapsulated.payload;
|
struct measure_packet *mp = (void*)&cur->fmt.content.udp_encapsulated.payload;
|
||||||
mp->flag = 0x7f & link_id;
|
mp->flag = 0x3f & link_id;
|
||||||
mp->flag |= vanilla << 6;
|
mp->flag |= vanilla << 6;
|
||||||
mp->flag |= is_slow << 7;
|
mp->flag |= is_slow << 7;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue