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
Michael Black
OpenXG-RAN
Commits
04315e89
Commit
04315e89
authored
May 10, 2021
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting acccidental changes.
parent
a7cbe98f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
openair2/SIMULATION/NR_RRC/itti_sim.c
openair2/SIMULATION/NR_RRC/itti_sim.c
+1
-2
openair3/TEST/EPC_TEST/play_scenario.c
openair3/TEST/EPC_TEST/play_scenario.c
+0
-1
openair3/TEST/oaisim_mme_test_s1c.c
openair3/TEST/oaisim_mme_test_s1c.c
+0
-1
No files found.
openair2/SIMULATION/NR_RRC/itti_sim.c
View file @
04315e89
...
...
@@ -265,8 +265,7 @@ int restart_L1L2(module_id_t gnb_id) {
}
int
create_gNB_tasks
(
uint32_t
gnb_nb
)
{
AssertFatal
(
!
get_softmodem_params
()
->
nsa
,
"In NSA mode
\n
"
);
LOG_I
(
GNB_APP
,
"%s(gnb_nb:%d)
\n
"
,
__FUNCTION__
,
gnb_nb
);
LOG_D
(
GNB_APP
,
"%s(gnb_nb:%d)
\n
"
,
__FUNCTION__
,
gnb_nb
);
itti_wait_ready
(
1
);
...
...
openair3/TEST/EPC_TEST/play_scenario.c
View file @
04315e89
...
...
@@ -809,7 +809,6 @@ void *et_eNB_app_task(void *args_p)
//------------------------------------------------------------------------------
int
et_play_scenario
(
et_scenario_t
*
const
scenario
,
const
struct
shift_packet_s
*
shifts
)
{
AssertFatal
(
!
get_softmodem_params
()
->
nsa
,
"In NSA mode
\n
"
);
et_event_t
event
;
struct
shift_packet_s
*
shift
=
shifts
;
et_packet_t
*
packet
=
NULL
;
...
...
openair3/TEST/oaisim_mme_test_s1c.c
View file @
04315e89
...
...
@@ -299,7 +299,6 @@ void mme_test_s1_notify_sctp_data_ind(uint32_t assoc_id, int32_t stream, const u
int
main
(
int
argc
,
char
**
argv
)
//------------------------------------------------------------------------------
{
AssertFatal
(
!
get_softmodem_params
()
->
nsa
,
"In NSA mode
\n
"
);
// initialize the log (see log.h for details)
logInit
();
...
...
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