Skip to content
Snippets Groups Projects
Commit 1faeb991 authored by MaheshK1995's avatar MaheshK1995
Browse files

PNF running in RFSIM through VSCODE

parent 315288de
No related branches found
No related tags found
11 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!1051integration_2021_wk06_MR978,!1050integration_2021_wk06_MR978,!1044Integration 2021 wk06 b,!1043Integration 2021 wk06,!1032WIP: Integration 2021 wk04,!9785G NR nFAPI Implementation,!918Develop nfapi
......@@ -68,13 +68,16 @@
"name": "(rfsim) PNF",
"type": "cppdbg",
"request": "launch",
"program": " /home/glab/NR_nfapi/openairinterface5g/cmake_targets/ran_build/build/nr-softmodem",
"args": ["RFSIMULATOR=server","-O",
"program": "/home/glab/NR_nfapi/openairinterface5g/cmake_targets/ran_build/build/nr-softmodem",
"args": [
"-O",
"/home/glab/NR_nfapi/openairinterface5g/targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpx300.conf",
"--pnf",
"--parallel-config",
"PARALLEL_SINGLE_THREAD",
"--rfsim"],
"--rfsim",
"--rfsimulator.serveraddr",
"server"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment