Commit 184f0953 authored by Raymond Knopp's avatar Raymond Knopp

bugfix in EN-DC measurement reporting trace collection

parent e16f7691
......@@ -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;
......
[*]
[*] GTKWave Analyzer v3.3.66 (w)1999-2015 BSI
[*] Thu Jan 21 13:54:47 2021
[*] Tue Jan 26 21:45:57 2021
[*]
[dumpfile] "/home/eurecom/raymond/openair_eNB_dump.vcd"
[dumpfile_mtime] "Thu Jan 21 13:51:28 2021"
[dumpfile_size] 335122
[dumpfile] "/home/eurecom/raymond/gtkw/openair_dump_eNB.vcd"
[dumpfile_mtime] "Tue 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] 1892 841
[size] 1693 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment