Skip to content

Commit

Permalink
doc: add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
HanHongChen committed Nov 27, 2024
1 parent a05adfe commit 1451d7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/sbi/processor/smpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ func (p *Processor) HandleCreateSmPolicyRequest(
}
smPolicyData.SubscriptionID = subscriptionID

// TODO: implement Nbsf service
// Create PCF binding data to BSF
policyAuthorizationService := p.Context().NfService[models.ServiceName_NPCF_POLICYAUTHORIZATION]
pcfBinding := models.PcfBinding{
Expand Down Expand Up @@ -1018,7 +1017,10 @@ func (p *Processor) sendSmPolicyRelatedAppSessionNotification(smPolicy *pcf_cont
case models.PcfPolicyAuthorizationAfEvent_PLMN_CHG:
sessionNotif.PlmnId = notification.PlmnId
case models.PcfPolicyAuthorizationAfEvent_QOS_NOTIF:
// TODO:
// TODO: Send Qos Notification to AF
// SMF notify PCF : 29.512 4.2.4.20 Notification about Service Data Flow QoS target enforcement
// PCF notify AF : 29.514 4.2.5.4 Notification about Service Data Flow QoS notification control

// for _, report := range sessionNotif.QncReports {
// for _, pccRuleId := range report.RefPccRuleIds {
// if _, exist := appSession.PccRuleIdMapToCompId[pccRuleId]; exist {
Expand Down

0 comments on commit 1451d7d

Please sign in to comment.