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
6c043d2b
Commit
6c043d2b
authored
Oct 09, 2023
by
Sumit
Committed by
Thomas Schlichter
Nov 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arranged the options properly with \n
parent
87dc3875
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
executables/nr-softmodem-common.h
executables/nr-softmodem-common.h
+16
-16
executables/softmodem-common.h
executables/softmodem-common.h
+6
-6
No files found.
executables/nr-softmodem-common.h
View file @
6c043d2b
...
...
@@ -119,24 +119,24 @@
#define CONFIG_HLP_TShift "activate/deactivate simulating time-varying timing offset at RFSimulator\n"
#define CONFIG_HLP_FDopplerComp "Execute continous frequency offset compensation\n"
#define CONFIG_HLP_TDRIFT "Set the timing offset/drift per frame in the RF simulator (expressed in number of samples per frame)\n"
#define CONFIG_HLP_PathStart "Set the time [sec] at which satellite is becoming visible to the UE"
#define CONFIG_HLP_PathEnd "Set the time [sec] at which satellite is no more visible to the UE"
#define CONFIG_HLP_uePosY "Set the y-axis coordinate [m] of UE position
"
#define CONFIG_HLP_PathStart "Set the time [sec] at which satellite is becoming visible to the UE
\n
"
#define CONFIG_HLP_PathEnd "Set the time [sec] at which satellite is no more visible to the UE
\n
"
#define CONFIG_HLP_uePosY "Set the y-axis coordinate [m] of UE position
\n"
#define CONFIG_HLP_TDriftComp "Execute continous timing drift compensation\n"
#define CONFIG_HLP_FDopplerPrePost "Set the pre/post compensation value for the Doppler shift at the gNB side\n"
#define CONFIG_HLP_FP_ScalingFN "Set the P scaling factor (numerator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FP_ScalingFD "Set the P scaling factor (denominator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FI_ScalingFN "Set the I scaling factor (numerator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FI_ScalingFD "Set the I scaling factor (denominator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FD_ScalingFN "Set the D scaling factor (numerator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FD_ScalingFD "Set the D scaling factor (denominator) of the PID controller for the Doppler compensation at UE side"
#define CONFIG_HLP_FO_PScaling "set P scaling factor of the PID controller for the frequency offset compensation"
#define CONFIG_HLP_FO_IScaling "set I scaling factor of the PID controller for the frequency offset compensation"
#define CONFIG_HLP_TP_Scaling "set scaling P for TO"
#define CONFIG_HLP_TI_Scaling "set scaling I for TO"
#define CONFIG_HLP_TO_Iinit "Init the I part of the PI controller for timing offset compensation"
#define CONFIG_HLP_AGC "Enable Receive Automatic Gain control"
#define CONFIG_HLP_ULPC "Enable NR Uplink power control for PUSCH and PUCCH"
#define CONFIG_HLP_FP_ScalingFN "Set the P scaling factor (numerator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FP_ScalingFD "Set the P scaling factor (denominator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FI_ScalingFN "Set the I scaling factor (numerator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FI_ScalingFD "Set the I scaling factor (denominator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FD_ScalingFN "Set the D scaling factor (numerator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FD_ScalingFD "Set the D scaling factor (denominator) of the PID controller for the Doppler compensation at UE side
\n
"
#define CONFIG_HLP_FO_PScaling "set P scaling factor of the PID controller for the frequency offset compensation
\n
"
#define CONFIG_HLP_FO_IScaling "set I scaling factor of the PID controller for the frequency offset compensation
\n
"
#define CONFIG_HLP_TP_Scaling "set scaling P for TO
\n
"
#define CONFIG_HLP_TI_Scaling "set scaling I for TO
\n
"
#define CONFIG_HLP_TO_Iinit "Init the I part of the PI controller for timing offset compensation
\n
"
#define CONFIG_HLP_AGC "Enable Receive Automatic Gain control
\n
"
#define CONFIG_HLP_ULPC "Enable NR Uplink power control for PUSCH and PUCCH
\n
"
#define CONFIG_HLP_AMC "flag to use adaptive modulation and coding: 1 = use AMC \n"
#define CONFIG_HLP_SINR_OSET_DL "Additional SINR offset in [dB] applied to the reported SINR from UE for DL AMC \n"
#define CONFIG_HLP_SINR_OSET_UL "Additional SINR offset in [dB] applied to the measured SINR at gNB for UL AMC \n"
...
...
executables/softmodem-common.h
View file @
6c043d2b
...
...
@@ -106,15 +106,15 @@ extern "C"
#define CONFIG_HLP_NFAPI "Change the nFAPI mode for NR 'MONOLITHIC', 'PNF', 'VNF','UE_STUB_PNF','UE_STUB_OFFNET','STANDALONE_PNF'\n"
#define CONFIG_L1_EMULATOR "Run in L1 emulated mode (disable PHY layer)\n"
#define CONFIG_HLP_CONTINUOUS_TX "perform continuous transmission, even in TDD mode (to work around USRP issues)\n"
#define CONFIG_HLP_STATS_DISABLE "disable globally the stats generation and persistence"
#define CONFIG_HLP_STATS_DISABLE "disable globally the stats generation and persistence
\n
"
#define CONFIG_HLP_SYNC_REF "Sync Reference in Sidelink\n"
#define CONFIG_HLP_NID1 "Set NID1 value in Sidelink\n"
#define CONFIG_HLP_NID2 "Set NID2 value in Sidelink\n"
#define CONFIG_HLP_NTN_TRS "softmodem params for ntn t-Reassembly timer"
#define CONFIG_HLP_NTN_TRS_OFFSET "softmodem params for ntn t-Reassembly timer offset in ms"
#define CONFIG_HLP_NTN_TRD "softmodem params for ntn t-Reordering timer"
#define CONFIG_HLP_NTN_TRD_OFFSET "softmodem params for ntn t-Reordering timer offset in ms"
#define CONFIG_HLP_NTN_RTD "softmodem params for ntn round trip delay ms"
#define CONFIG_HLP_NTN_TRS "softmodem params for ntn t-Reassembly timer
\n
"
#define CONFIG_HLP_NTN_TRS_OFFSET "softmodem params for ntn t-Reassembly timer offset in ms
\n
"
#define CONFIG_HLP_NTN_TRD "softmodem params for ntn t-Reordering timer
\n
"
#define CONFIG_HLP_NTN_TRD_OFFSET "softmodem params for ntn t-Reordering timer offset in ms
\n
"
#define CONFIG_HLP_NTN_RTD "softmodem params for ntn round trip delay ms
\n
"
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* command line parameters common to eNodeB and UE */
...
...
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