Skip to content
Snippets Groups Projects

Move all 3GPP TS 29.571 common API models to common folder

Merged Stefan Spettel requested to merge refactor_api_models_structure into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,7 +39,7 @@ bool AtsssCapability::validate(std::stringstream& msg) const {
}
bool AtsssCapability::validate(
std::stringstream& msg, const std::string& pathPrefix) const {
std::stringstream& /* msg */, const std::string& pathPrefix) const {
bool success = true;
const std::string _pathPrefix =
pathPrefix.empty() ? "AtsssCapability" : pathPrefix;
Loading