VCM reject log message
This commit is contained in:
parent
299013b59e
commit
d70ccf0c71
|
|
@ -828,6 +828,7 @@ int vcm_check(VCM_t* vcm) {
|
|||
switch (mvc->negotiation->present) {
|
||||
case CoordinationNegotiation_PR_request:
|
||||
if (coordination->session.req && now < coordination->session.ts + MC_RESOLUTION_TIMEOUT) { /* in maneuver */
|
||||
log_debug("[coordination] rejecting VCM from %d - currently in maneuver", vcm->header.stationID);
|
||||
vcm_reject(vcm, neighbour);
|
||||
} else {
|
||||
vcm_check_handle_request(vcm, neighbour);
|
||||
|
|
|
|||
Loading…
Reference in New Issue