Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3-dev
1.6.3
30 changes: 29 additions & 1 deletion nfConfigApi/model_policy_control.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions nfConfigApi/webconsole-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,17 @@ components:
required:
- plmnId
- snssai
- dnns
- pccRules
properties:
plmnId:
$ref: '#/components/schemas/PlmnId'
snssai:
$ref: '#/components/schemas/Snssai'
dnns:
type: array
items:
type: string
pccRules:
type: array
items:
Expand Down