Commit 0f6f3b6f authored by yangjian's avatar yangjian

update SmfRegistrations

parent 4e689095
...@@ -24,7 +24,8 @@ SMFRegistrationsCollectionApiImpl::SMFRegistrationsCollectionApiImpl(std::shared ...@@ -24,7 +24,8 @@ SMFRegistrationsCollectionApiImpl::SMFRegistrationsCollectionApiImpl(std::shared
{ } { }
void SMFRegistrationsCollectionApiImpl::query_smf_reg_list(const std::string &ueId, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response) { void SMFRegistrationsCollectionApiImpl::query_smf_reg_list(const std::string &ueId, const Pistache::Optional<std::string> &supportedFeatures, Pistache::Http::ResponseWriter &response) {
response.send(Pistache::Http::Code::Ok, "Do some magic\n"); response.send(Pistache::Http::Code::Ok, "query_smf_reg_list\n");
//servingPlmnId pattern: "^[0-9]{5,6}$"
} }
} }
......
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