Commit 1341646b authored by rmagueta's avatar rmagueta

Call on_off for GNB_PHY_UL_CHANNEL_ESTIMATE

parent a2842e95
......@@ -232,7 +232,7 @@ int main(int n, char **v) {
h = new_handler(database);
on_off(database, "GNB_PHY_PUCCH_PUSCH_IQ", is_on, 1);
on_off(database, "ENB_PHY_UL_CHANNEL_ESTIMATE", is_on, 1);
on_off(database, "GNB_PHY_UL_CHANNEL_ESTIMATE", is_on, 1);
gnb_data.ue = 0;
gnb_data.e = ⪚
......
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