Skip to content
Snippets Groups Projects
Commit f828e951 authored by Rúben Soares Silva's avatar Rúben Soares Silva Committed by Robert Schmidt
Browse files

Harmonize SFN and Slot typing with SCF standard

parent ebf07dfc
No related branches found
No related tags found
2 merge requests!3134Integration: `2024.w48`,!3131FAPI P7 Refactoring and unitary test creation
......@@ -571,8 +571,8 @@ typedef struct
typedef struct
{
//uint16_t sfn_slot
int16_t sfn;
int16_t slot;
uint16_t sfn;
uint16_t slot;
//TODO: Change P7 structs to NR
nfapi_nr_dl_tti_request_t* dl_tti_req;//nfapi_dl_config_request_t* dl_config_req;
nfapi_nr_ul_tti_request_t* ul_tti_req;//nfapi_ul_config_request_t* ul_config_req;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment