Copyright © 2016 - 2026 SigScale Global Inc.
| content_types_accepted/0 | Provides list of resource representations accepted. |
| content_types_provided/0 | Provides list of resource representations available. |
| initial_nrf/2 | Respond to POST /nrf-rating/v1/ratingdata. |
| update_nrf/3 | Respond to POST /nrf-rating/v1/ratingdata/{RatingDataRef}/update. |
| release_nrf/3 | Respond to POST /nrf-rating/v1/ratingdata/{RatingDataRef}/release. |
| session_id/3* | Construct session attributes which uniquely identify a rating session. |
content_types_accepted() -> ContentTypes
Provides list of resource representations accepted.
content_types_provided() -> ContentTypes
Provides list of resource representations available.
initial_nrf(ModData, RatingDataRequest) -> RatingDataResponse
Respond to POST /nrf-rating/v1/ratingdata.
To do
serviceRating).
update_nrf(ModData, RatingDataRef, RatingDataRequest) -> RatingDataResponse
Respond to POST /nrf-rating/v1/ratingdata/{RatingDataRef}/update.
Rate an interim Nrf Request.
release_nrf(ModData, RatingDataRef, RatingDataRequest) -> RatingDataResponse
Respond to POST /nrf-rating/v1/ratingdata/{RatingDataRef}/release.
session_id(RatingDataRef, ChargingKeyArg, UpfIdArg) -> SessionAttributes
Construct session attributes which uniquely identify a rating session.
Generated by EDoc