Commit 966a3a72 authored by Robert Schmidt's avatar Robert Schmidt Committed by francescomani

Move UE RRC msg defs to rrc_messages_types.h

parent 9c0d90a0
...@@ -581,20 +581,6 @@ typedef struct as_message_s { ...@@ -581,20 +581,6 @@ typedef struct as_message_s {
} __attribute__((__packed__)) msg; } __attribute__((__packed__)) msg;
} as_message_t; } as_message_t;
typedef struct {
NR_ReestablishmentCause_t cause;
} nr_mac_rrc_config_reset_t;
typedef struct {
NR_CellGroupConfig_t* cellGroupConfig;
NR_UE_NR_Capability_t* UE_NR_Capability;
} nr_mac_rrc_config_cg_t;
typedef struct {
NR_BCCH_BCH_Message_t* bcch;
int get_sib;
} nr_mac_rrc_config_mib_t;
typedef struct {
NR_SIB1_t* sib1;
} nr_mac_rrc_config_sib1_t;
/****************************************************************************/ /****************************************************************************/
/******************** G L O B A L V A R I A B L E S ********************/ /******************** G L O B A L V A R I A B L E S ********************/
/****************************************************************************/ /****************************************************************************/
......
...@@ -462,4 +462,20 @@ typedef struct { ...@@ -462,4 +462,20 @@ typedef struct {
int ue_id; int ue_id;
} RlcMaxRtxIndication; } RlcMaxRtxIndication;
#include "openair2/RRC/NR_UE/rrc_defs.h"
typedef struct {
NR_ReestablishmentCause_t cause;
} nr_mac_rrc_config_reset_t;
typedef struct {
NR_CellGroupConfig_t *cellGroupConfig;
NR_UE_NR_Capability_t *UE_NR_Capability;
} nr_mac_rrc_config_cg_t;
typedef struct {
NR_BCCH_BCH_Message_t *bcch;
int get_sib;
} nr_mac_rrc_config_mib_t;
typedef struct {
NR_SIB1_t *sib1;
} nr_mac_rrc_config_sib1_t;
#endif /* RRC_MESSAGES_TYPES_H_ */ #endif /* RRC_MESSAGES_TYPES_H_ */
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