Skip to content

Commit 1451d7d

Browse files
committed
doc: add todo note
1 parent a05adfe commit 1451d7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

internal/sbi/processor/smpolicy.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ func (p *Processor) HandleCreateSmPolicyRequest(
409409
}
410410
smPolicyData.SubscriptionID = subscriptionID
411411

412-
// TODO: implement Nbsf service
413412
// Create PCF binding data to BSF
414413
policyAuthorizationService := p.Context().NfService[models.ServiceName_NPCF_POLICYAUTHORIZATION]
415414
pcfBinding := models.PcfBinding{
@@ -1018,7 +1017,10 @@ func (p *Processor) sendSmPolicyRelatedAppSessionNotification(smPolicy *pcf_cont
10181017
case models.PcfPolicyAuthorizationAfEvent_PLMN_CHG:
10191018
sessionNotif.PlmnId = notification.PlmnId
10201019
case models.PcfPolicyAuthorizationAfEvent_QOS_NOTIF:
1021-
// TODO:
1020+
// TODO: Send Qos Notification to AF
1021+
// SMF notify PCF : 29.512 4.2.4.20 Notification about Service Data Flow QoS target enforcement
1022+
// PCF notify AF : 29.514 4.2.5.4 Notification about Service Data Flow QoS notification control
1023+
10221024
// for _, report := range sessionNotif.QncReports {
10231025
// for _, pccRuleId := range report.RefPccRuleIds {
10241026
// if _, exist := appSession.PccRuleIdMapToCompId[pccRuleId]; exist {

0 commit comments

Comments
 (0)