Skip to content

Fix array size orror in parent commit

Robert Schmidt requested to merge fix-array-length into develop

Correct the array by taking out a verification entry in the verification array that led to runtime error

  Assertion (numparams == (sizeof(cmdline_CheckParams)/sizeof(*(cmdline_CheckParams)))) failed!
  In get_common_options() /home/richie/openairinterface5g/executables/softmodem-common.c:109
  Error in arrays size (41!=42)
Edited by Robert Schmidt

Merge request reports