Skip to content
Snippets Groups Projects
Commit 9a4ffa56 authored by yilmazt's avatar yilmazt
Browse files

minor fix

parent f37a17e5
No related branches found
No related tags found
9 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!918Develop nfapi,!847Nr vcd,!782Oai ubuntu docker,!730Nr rlc,!588Develop nr merge
...@@ -261,7 +261,7 @@ typedef struct SRB_INFO_TABLE_ENTRY_NR_s { ...@@ -261,7 +261,7 @@ typedef struct SRB_INFO_TABLE_ENTRY_NR_s {
typedef struct gNB_RRC_UE_s { typedef struct gNB_RRC_UE_s {
uint8_t primaryCC_id; uint8_t primaryCC_id;
#if (NR_RRC_VERSION >= MAKE_VERSION(10, 0, 0)) #if (NR_RRC_VERSION >= MAKE_VERSION(10, 0, 0))
SCellToAddMod_r10_t sCell_config[2]; LTE_SCellToAddMod_r10_t sCell_config[2];
#endif #endif
NR_SRB_ToAddModList_t* SRB_configList; NR_SRB_ToAddModList_t* SRB_configList;
NR_SRB_ToAddModList_t* SRB_configList2[RRC_TRANSACTION_IDENTIFIER_NUMBER]; NR_SRB_ToAddModList_t* SRB_configList2[RRC_TRANSACTION_IDENTIFIER_NUMBER];
......
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