Commit 54daba95 authored by Raphael Defosseux's avatar Raphael Defosseux

style(smf): fix b/ clang-format-9 and clang-format-10

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 92df2200
...@@ -221,8 +221,8 @@ enum class sm_context_status_e { ...@@ -221,8 +221,8 @@ enum class sm_context_status_e {
SM_CONTEXT_STATUS_RELEASED = 1 SM_CONTEXT_STATUS_RELEASED = 1
}; };
static const std::vector<std::string> sm_context_status_e2str = { static const std::vector<std::string> sm_context_status_e2str = {"ACTIVE",
"ACTIVE", "RELEASED"}; "RELEASED"};
typedef struct qos_profile_gbr_s { typedef struct qos_profile_gbr_s {
gfbr_t gfbr; // Guaranteed Flow Bit Rate gfbr_t gfbr; // Guaranteed Flow Bit Rate
......
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