Reply to TPM, PCM if these are active

This commit is contained in:
emanuel 2022-04-11 10:06:19 +01:00
parent 2a205e568e
commit 3443e2e355
1 changed files with 7 additions and 3 deletions

View File

@ -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: