Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
2634e1e0
Commit
2634e1e0
authored
Nov 14, 2019
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove remaining ENABLE_USE_MME macros, were causing Pb in LTE UE
parent
ffc53b4c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
909 additions
and
803 deletions
+909
-803
openair2/GNB_APP/gnb_app.c
openair2/GNB_APP/gnb_app.c
+0
-2
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_config.c
+901
-788
openair2/RRC/LTE/rrc_UE.c
openair2/RRC/LTE/rrc_UE.c
+3
-3
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+5
-10
No files found.
openair2/GNB_APP/gnb_app.c
View file @
2634e1e0
...
...
@@ -67,7 +67,6 @@ static void configure_nr_rrc(uint32_t gnb_id) {
/*------------------------------------------------------------------------------*/
/*
# if defined(ENABLE_USE_MME)
static uint32_t gNB_app_register(uint32_t gnb_id_start, uint32_t gnb_id_end)//, const Enb_properties_array_t *enb_properties)
{
uint32_t gnb_id;
...
...
@@ -98,7 +97,6 @@ static uint32_t gNB_app_register(uint32_t gnb_id_start, uint32_t gnb_id_end)//,
return register_gnb_pending;
}
# endif
*/
...
...
openair2/GNB_APP/gnb_config.c
View file @
2634e1e0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
openair2/RRC/LTE/rrc_UE.c
View file @
2634e1e0
...
...
@@ -2918,8 +2918,8 @@ int decode_SIB1( const protocol_ctxt_t *const ctxt_pP, const uint8_t eNB_index,
LOG_I
(
RRC
,
"Setting SIStatus bit 0 to 1
\n
"
);
UE_rrc_inst
[
ctxt_pP
->
module_id
].
Info
[
eNB_index
].
SIStatus
=
1
;
UE_rrc_inst
[
ctxt_pP
->
module_id
].
Info
[
eNB_index
].
SIB1systemInfoValueTag
=
sib1
->
systemInfoValueTag
;
#if defined(ENABLE_ITTI) && defined(ENABLE_USE_MME)
{
if
(
EPC_MODE_ENABLED
)
{
int
cell_valid
=
0
;
if
(
sib1
->
cellAccessRelatedInfo
.
cellBarred
==
LTE_SystemInformationBlockType1__cellAccessRelatedInfo__cellBarred_notBarred
)
{
...
...
@@ -2978,7 +2978,7 @@ int decode_SIB1( const protocol_ctxt_t *const ctxt_pP, const uint8_t eNB_index,
LOG_E
(
RRC
,
"Synched with a cell, but PLMN doesn't match our SIM, the message PHY_FIND_NEXT_CELL_REQ is sent but lost in current UE implementation!
\n
"
);
}
}
#endif
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_UE_DECODE_SIB1
,
VCD_FUNCTION_OUT
);
return
0
;
}
...
...
openair2/RRC/NR/rrc_gNB.c
View file @
2634e1e0
...
...
@@ -67,14 +67,9 @@
#include "UTIL/OSA/osa_defs.h"
#endif
#if defined(ENABLE_USE_MME)
#include "rrc_eNB_S1AP.h"
#include "rrc_eNB_GTPV1U.h"
#if defined(ENABLE_ITTI)
#else
#include "../../S1AP/s1ap_eNB.h"
#endif
#endif
#include "rrc_eNB_S1AP.h"
#include "rrc_eNB_GTPV1U.h"
#include "../../S1AP/s1ap_eNB.h"
#include "pdcp.h"
#include "gtpv1u_eNB_task.h"
...
...
@@ -337,7 +332,7 @@ void *rrc_gnb_task(void *args_p) {
/* Messages from PDCP */
/*
#if defined(ENABLE_USE_MME)
if (EPC_MODE_ENABLED) {
// Messages from S1AP
case S1AP_DOWNLINK_NAS:
...
...
@@ -389,7 +384,7 @@ void *rrc_gnb_task(void *args_p) {
}
break;
#endif
} // if (EPC_MODE_ENABLED)
*/
/* Messages from gNB app */
case
NRRRC_CONFIGURATION_REQ
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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