fixed wrong port on evm
This commit is contained in:
parent
a2a45cf1da
commit
2d5b779ae4
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue