ims online user support multi-tenancy

This commit is contained in:
2024-07-11 10:47:55 +08:00
parent d89d2c37bf
commit cec142e598
2 changed files with 166 additions and 57 deletions

View File

@@ -239,8 +239,12 @@ func init() {
Register("GET", aaaa.CustomUriAAAASSO, aaaa.GetSSOFromAAAA, nil)
// UEInfo: SMF
Register("GET", ue.UriUEInfo, ue.GetUEInfoFromNF, nil)
Register("GET", ue.CustomUriUEInfo, ue.GetUEInfoFromNF, nil)
Register("GET", ue.UriSMFUEInfo, ue.GetUEInfoFromNF, nil)
Register("GET", ue.CustomUriSMFUEInfo, ue.GetUEInfoFromNF, nil)
// UEInfo: IMS
Register("GET", ue.UriIMSUEInfo, ue.GetIMSUEInfoFromNF, nil)
Register("GET", ue.CustomUriIMSUEInfo, ue.GetIMSUEInfoFromNF, nil)
// UEInfo: PCF
Register("GET", ue.UriPCFUser, ue.GetUEInfoFromNF, nil)