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
OpenXG
OpenXG UE
Commits
ec6edc43
Commit
ec6edc43
authored
Jan 27, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix in EN-DC measurement reporting trace collection
parent
ff2dfa8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+2
-0
targets/RT/USER/eNB_usrp.gtkw
targets/RT/USER/eNB_usrp.gtkw
+8
-6
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
ec6edc43
...
...
@@ -4679,6 +4679,8 @@ rrc_eNB_process_MeasurementReport(
X2AP_ENDC_SGNB_ADDITION_REQ
(
msg
).
rrc_buffer_size
=
enc_size
;
X2AP_ENDC_SGNB_ADDITION_REQ
(
msg
).
target_physCellId
=
measResults2
->
measResultNeighCells
->
choice
.
measResultNeighCellListNR_r15
.
list
.
array
[
0
]
->
pci_r15
;
if
(
ue_context_pP
->
ue_context
.
measResults
->
measResultNeighCells
==
NULL
)
ue_context_pP
->
ue_context
.
measResults
->
measResultNeighCells
=
calloc
(
1
,
sizeof
(
*
ue_context_pP
->
ue_context
.
measResults
->
measResultNeighCells
));
ue_context_pP
->
ue_context
.
measResults
->
measResultNeighCells
->
present
=
LTE_MeasResults__measResultNeighCells_PR_measResultNeighCellListNR_r15
;
ue_context_pP
->
ue_context
.
measResults
->
measResultNeighCells
->
choice
.
measResultNeighCellListNR_r15
.
list
.
array
[
0
]
->
pci_r15
=
measResults2
->
measResultNeighCells
->
choice
.
measResultNeighCellListNR_r15
.
list
.
array
[
0
]
->
pci_r15
;
...
...
targets/RT/USER/eNB_usrp.gtkw
View file @
ec6edc43
[*]
[*] GTKWave Analyzer v3.3.66 (w)1999-2015 BSI
[*] T
hu Jan 21 13:54:4
7 2021
[*] T
ue Jan 26 21:45:5
7 2021
[*]
[dumpfile] "/home/eurecom/raymond/
openair_eNB_dump
.vcd"
[dumpfile_mtime] "T
hu Jan 21 13:51:28
2021"
[dumpfile_size]
335122
[dumpfile] "/home/eurecom/raymond/
gtkw/openair_dump_eNB
.vcd"
[dumpfile_mtime] "T
ue Jan 26 21:26:33
2021"
[dumpfile_size]
180869253
[savefile] "/home/eurecom/raymond/openairinterface5g_2/openairinterface5g/targets/RT/USER/eNB_usrp.gtkw"
[timestart] 11468800000
[size] 1
892 841
[size] 1
693 785
[pos] -1 -1
*-21.832302 7639830000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
[sst_width] 386
...
...
@@ -16,11 +16,13 @@
[sst_vpaned_height] 303
@28
functions.trx_read
@29
functions.trx_write_thread
@28
functions.trx_write
@24
variables.trx_ts[63:0]
variables.trx_tst[63:0]
@25
variables.trx_write_flags[63:0]
@28
functions.eNB_thread_rxtx0
...
...
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