Commit d03654c2 authored by Arash Sahbafard's avatar Arash Sahbafard

modified: openair2/RRC/NR/nr_rrc_config.c

parent 2a0f0ab4
......@@ -2305,6 +2305,19 @@ static NR_SpCellConfig_t *get_initial_SpCellConfig(int uid,
*configuredGrantConfig->ext1->phy_PriorityIndex_r16;
configuredGrantConfig->ext1 = calloc(1, sizeof(*configuredGrantConfig->ext1));
*configuredGrantConfig->ext1->autonomousTx_r16;
configuredGrantConfig->ext2->mappingPattern_r17 = calloc(1,sizeof(*configuredGrantConfig->ext2->mappingPattern_r17));
*configuredGrantConfig->ext2->mappingPattern_r17 = NR_ConfiguredGrantConfig__ext2__mappingPattern_r17_cyclicMapping;
configuredGrantConfig->ext2->sequenceOffsetForRV_r17 = calloc(1,sizeof(*configuredGrantConfig->ext2->sequenceOffsetForRV_r17));
*configuredGrantConfig->ext2->sequenceOffsetForRV_r17 = NULL ;
configuredGrantConfig->ext2->powerControlLoopToUse2_r17 = calloc(1,sizeof(*configuredGrantConfig->ext2->powerControlLoopToUse2_r17));
*configuredGrantConfig->ext2->powerControlLoopToUse2_r17 = NR_ConfiguredGrantConfig__ext2__powerControlLoopToUse2_r17_n0;
configuredGrantConfig->ext2->periodicityExt_r17 = calloc(1,sizeof(*configuredGrantConfig->ext2->periodicityExt_r17));
*configuredGrantConfig->ext2->periodicityExt_r17 = NULL;
configuredGrantConfig->ext2->repK_v1710 = calloc(1,sizeof(*configuredGrantConfig->ext2->repK_v1710));
*configuredGrantConfig->ext2->repK_v1710 = NR_ConfiguredGrantConfig__ext2__repK_v1710_n12;
//TO do: start implimenting from line 270 and check back all the strucks you have not implimented yet
}
......
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