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
f0fb73f6
Commit
f0fb73f6
authored
Aug 24, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: less verbose when running MBMS on UE side
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
9b58b2c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
openair1/SCHED_UE/phy_procedures_lte_ue.c
openair1/SCHED_UE/phy_procedures_lte_ue.c
+3
-3
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+3
-3
No files found.
openair1/SCHED_UE/phy_procedures_lte_ue.c
View file @
f0fb73f6
...
@@ -2493,7 +2493,7 @@ if((ue->frame_parms.FeMBMS_active == 0)|| is_fembms_cas_subframe(frame_rx,subfra
...
@@ -2493,7 +2493,7 @@ if((ue->frame_parms.FeMBMS_active == 0)|| is_fembms_cas_subframe(frame_rx,subfra
}
}
if
(
LOG_DEBUGFLAG
(
DEBUG_UE_PHYPROC
))
{
if
(
LOG_DEBUGFLAG
(
DEBUG_UE_PHYPROC
))
{
LOG_
UI
(
PHY
,
"[UE %d] frame %d, subframe %d, Received PBCH (MIB): nb_antenna_ports_eNB %d, tx_ant %d, frame_tx %d. N_RB_DL %d, phich_duration %d, phich_resource %d/6!
\n
"
,
LOG_
D
(
PHY
,
"[UE %d] frame %d, subframe %d, Received PBCH (MIB): nb_antenna_ports_eNB %d, tx_ant %d, frame_tx %d. N_RB_DL %d, phich_duration %d, phich_resource %d/6!
\n
"
,
ue
->
Mod_id
,
ue
->
Mod_id
,
frame_rx
,
frame_rx
,
subframe_rx
,
subframe_rx
,
...
@@ -2504,7 +2504,7 @@ if((ue->frame_parms.FeMBMS_active == 0)|| is_fembms_cas_subframe(frame_rx,subfra
...
@@ -2504,7 +2504,7 @@ if((ue->frame_parms.FeMBMS_active == 0)|| is_fembms_cas_subframe(frame_rx,subfra
ue
->
frame_parms
.
phich_config_common
.
phich_duration
,
ue
->
frame_parms
.
phich_config_common
.
phich_duration
,
ue
->
frame_parms
.
phich_config_common
.
phich_resource
);
ue
->
frame_parms
.
phich_config_common
.
phich_resource
);
}
}
LOG_
I
(
PHY
,
"[UE %d] frame %d, subframe %d, Received PBCH (MIB): nb_antenna_ports_eNB %d, tx_ant %d, frame_tx %d. N_RB_DL %d, phich_duration %d, phich_resource %d/6!
\n
"
,
LOG_
D
(
PHY
,
"[UE %d] frame %d, subframe %d, Received PBCH (MIB): nb_antenna_ports_eNB %d, tx_ant %d, frame_tx %d. N_RB_DL %d, phich_duration %d, phich_resource %d/6!
\n
"
,
ue
->
Mod_id
,
ue
->
Mod_id
,
frame_rx
,
frame_rx
,
subframe_rx
,
subframe_rx
,
...
@@ -3033,7 +3033,7 @@ void ue_pmch_procedures(PHY_VARS_UE *ue,
...
@@ -3033,7 +3033,7 @@ void ue_pmch_procedures(PHY_VARS_UE *ue,
// if (subframe_rx==9)
// if (subframe_rx==9)
// mac_xface->macphy_exit("Why are we exiting here?");
// mac_xface->macphy_exit("Why are we exiting here?");
}
else
{
// decoding successful
}
else
{
// decoding successful
LOG_
I
(
PHY
,
"[UE %d] Frame %d, subframe %d: PMCH OK (%d,%d), passing to L2 (TBS %d, iter %d,G %d) ret %d
\n
"
,
LOG_
D
(
PHY
,
"[UE %d] Frame %d, subframe %d: PMCH OK (%d,%d), passing to L2 (TBS %d, iter %d,G %d) ret %d
\n
"
,
ue
->
Mod_id
,
ue
->
Mod_id
,
frame_rx
,
subframe_rx
,
frame_rx
,
subframe_rx
,
ue
->
dlsch_mcch_errors
[
sync_area
][
0
],
ue
->
dlsch_mcch_errors
[
sync_area
][
0
],
...
...
openair2/LAYER2/MAC/ue_procedures.c
View file @
f0fb73f6
...
@@ -763,7 +763,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
...
@@ -763,7 +763,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
uint16_t
stop_mtch_val
=
((
uint16_t
)(
payload_ptr
[
2
*
j
]
&
0x07
)
<<
8
)
|
(
uint16_t
)
payload_ptr
[
2
*
j
+
1
];
uint16_t
stop_mtch_val
=
((
uint16_t
)(
payload_ptr
[
2
*
j
]
&
0x07
)
<<
8
)
|
(
uint16_t
)
payload_ptr
[
2
*
j
+
1
];
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
]
=
(
payload_ptr
[
2
*
j
]
&
0xF8
)
>>
3
;
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
]
=
(
payload_ptr
[
2
*
j
]
&
0xF8
)
>>
3
;
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
=
stop_mtch_val
;
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
=
stop_mtch_val
;
LOG_
I
(
MAC
,
"lcid(%d),stop_mtch_val %d frameP(%d)
\n
"
,
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
],
stop_mtch_val
,
frameP
);
LOG_
D
(
MAC
,
"lcid(%d),stop_mtch_val %d frameP(%d)
\n
"
,
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
],
stop_mtch_val
,
frameP
);
if
((
stop_mtch_val
>=
2043
)
&&
(
stop_mtch_val
<=
2046
))
{
if
((
stop_mtch_val
>=
2043
)
&&
(
stop_mtch_val
<=
2046
))
{
LOG_D
(
MAC
,
"(reserved)
\n
"
);
LOG_D
(
MAC
,
"(reserved)
\n
"
);
...
@@ -772,7 +772,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
...
@@ -772,7 +772,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
UE_mac_inst
[
module_idP
].
msi_status_v
[
j
]
=
0
;
UE_mac_inst
[
module_idP
].
msi_status_v
[
j
]
=
0
;
if
(
UE_mac_inst
[
module_idP
].
mcch_status
==
1
)
{
if
(
UE_mac_inst
[
module_idP
].
mcch_status
==
1
)
{
LOG_
I
(
MAC
,
"[UE %d] Frame %d : MCH->MSI for sync area %d (eNB %d, %d bytes), LCID(%d)(%d)
\n
"
,
module_idP
,
frameP
,
sync_area
,
eNB_index
,
rx_lengths
[
i
],
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
]
,
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]);
LOG_
D
(
MAC
,
"[UE %d] Frame %d : MCH->MSI for sync area %d (eNB %d, %d bytes), LCID(%d)(%d)
\n
"
,
module_idP
,
frameP
,
sync_area
,
eNB_index
,
rx_lengths
[
i
],
UE_mac_inst
[
module_idP
].
pmch_lcids
[
j
]
,
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]);
if
(
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
<
2043
)
{
if
(
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
<
2043
)
{
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
+=
UE_mac_inst
[
module_idP
].
msi_current_alloc
;
UE_mac_inst
[
module_idP
].
pmch_stop_mtch
[
j
]
+=
UE_mac_inst
[
module_idP
].
msi_current_alloc
;
...
@@ -781,7 +781,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
...
@@ -781,7 +781,7 @@ ue_send_mch_sdu(module_id_t module_idP, uint8_t CC_id, frame_t frameP,
}
}
}
}
}
else
if
(
rx_lcids
[
i
]
==
MCCH_LCHANID
)
{
}
else
if
(
rx_lcids
[
i
]
==
MCCH_LCHANID
)
{
LOG_
I
(
MAC
,
"[UE %d] Frame %d : SDU %d MCH->MCCH for sync area %d (eNB %d, %d bytes)
\n
"
,
module_idP
,
frameP
,
i
,
sync_area
,
eNB_index
,
rx_lengths
[
i
]);
LOG_
D
(
MAC
,
"[UE %d] Frame %d : SDU %d MCH->MCCH for sync area %d (eNB %d, %d bytes)
\n
"
,
module_idP
,
frameP
,
i
,
sync_area
,
eNB_index
,
rx_lengths
[
i
]);
mac_rrc_data_ind_ue
(
module_idP
,
mac_rrc_data_ind_ue
(
module_idP
,
CC_id
,
CC_id
,
frameP
,
0
,
// unknown subframe
frameP
,
0
,
// unknown subframe
...
...
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