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;
|
||||
|
||||
case 7011:
|
||||
if (facilities->tolling.active) {
|
||||
tpm_recv(facilities, its_msg, neighbour_cert);
|
||||
}
|
||||
break;
|
||||
|
||||
case 2043:
|
||||
if (facilities->coordination.active) {
|
||||
pcm_check(facilities, its_msg);
|
||||
fwd = true;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue