Commit 61f97d45 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

N5 comments updated

parent 2668abd4
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -14,21 +14,21 @@ file and shall not imply any sub-license right.
*  @author   TTF T044
*/

//   AAR ->  Npcf_PolicyAuthorization_Create request  -> PCR (TP name) 
//   Rx AAR -> N5 Npcf_PolicyAuthorization_Create request  -> PCR (TP name) 
//                POST /npcf-policyauthorization/v1/app-sessions with JSON(ascReqData)
//   AAA ->  Npcf_PolicyAuthorization_Create response -> PCA (TP name)
//   Rx AAA -> N5 Npcf_PolicyAuthorization_Create response -> PCA (TP name)
//                201 Created  with JSON(ascResData)
//   AAR ->  Npcf_PolicyAuthorization_Update request  -> PUR (TP name)
//   Rx AAR -> N5 Npcf_PolicyAuthorization_Update request  -> PUR (TP name)
//                PATCH /npcf-policyauthorization/v1/app-sessions/{appSessionId} with JSON(ascReqData)
//   AAA ->  Npcf_PolicyAuthorization_Update response -> PUA (TP name) 
//   Rx AAA -> N5 Npcf_PolicyAuthorization_Update response -> PUA (TP name) 
//                200 OK  with JSON(ascResData) or 204 No Content
//   STR ->  Npcf_PolicyAuthorization_Delete request  -> PDR (TP name) 
//   Rx STR -> N5 Npcf_PolicyAuthorization_Delete request  -> PDR (TP name) 
//                DELETE /npcf-policyauthorization/v1/app-sessions/{appSessionId}/delete
//   STA ->  Npcf_PolicyAuthorization_Delete response -> PDA (TP name) 
//   Rx STA -> N5 Npcf_PolicyAuthorization_Delete response -> PDA (TP name) 
//                204 No Content
//   RAR ->  Npcf_PolicyAuthorization_Notify request  -> PNR (TP name) 
//   Rx RAR -> N5 Npcf_PolicyAuthorization_Notify request  -> PNR (TP name) 
//                POST {notifUri}/notify  with JSON(evsNotif)
//   RAA ->  Npcf_PolicyAuthorization_Notify response -> PNA (TP name) 
//   Rx RAA -> N5 Npcf_PolicyAuthorization_Notify response -> PNA (TP name) 
//                204 No Content

Package TP_N5_PCF {