Commit 2ffe4485 authored by winckel's avatar winckel

Added rsrq and rsrp to BCCH DATA IND message to allow reporting of signal...

Added rsrq and rsrp to BCCH DATA IND message to allow reporting of signal level and quality to upper layers.
 Added NAS_CELL_SELECTION_CNF response for NAS after successful decoding of SIB1.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4812 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 69cadc97
......@@ -155,6 +155,7 @@ typedef enum HO_STATE_e {
typedef struct UE_RRC_INFO_s {
UE_STATE_t State;
u8 SIB1Status;
u8 SIB1systemInfoValueTag;
u8 SIStatus;
#ifdef Rel10
u8 MCCHStatus[8]; // MAX_MBSFN_AREA
......@@ -624,9 +625,9 @@ int decode_MCCH_Message(u8 Mod_id, u32 frame, u8 eNB_index, u8 *Sdu, u8 Sdu_len,
void decode_MBSFNAreaConfiguration(u8 Mod_id, u8 eNB_index, u32 frame,u8 mbsfn_sync_area);
int decode_BCCH_DLSCH_Message(u8 Mod_id,u32 frame,u8 eNB_index,u8 *Sdu,u8 Sdu_len);
int decode_BCCH_DLSCH_Message(u8 Mod_id,u32 frame,u8 eNB_index,u8 *Sdu,u8 Sdu_len, u8 rsrq, u8 rsrp);
int decode_SIB1(u8 Mod_id,u8 eNB_index);
int decode_SIB1(u8 Mod_id,u8 eNB_index, u8 rsrq, u8 rsrp);
int decode_SI(u8 Mod_id,u32 frame,u8 eNB_index,u8 si_window);
......
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