Commit 613c7896 authored by Cedric Roux's avatar Cedric Roux

bugfix - set variable to default NULL

parent 96c0c516
......@@ -961,7 +961,7 @@ rrc_ue_process_radioResourceConfigDedicated(
long SRB_id,DRB_id;
int i,cnt;
LogicalChannelConfig_t *SRB1_logicalChannelConfig,*SRB2_logicalChannelConfig;
LogicalChannelConfig_t *SRB1_logicalChannelConfig = NULL,*SRB2_logicalChannelConfig = NULL;
#ifdef CBA
uint8_t cba_found = 0;
uint16_t cba_RNTI;
......
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