fixed wrong port on evm

This commit is contained in:
gilteixeira 2023-04-14 20:23:14 +01:00
parent a2a45cf1da
commit 2d5b779ae4
2 changed files with 2 additions and 3 deletions

View File

@ -135,7 +135,7 @@ int evrsrm_recv(EV_RSR_t *evrsr_request) {
bpr->gn.packetTransportType = PacketTransportType_shb;
bpr->destinationPort = Port_cam;
bpr->destinationPort = Port_evrsr;
bpr->gn.trafficClass = 2;
@ -198,7 +198,7 @@ int evrsrm_recv(EV_RSR_t *evrsr_request) {
asn_enc_rval_t enc_fdi = oer_encode_to_buffer(&asn_DEF_FacilitiesIndication, NULL, fi, fi_oer + 1, 1023);
if (enc_fdi.encoded == -1) {
log_error("[ev] encoding FI for cam failed");
log_error("[ev] encoding FI for evrsrm failed");
rv = 1;
goto cleanup;
}

View File

@ -290,7 +290,6 @@ static int transport_indication(void *responder, void **security_socket, uint8_t
fwd = true;
EV_RSR_t *evrsr_request = (EV_RSR_t *)its_msg;
evrsrm_recv(evrsr_request);
}
default:
break;