Seq. | File name | Function name |
---|---|---|
0 | ![]() |
func Authentication |
1 | ![]() |
func AuthenticationProcedure |
2 | ![]() |
func SendUEAuthenticationAuthenticateRequest |
3 | NRF -> routers.go & api_default.go in AUSF | NRF forward & OpenAPI |
4 | ![]() |
func HandleUeAuthPostRequest |
func AuthenticationProcedure
NRF forward -> OpenAPI
func HandleUeAuthPostRequest
Seq. | File name | Function name |
---|---|---|
1 | ![]() |
func HandleUeAuthPostRequest |
2 | ![]() |
func UeAuthPostRequestProcedure |
3 | NRF -> routers.go & api_generate_auth_data.go in UDM | NRF forward & OpenAPI |
4 | ![]() |
func HandleGenerateAuthDataRequest |
5 | ![]() |
func GenerateAuthDataProcedure |
6 | NRF -> routers.go & api_authentication_data_document.go in UDM | NRF forward & OpenAPI |
7 | ![]() |
func HandleQueryAuthSubsData |
8 | Return (5) | Return (5) |
9 | NRF -> routers.go & api_authentication_data_document.go in UDM | NRF forward & OpenAPI |
10 | ![]() |
func HandleModifyAuthentication |
11 | Return (8) | Return (8) |
12 | Return (2) | Return (2) |
13 | Return (1) | Return (1) |
Seq. | File name | Function name |
---|---|---|
1 | ![]() |
func HandleUeAuthPostRequest |
2 | ![]() |
func UeAuthPostRequestProcedure |
3 | ![]() |
func AuthenticationProcedure |
4 | ![]() |
func SendAuthenticationReques |
5 | (3) | (3) |
6 | Return (0) | Return (0) |
7 | N/A | N/A |
8 | ![]() |
func HandleAuthenticationResponse |
go.mod
文件, amf的模块路径为 github.com/free5gc/amf
。如果您的 producer_ausf
也是在 github.com/free5gc
,应该可以被正确地导入。请确保在 producer_ausf
模块中的代码中,导入路径应该是github.com/free5gc/amf/internal/sbi/producer_ausf
。Parameter transfering problem
Bug 2
Seq. | File name | Function name |
---|---|---|
0 | ![]() |
func Authentication |
1 | ![]() |
func HandleAuthenticationResponse |
2 | ![]() |
func SendAuth5gAkaConfirmRequest |
3 | API | API |
4 | ![]() |
func HandleAuth5gAkaComfirmRequest |
5 | ![]() |
func Auth5gAkaComfirmRequestProcedure |
6 | Return (2) | Return (2) |
7 | Return (1) | Return (1) |