Commit 2506ceab authored by yangjian's avatar yangjian

Update AMF3GPPAccessRegistration: add fields

parent 45624c67
/** /**
* Nudr_DataRepository API OpenAPI file * Nudr_DataRepository API OpenAPI file
* Unified Data Repository Service. © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. * Unified Data Repository Service. © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
* *
* The version of the OpenAPI document: 2.1.2 * The version of the OpenAPI document: 2.1.2
* *
* *
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/* /*
* AMF3GPPAccessRegistrationDocumentApi.h * AMF3GPPAccessRegistrationDocumentApi.h
* *
* *
*/ */
#ifndef AMF3GPPAccessRegistrationDocumentApi_H_ #ifndef AMF3GPPAccessRegistrationDocumentApi_H_
...@@ -61,7 +61,7 @@ private: ...@@ -61,7 +61,7 @@ private:
/// To modify the AMF context data of a UE using 3gpp access in the UDR /// To modify the AMF context data of a UE using 3gpp access in the UDR
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// ///
/// </remarks> /// </remarks>
/// <param name="ueId">UE id</param> /// <param name="ueId">UE id</param>
/// <param name="patchItem"></param> /// <param name="patchItem"></param>
...@@ -72,17 +72,17 @@ private: ...@@ -72,17 +72,17 @@ private:
/// To store the AMF context data of a UE using 3gpp access in the UDR /// To store the AMF context data of a UE using 3gpp access in the UDR
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// ///
/// </remarks> /// </remarks>
/// <param name="ueId">UE id</param> /// <param name="ueId">UE id</param>
/// <param name="amf3GppAccessRegistration"> (optional)</param> /// <param name="amf3GppAccessRegistration"> (optional)</param>
virtual void create_amf_context3gpp(const std::string &ueId, const Amf3GppAccessRegistration &amf3GppAccessRegistration, Pistache::Http::ResponseWriter &response) = 0; virtual void create_amf_context3gpp(const std::string &ueId, Amf3GppAccessRegistration &amf3GppAccessRegistration, Pistache::Http::ResponseWriter &response) = 0;
/// <summary> /// <summary>
/// Retrieves the AMF context data of a UE using 3gpp access /// Retrieves the AMF context data of a UE using 3gpp access
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// ///
/// </remarks> /// </remarks>
/// <param name="ueId">UE id</param> /// <param name="ueId">UE id</param>
/// <param name="fields">attributes to be retrieved (optional, default to std::vector&lt;std::string&gt;())</param> /// <param name="fields">attributes to be retrieved (optional, default to std::vector&lt;std::string&gt;())</param>
......
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
~AMF3GPPAccessRegistrationDocumentApiImpl() {} ~AMF3GPPAccessRegistrationDocumentApiImpl() {}
void amf_context3gpp(const std::string &ueId, const std::vector<PatchItem> &patchItem, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response); void amf_context3gpp(const std::string &ueId, const std::vector<PatchItem> &patchItem, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response);
void create_amf_context3gpp(const std::string &ueId, const Amf3GppAccessRegistration &amf3GppAccessRegistration, Pistache::Http::ResponseWriter &response); void create_amf_context3gpp(const std::string &ueId, Amf3GppAccessRegistration &amf3GppAccessRegistration, Pistache::Http::ResponseWriter &response);
void query_amf_context3gpp(const std::string &ueId, const Pistache::Optional<std::vector<std::string>> &fields, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response); void query_amf_context3gpp(const std::string &ueId, const Pistache::Optional<std::vector<std::string>> &fields, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response);
private: private:
......
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