Commit ef77d53d authored by WEI-TAI CHEN's avatar WEI-TAI CHEN

Done for do_RLC_BEARER, do_MAC_CELLGROUP, do_PHYSICALCELLGROUP function like...

Done for do_RLC_BEARER, do_MAC_CELLGROUP, do_PHYSICALCELLGROUP function like do_MIB_NR and do_SERVINGCELLCONFIGCOMMON
parent 272fa05f
This diff is collapsed.
...@@ -107,6 +107,7 @@ typedef struct physicalcellgroup_s{ ...@@ -107,6 +107,7 @@ typedef struct physicalcellgroup_s{
long tpc_PUCCH_RNTI[MAX_NUM_CCs]; long tpc_PUCCH_RNTI[MAX_NUM_CCs];
long tpc_PUSCH_RNTI[MAX_NUM_CCs]; long tpc_PUSCH_RNTI[MAX_NUM_CCs];
long sp_CSI_RNTI[MAX_NUM_CCs]; long sp_CSI_RNTI[MAX_NUM_CCs];
long RNTI_Value_PR[MAX_NUM_CCs];
long RNTI_Value[MAX_NUM_CCs]; long RNTI_Value[MAX_NUM_CCs];
}physicalcellgroup_t; }physicalcellgroup_t;
......
...@@ -230,8 +230,6 @@ void rrc_gNB_generate_SgNBAdditionRequestAcknowledge( ...@@ -230,8 +230,6 @@ void rrc_gNB_generate_SgNBAdditionRequestAcknowledge(
sizeof(struct NR_ServingCellConfigCommon)); sizeof(struct NR_ServingCellConfigCommon));
*/ */
} }
///---------------------------------------------------------------------------------------------------------------/// ///---------------------------------------------------------------------------------------------------------------///
......
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