Commit 3a3c77f1 authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava

Fix for systemInfoValueTag

parent 43b2f4a9
...@@ -981,7 +981,7 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier, ...@@ -981,7 +981,7 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
} else { } else {
(*sib1)->systemInfoValueTag = 0; (*sib1)->systemInfoValueTag = 0;
} }
LOG_A(RRC,"Updating systemInfoValueTag Value: (*sib1)->systemInfoValueTag: %d \n",(*sib1)->systemInfoValueTag); LOG_A(RRC,"Updating systemInfoValueTag Value: %d \n",(*sib1)->systemInfoValueTag);
(*sib1)->nonCriticalExtension = calloc(1, sizeof(LTE_SystemInformationBlockType1_v890_IEs_t)); (*sib1)->nonCriticalExtension = calloc(1, sizeof(LTE_SystemInformationBlockType1_v890_IEs_t));
LTE_SystemInformationBlockType1_v890_IEs_t *sib1_890 = (*sib1)->nonCriticalExtension; LTE_SystemInformationBlockType1_v890_IEs_t *sib1_890 = (*sib1)->nonCriticalExtension;
sib1_890->lateNonCriticalExtension = NULL; sib1_890->lateNonCriticalExtension = NULL;
...@@ -1210,7 +1210,6 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier, ...@@ -1210,7 +1210,6 @@ uint8_t do_SIB1(rrc_eNB_carrier_data_t *carrier,
} }
(*sib1)->si_WindowLength=LTE_SystemInformationBlockType1__si_WindowLength_ms20; (*sib1)->si_WindowLength=LTE_SystemInformationBlockType1__si_WindowLength_ms20;
(*sib1)->systemInfoValueTag=0;
// (*sib1).nonCriticalExtension = calloc(1,sizeof(*(*sib1).nonCriticalExtension)); // (*sib1).nonCriticalExtension = calloc(1,sizeof(*(*sib1).nonCriticalExtension));
if ( LOG_DEBUGFLAG(DEBUG_ASN1) ) { if ( LOG_DEBUGFLAG(DEBUG_ASN1) ) {
......
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