Skip to content

Commit

Permalink
Merge pull request #149 from reki9185/fix/guti_to_supi
Browse files Browse the repository at this point in the history
Fix: change guti to supi in CreateUEContextRequest
  • Loading branch information
ianchen0119 authored Feb 10, 2025
2 parents 4b12b0d + 2eb8602 commit 3bf7bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/consumer/amf_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (s *namfService) CreateUEContextRequest(ue *amf_context.AmfUe, ueContextCre
if err != nil {
return nil, nil, err
}
res, httpResp, localErr := client.IndividualUeContextDocumentApi.CreateUEContext(ctx, ue.Guti, req)
res, httpResp, localErr := client.IndividualUeContextDocumentApi.CreateUEContext(ctx, ue.Supi, req)
defer func() {
if httpResp != nil {
if rspCloseErr := httpResp.Body.Close(); rspCloseErr != nil {
Expand Down

0 comments on commit 3bf7bb5

Please sign in to comment.