Skip to content
Snippets Groups Projects
Commit f8ba08fa authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

Merge branch 'pcc_rule_db_integration' into 'develop'

Modify Models for PCC Rule DB Integration

See merge request !88
parents 10e27b3a 307760c6
No related branches found
No related tags found
1 merge request!88Modify Models for PCC Rule DB Integration
......@@ -76,7 +76,6 @@ class Arp {
friend void to_json(nlohmann::json& j, const Arp& o);
friend void from_json(const nlohmann::json& j, Arp& o);
protected:
int32_t m_PriorityLevel;
oai::model::common::PreemptionCapability m_PreemptCap;
......
......@@ -67,7 +67,6 @@ class PreemptionCapability {
friend void to_json(nlohmann::json& j, const PreemptionCapability_anyOf& o);
friend void from_json(const nlohmann::json& j, PreemptionCapability_anyOf& o);
protected:
PreemptionCapability_anyOf m_value;
};
......
......@@ -70,7 +70,6 @@ class PreemptionCapability_anyOf {
friend void to_json(nlohmann::json& j, const PreemptionCapability_anyOf& o);
friend void from_json(const nlohmann::json& j, PreemptionCapability_anyOf& o);
protected:
PreemptionCapability_anyOf::ePreemptionCapability_anyOf m_value =
PreemptionCapability_anyOf::ePreemptionCapability_anyOf::
INVALID_VALUE_OPENAPI_GENERATED;
......
......@@ -70,7 +70,6 @@ class PreemptionVulnerability {
friend void from_json(
const nlohmann::json& j, PreemptionVulnerability_anyOf& o);
protected:
PreemptionVulnerability_anyOf m_value;
};
......
......@@ -74,7 +74,6 @@ class PreemptionVulnerability_anyOf {
friend void from_json(
const nlohmann::json& j, PreemptionVulnerability_anyOf& o);
protected:
PreemptionVulnerability_anyOf::ePreemptionVulnerability_anyOf m_value =
PreemptionVulnerability_anyOf::ePreemptionVulnerability_anyOf::
INVALID_VALUE_OPENAPI_GENERATED;
......
......@@ -88,7 +88,6 @@ class Snssai {
[[nodiscard]] std::string to_string(int indent_level) const;
protected:
int32_t m_Sst;
std::string m_Sd;
......
......@@ -205,7 +205,6 @@ class QosData {
friend void to_json(nlohmann::json& j, const QosData& o);
friend void from_json(const nlohmann::json& j, QosData& o);
protected:
std::string m_QosId;
int32_t m_r_5qi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment