mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -141,7 +141,7 @@ OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscr
|
|||
goto end;
|
||||
}
|
||||
n1_message_classVariable = OpenAPI_n1_message_class_FromString(n1_message_class->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *n2_information_class = cJSON_GetObjectItemCaseSensitive(default_notification_subscriptionJSON, "n2InformationClass");
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscr
|
|||
goto end;
|
||||
}
|
||||
n2_information_classVariable = OpenAPI_n2_information_class_FromString(n2_information_class->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *versions = cJSON_GetObjectItemCaseSensitive(default_notification_subscriptionJSON, "versions");
|
||||
|
||||
|
|
@ -172,7 +172,7 @@ OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscr
|
|||
}
|
||||
OpenAPI_list_add(versionsList , ogs_strdup_or_assert(versions_local->valuestring));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *binding = cJSON_GetObjectItemCaseSensitive(default_notification_subscriptionJSON, "binding");
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscr
|
|||
ogs_error("OpenAPI_default_notification_subscription_parseFromJSON() failed [binding]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
default_notification_subscription_local_var = OpenAPI_default_notification_subscription_create (
|
||||
notification_typeVariable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue