Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
38eacea0
Commit
38eacea0
authored
Jan 22, 2018
by
Xu Bo
Browse files
fix noS1 compile error
parent
f59a509e
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/RRC/LITE/rrc_common.c
View file @
38eacea0
...
...
@@ -360,6 +360,7 @@ rrc_rx_tx(
LOG_I
(
RRC
,
"Removing UE %x instance Because of UE_CONTEXT_RELEASE_COMMAND not received after %d ms from sending request
\n
"
,
ue_context_p
->
ue_context
.
rnti
,
ue_context_p
->
ue_context
.
ue_release_timer_thres_s1
);
ue_context_p
->
ue_context
.
ue_release_timer_s1
=
0
;
#if defined(ENABLE_USE_MME)
#if defined(ENABLE_ITTI)
rrc_eNB_generate_RRCConnectionRelease
(
ctxt_pP
,
ue_context_p
);
{
...
...
@@ -398,6 +399,7 @@ rrc_rx_tx(
rrc_ue_s1ap_ids
);
}
}
#endif
#else
ue_to_be_removed
=
ue_context_p
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment