-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue_194_PR #217
issue_194_PR #217
Changes from 2 commits
acae564
df7ba57
ee8fda1
f798b86
60f0ceb
f0b5adf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -433,6 +433,7 @@ components: | |
description: Attributes required to create a session | ||
type: object | ||
properties: | ||
|
||
duration: | ||
description: | | ||
Session duration in seconds. Maximal value of 24 hours is used if not set. | ||
|
@@ -866,6 +867,12 @@ components: | |
* `ipv6Address` | ||
type: object | ||
properties: | ||
applicationId: | ||
description: | | ||
A public identifier that uniquely identifies the application initiating a QoS session. The applicationId is more granular than the clientId, which identifies the unique customer. A client or customer could have one or more applications that need to be tracked. The Id is systematically relayed to downstream systems, including but not limited to, the Network Exposure Function (NEF) and the Policy Control Function (PCF) within the 5G framework. | ||
The primary utility of this transmission is to facilitate the application of relevant policies, ensuring that the application is appropriately tagged within usage records. | ||
type: string | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we some constraints on the string size and values? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SyeddR any response to this? |
||
example: XRapp123 | ||
ipv4Address: | ||
$ref: "#/components/schemas/Ipv4Address" | ||
ipv6Address: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the blank line here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.