Commit b9dc68b5 authored by Guido Casati's avatar Guido Casati

Add RRC Inactive Indication and Timer T3512 to NAS struct definition

parent 4633eb88
...@@ -96,6 +96,10 @@ typedef struct { ...@@ -96,6 +96,10 @@ typedef struct {
uint8_t *registration_request_buf; uint8_t *registration_request_buf;
uint32_t registration_request_len; uint32_t registration_request_len;
instance_t UE_id; instance_t UE_id;
/* RRC Inactive Indication */
bool is_rrc_inactive;
/* Timer T3512 */
int t3512;
} nr_ue_nas_t; } nr_ue_nas_t;
nr_ue_nas_t *get_ue_nas_info(module_id_t module_id); nr_ue_nas_t *get_ue_nas_info(module_id_t module_id);
......
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