Commit 39d197b1 authored by Raphael Defosseux's avatar Raphael Defosseux

style(common): some files still not properly formatted

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 13dc71c5
......@@ -186,8 +186,8 @@ enum class sm_context_status_e {
SM_CONTEXT_STATUS_RELEASED = 1
};
static const std::vector<std::string> sm_context_status_e2str = {
"ACTIVE", "RELEASED"};
static const std::vector<std::string> sm_context_status_e2str = {"ACTIVE",
"RELEASED"};
typedef struct qos_profile_gbr_s {
gfbr_t gfbr; // Guaranteed Flow Bit Rate
......
......@@ -9174,7 +9174,7 @@ class pfcp_create_urr_ie : public pfcp_grouped_ie {
}
if (b.urr_id.first && b.volume_threshold.first) {
std::shared_ptr<pfcp_volume_threshold_ie> sie(
new pfcp_volume_threshold_ie(b.volume_threshold.second));
new pfcp_volume_threshold_ie(b.volume_threshold.second));
add_ie(sie);
}
// ToDo: Optional IEs
......
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