Commit 6c043d2b authored by Sumit's avatar Sumit Committed by Thomas Schlichter

arranged the options properly with \n

parent 87dc3875
......@@ -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"
......
......@@ -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 */
......
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