Reply to TPM, PCM if these are active
This commit is contained in:
parent
2a205e568e
commit
3443e2e355
|
|
@ -225,12 +225,16 @@ static int transport_indication(facilities_t *facilities, void* responder, void*
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 7011:
|
case 7011:
|
||||||
|
if (facilities->tolling.active) {
|
||||||
tpm_recv(facilities, its_msg, neighbour_cert);
|
tpm_recv(facilities, its_msg, neighbour_cert);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2043:
|
case 2043:
|
||||||
|
if (facilities->coordination.active) {
|
||||||
pcm_check(facilities, its_msg);
|
pcm_check(facilities, its_msg);
|
||||||
fwd = true;
|
fwd = true;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue