Commit b8d5c1a2 authored by Robert Schmidt's avatar Robert Schmidt

wrong offset, why is this here?

parent f79d48e6
......@@ -3194,7 +3194,7 @@ static uint8_t unpack_nr_config_request(uint8_t **ppReadPackedMsg, uint8_t *end,
&pNfapiMsg->prach_config.num_prach_fd_occasions_list[prach_root_seq_idx].prach_root_sequence_index,
ppReadPackedMsg,
end);
prach_root_seq_idx++;
//prach_root_seq_idx++;
break;
case NFAPI_NR_CONFIG_K1_TAG:
pNfapiMsg->prach_config.num_prach_fd_occasions_list[prach_root_seq_idx].k1.tl.tag = generic_tl.tag;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment