Commit 7a4aa41c authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Fix a typo in nrue.uicc.yaml file

Fix a typo that prevents casting max_chan to integer
parent 6c1d94a3
...@@ -9,7 +9,7 @@ uicc0: ...@@ -9,7 +9,7 @@ uicc0:
#/* To be included in main config file when */ #/* To be included in main config file when */
#/* channel modelisation is used (rfsimulator with chanmod options enabled) */ #/* channel modelisation is used (rfsimulator with chanmod options enabled) */
channelmod: channelmod:
max_chan: 10; max_chan: 10
modellist: modellist_rfsimu_1 modellist: modellist_rfsimu_1
modellist_rfsimu_1: modellist_rfsimu_1:
- model_name: rfsimu_channel_enB0 - model_name: rfsimu_channel_enB0
......
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