Skip to content

Commit

Permalink
fix: add tai in NssselectionGetForPduSession
Browse files Browse the repository at this point in the history
  • Loading branch information
donald1218 committed Jun 15, 2024
1 parent 3e98045 commit 6d93f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sbi/consumer/nssf_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func (s *nssfService) NSSelectionGetForPduSession(ue *amf_context.AmfUe, snssai
}
paramOpt := Nnssf_NSSelection.NSSelectionGetParamOpts{
SliceInfoRequestForPduSession: optional.NewInterface(string(e)),
Tai: optional.NewInterface(ue.Tai), // TS 29.531 R15.3 6.1.3.2.3.1
}
ctx, _, err := amf_context.GetSelf().GetTokenCtx(models.ServiceName_NNSSF_NSSELECTION, models.NfType_NSSF)
if err != nil {
Expand Down

0 comments on commit 6d93f46

Please sign in to comment.