[RICPLT-1852] Supports E2T Initialize + ExecuteSetup + prepare setup request on init
[ric-plt/e2mgr.git] / E2Manager / asn1codec / src / x2setup_request_wrapper.c
index a159f98..2eebbb1 100644 (file)
@@ -211,7 +211,7 @@ static void assignServedCell_Information(
        assert(broadcastPLMN_Identity != 0);
        ASN_SEQUENCE_ADD(&servedCell_Information->broadcastPLMNs, broadcastPLMN_Identity);
 
-       assignPLMN_Identity(broadcastPLMN_Identity,ric_flag);
+       assignPLMN_Identity(broadcastPLMN_Identity, pLMN_Identity); //ric_flag: disabled because a real eNB rejects the message
 
        servedCell_Information->eUTRA_Mode_Info.present= EUTRA_Mode_Info_PR_fDD;
        servedCell_Information->eUTRA_Mode_Info.choice.fDD = calloc(1, sizeof(FDD_Info_t));