Commit 78459ad4 authored by Lionel Gauthier's avatar Lionel Gauthier

UE_INDEX_INVLID, to check if it is UE_MODULE_INVALID ?

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5125 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 95952bcf
......@@ -110,6 +110,7 @@ typedef struct rrc_ral_threshold_key_s {
//#define NUM_PRECONFIGURED_LCHAN (NB_CH_CX*2) //BCCH, CCCH
#define UE_MODULE_INVALID ((module_id_t) ~0)
#define UE_INDEX_INVALID ((module_id_t) ~0)
typedef enum UE_STATE_e {
RRC_INACTIVE=0,
......
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