Skip to content
Snippets Groups Projects
SMPoliciesCollectionApiImpl.cpp 928 B
Newer Older
Rohan's avatar
Rohan committed
/**
* Npcf_SMPolicyControl API
* Session Management Policy Control Service © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 
*
* The version of the OpenAPI document: 1.1.1.alpha-5
* 
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/

#include "SMPoliciesCollectionApiImpl.h"

namespace oai {
namespace pcf {
namespace api {

using namespace oai::pcf::helpers;
using namespace oai::pcf::model;

SMPoliciesCollectionApiImpl::SMPoliciesCollectionApiImpl(const std::shared_ptr<Pistache::Rest::Router>& rtr)
    : SMPoliciesCollectionApi(rtr)
{
}

void SMPoliciesCollectionApiImpl::create_sm_policy(const SmPolicyContextData &smPolicyContextData, Pistache::Http::ResponseWriter &response) {
    response.send(Pistache::Http::Code::Ok, "Do some magic\n");
}


}
}
}