Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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 UE
Commits
1dee5704
Commit
1dee5704
authored
Oct 01, 2021
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove hardcoded log level
parent
62505090
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
ci-scripts/conf_files/gNB_SA_CU.conf
ci-scripts/conf_files/gNB_SA_CU.conf
+1
-4
ci-scripts/conf_files/gNB_SA_DU.conf
ci-scripts/conf_files/gNB_SA_DU.conf
+1
-4
openair3/ocp-gtpu/gtp_itf.cpp
openair3/ocp-gtpu/gtp_itf.cpp
+0
-1
No files found.
ci-scripts/conf_files/gNB_SA_CU.conf
View file @
1dee5704
...
@@ -16,10 +16,7 @@ gNBs =
...
@@ -16,10 +16,7 @@ gNBs =
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
tracking_area_code
=
1
;
plmn_list
= ({
plmn_list
= ({
mcc
=
208
;
mnc
=
99
;
mnc_length
=
2
;
mcc
=
208
;
mnc
=
99
;
mnc_length
=
2
;
snssaiList
= (
snssaiList
= (
{
{
sst
=
1
;
sst
=
1
;
...
...
ci-scripts/conf_files/gNB_SA_DU.conf
View file @
1dee5704
...
@@ -15,10 +15,7 @@ gNBs =
...
@@ -15,10 +15,7 @@ gNBs =
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
//
Tracking
area
code
,
0
x0000
and
0
xfffe
are
reserved
values
tracking_area_code
=
1
;
tracking_area_code
=
1
;
plmn_list
= ({
plmn_list
= ({
mcc
=
208
;
mnc
=
99
;
mnc_length
=
2
;
mcc
=
208
;
mnc
=
99
;
mnc_length
=
2
;
snssaiList
= (
snssaiList
= (
{
{
sst
=
1
;
sst
=
1
;
...
...
openair3/ocp-gtpu/gtp_itf.cpp
View file @
1dee5704
...
@@ -848,7 +848,6 @@ void gtpv1uReceiver(int h) {
...
@@ -848,7 +848,6 @@ void gtpv1uReceiver(int h) {
#include <openair2/ENB_APP/enb_paramdef.h>
#include <openair2/ENB_APP/enb_paramdef.h>
void
*
ocp_gtpv1uTask
(
void
*
args
)
{
void
*
ocp_gtpv1uTask
(
void
*
args
)
{
set_log
(
GTPU
,
OAILOG_DEBUG
);
while
(
1
)
{
while
(
1
)
{
/* Trying to fetch a message from the message queue.
/* Trying to fetch a message from the message queue.
If the queue is empty, this function will block till a
If the queue is empty, this function will block till a
...
...
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