X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_f1ap_msg_hdl.c;h=3cd438c0e7006b171370f353df3b5339da973eb0;hb=0bdd575f55257e64b4becb4cee0df0dab2bac3fa;hp=3398992cac0335354b5963381b1f64dc557e9dce;hpb=41776b34ffc387952e5aae85c34540eb267c78de;p=o-du%2Fl2.git diff --git a/src/du_app/du_f1ap_msg_hdl.c b/src/du_app/du_f1ap_msg_hdl.c index 3398992ca..3cd438c0e 100644 --- a/src/du_app/du_f1ap_msg_hdl.c +++ b/src/du_app/du_f1ap_msg_hdl.c @@ -2548,7 +2548,7 @@ struct PDCCH_Config__controlResourceSetToAddModList *controlRSetList return RFAILED; } byteIdx = 0; - controlRSet->frequencyDomainResources.buf[byteIdx] = 255; /* setting 8 MSBs i.e. ff */ + controlRSet->frequencyDomainResources.buf[byteIdx] = PDCCH_FREQ_DOM_RSRC; /* setting 8 MSBs i.e. ff */ for(byteIdx = 1; byteIdx < numBytes; byteIdx++) { controlRSet->frequencyDomainResources.buf[byteIdx] = 0; @@ -2724,7 +2724,8 @@ struct PDCCH_Config__searchSpacesToAddModList *searchSpcList } byteIdx = 0; - searchSpc->monitoringSymbolsWithinSlot->buf[byteIdx++] = 128 /* setting MSB to 128 i.e. 0x80 */; + searchSpc->monitoringSymbolsWithinSlot->buf[byteIdx++] = \ + PDCCH_SYMBOL_WITHIN_SLOT /* setting MSB to 128 i.e. 0x80 */; searchSpc->monitoringSymbolsWithinSlot->buf[byteIdx++] = 0; searchSpc->monitoringSymbolsWithinSlot->bits_unused = bitsUnused;