Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
emanuel 2023-07-27 21:59:04 +01:00
commit 40db7b666a
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ static void fwd_to_apps(uint8_t* msg, uint16_t msg_len, int its_msg_type, uint32
asn_enc_rval_t enc = oer_encode_to_buffer(&asn_DEF_FacilitiesIndication, NULL, fi, buffer + 1, ITSS_SDU_MAX_LEN - 1);
itss_queue_send(facilities.tx_queue, buffer, enc.encoded + 1, ITSS_APPLICATIONS, iid, "FI.message");
ASN_STRUCT_FREE(asn_DEF_FacilitiesIndication, fi);
}
int facilities_request_result_accepted(void *responder) {