Commit 20f35247 authored by Lionel Gauthier's avatar Lionel Gauthier

compil problem with RT eNB

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5588 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0cb8546a
......@@ -69,6 +69,8 @@
#define ENABLE_MAC_PAYLOAD_DEBUG
#define DEBUG_eNB_SCHEDULER 1
extern inline unsigned int taus(void);
// function for determining which active ue should be granted resources in downlink based on CQI, SI, and BSR
uint8_t find_dlgranted_UEs(module_id_t module_idP){
......
......@@ -41,7 +41,7 @@
void add_ue_spec_dci(DCI_PDU *DCI_pdu,void *pdu,rnti_t rnti,unsigned char dci_size_bytes,unsigned char aggregation,unsigned char dci_size_bits,unsigned char dci_fmt,uint8_t ra_flag);
extern inline unsigned int taus(void);
//LG commented cause compilation error for RT eNB extern inline unsigned int taus(void);
/** \brief First stage of Random-Access Scheduling. Loops over the RA_templates and checks if RAR, Msg3 or its retransmission are to be scheduled in the subframe. It returns the total number of PRB used for RA SDUs. For Msg3 it retrieves the L3msg from RRC and fills the appropriate buffers. For the others it just computes the number of PRBs. Each DCI uses 3 PRBs (format 1A)
for the message.
......
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