Skip to content

5g_rfsimulator could not praise the channel model using YAML configs

For the setup of 5g_rfsimulator: https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop/ci-scripts/yaml_files/5g_rfsimulator . I am passing the arguments for the custom channel parameters in docker-compose.yaml.

  • supplied arguments in docker-compose.yaml at oa-gnb (for uplink):

    • USE_ADDITIONAL_OPTIONS: --sa -E --rfsim --rfsimulator.prop_delay 0.000003 --rfsimulator.options chanmod --channelmod.modellist modellist_rfsimu_1 --log_config.global_log_options level,nocolor,time
    • volumes:
    `- ../../conf_files/gnb.sa.band78.106prb.rfsim_custom.yaml:/opt/oai-gnb/etc/gnb.yaml`
    • In the gnb.sa.band78.106prb.rfsim_custom.yaml the following test channel parameters are appended at the end.
      • Screenshot from 2024-10-31 13-38-32.png

seems gNB container is healthy, however the effect of the custom parameters doesn't takes places from the gNB log .

  • supplied arguments docker-compose.yaml at oai-nr-ue (for downlink):
    • USE_ADDITIONAL_OPTIONS: -E --sa --rfsim -r 106 --numerology 1 --uicc0.imsi 208990100001100 -C 3319680000 --rfsimulator.serveraddr 192.168.71.140 --rfsimulator.prop_delay 0.000003 --rfsimulator.options chanmod--channelmod.modellist modellist_rfsimu_1--log_config.global_log_options level,nocolor,time``
    • oai-nr-ue containers becomes unhealth and Exit.

Am I missing something here? @schmidtr

Edited by Praveen Gorla