Skip to content

Fix wrong ENUM values from Model

Stefan Spettel requested to merge fix_common_model_enum_values into develop

Changes

  • In the current version, the getEnumString function has leading and trailing "
  • This leads to NRF not being able to detect the operation and reply with 400
  • Move UPF-relevant models to common-src

Fix

  • Make one templated helper function to fix this
Edited by Stefan Spettel

Merge request reports