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
lizhongxiao
OpenXG-RAN
Commits
a6862df7
Commit
a6862df7
authored
Apr 04, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/guti-hotfix' into integration_2023_w14
parents
a0a92f45
0a4e2868
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
ci-scripts/datalog_rt_stats.1x1.60.yaml
ci-scripts/datalog_rt_stats.1x1.60.yaml
+2
-2
ci-scripts/datalog_rt_stats.60.2x2.yaml
ci-scripts/datalog_rt_stats.60.2x2.yaml
+3
-3
ci-scripts/datalog_rt_stats.default.yaml
ci-scripts/datalog_rt_stats.default.yaml
+4
-4
openair3/NAS/NR_UE/nr_nas_msg_sim.c
openair3/NAS/NR_UE/nr_nas_msg_sim.c
+1
-1
No files found.
ci-scripts/datalog_rt_stats.1x1.60.yaml
View file @
a6862df7
...
...
@@ -14,8 +14,8 @@ Ref :
L1 Tx processing
:
210.0
DLSCH encoding
:
137.0
L1 Rx processing
:
345.0
PUSCH inner-receiver
:
184
.0
PUSCH decoding
:
2
76
.0
PUSCH inner-receiver
:
210
.0
PUSCH decoding
:
2
10
.0
Schedule Response
:
48.0
DL & UL scheduling timing
:
13.0
UL Indication
:
60.0
...
...
ci-scripts/datalog_rt_stats.60.2x2.yaml
View file @
a6862df7
...
...
@@ -14,10 +14,10 @@ Ref :
L1 Tx processing
:
400.0
DLSCH encoding
:
177.0
L1 Rx processing
:
345.0
PUSCH inner-receiver
:
184
.0
PUSCH decoding
:
2
76.0
PUSCH inner-receiver
:
210
.0
PUSCH decoding
:
2
10.0
Schedule Response
:
111.0
DL & UL scheduling timing
:
37
.0
DL & UL scheduling timing
:
20
.0
UL Indication
:
127.0
Threshold
:
feprx
:
1.25
...
...
ci-scripts/datalog_rt_stats.default.yaml
View file @
a6862df7
...
...
@@ -14,11 +14,11 @@ Ref :
L1 Tx processing
:
170.0
DLSCH encoding
:
118.0
L1 Rx processing
:
305.0
PUSCH inner-receiver
:
1
17
.0
PUSCH decoding
:
303
.0
Schedule Response
:
2
5
.0
PUSCH inner-receiver
:
1
50
.0
PUSCH decoding
:
210
.0
Schedule Response
:
2
0
.0
DL & UL scheduling timing
:
10.0
UL Indication
:
3
4
.0
UL Indication
:
3
0
.0
Threshold
:
feprx
:
1.25
feptx_prec
:
1.25
...
...
openair3/NAS/NR_UE/nr_nas_msg_sim.c
View file @
a6862df7
...
...
@@ -622,7 +622,7 @@ static void decodeRegistrationAccept(uint8_t *buf, int len, nr_ue_nas_t *nas)
AssertFatal
(
reg_acc
.
guti
->
guti
.
typeofidentity
==
FGS_MOBILE_IDENTITY_5G_GUTI
,
"registration accept 5GS Mobile Identity is not GUTI, but %d
\n
"
,
reg_acc
.
guti
->
guti
.
typeofidentity
);
nas
->
guti
=
malloc
(
sizeof
(
nas
->
guti
));
nas
->
guti
=
malloc
(
sizeof
(
*
nas
->
guti
));
AssertFatal
(
nas
->
guti
,
"out of memory
\n
"
);
*
nas
->
guti
=
reg_acc
.
guti
->
guti
;
free
(
reg_acc
.
guti
);
/* no proper memory management for NAS decoded messages */
...
...
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