/** \brief RRC Configuration primitive for PHY/MAC. Allows configuration of PHY/MAC resources based on System Information (SI), RRCConnectionSetup and RRCConnectionReconfiguration messages.
@param Mod_id Instance ID of eNB
...
...
@@ -764,6 +771,25 @@ int rrc_mac_config_req(module_id_t module_idP,
#endif
);
#ifdef Rel10
/** \brief RRC Secondary cell Configuration.
*
* Allows configuration of a secondary cell for a given UE.
* To be called several times to add more secondary cells (up to 4).
*
* @param module_id Module ID of eNB
* @param rnti id of UE to configure
* @param CC_id Component Carrier to add as a secondary cell
* @param
*/
void
rrc_mac_config_scell_req(
module_id_tmodule_id,
rnti_trnti,
intCC_id,
intbitmap_bit);
#endif
/** \brief get the estimated UE distance from the PHY->MAC layer.
@param Mod_id Instance ID of eNB
@param UE_id Index of UE if this is an eNB configuration