Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OCF
sdk
Merge requests
!4
Event feature completed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Event feature completed
develop
into
main
Overview
0
Commits
15
Pipelines
0
Changes
54
Merged
Jorge Echevarria Uribarri
requested to merge
develop
into
main
3 months ago
Overview
0
Commits
15
Pipelines
0
Changes
54
Expand
Event feature for CAPIF completed, documentation and tests updated
0
0
Merge request reports
Compare
main
version 4
631e0ba5
2 months ago
version 3
4e9779bf
2 months ago
version 2
e9fb9e85
2 months ago
version 1
05b84309
3 months ago
main (base)
and
latest version
latest version
a9f1f102
15 commits,
2 months ago
version 4
631e0ba5
14 commits,
2 months ago
version 3
4e9779bf
13 commits,
2 months ago
version 2
e9fb9e85
12 commits,
2 months ago
version 1
05b84309
11 commits,
3 months ago
54 files
+
1424
−
467
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
54
Search (e.g. *.vue) (Ctrl+P)
config/capif_sdk_config.json
+
38
−
16
Options
@@ -9,10 +9,10 @@
"invoker"
:
{
"invoker_folder"
:
""
,
"capif_callback_url"
:
""
,
"supported_features"
:
""
,
"check_authentication_data"
:{
"ip"
:
""
,
"port"
:
""
"supported_features"
:
""
,
"check_authentication_data"
:
{
"ip"
:
""
,
"port"
:
""
},
"cert_generation"
:
{
"csr_common_name"
:
""
,
@@ -37,21 +37,21 @@
"api-supported-features"
:
""
,
"ue-ip-addr"
:
""
,
"service-kpis"
:
""
},
"events"
:
{
"description"
:
[
""
],
"eventFilters"
:
[
{
"apiIds"
:
[
""
],
"apiInvokerIds"
:
[
""
],
"aefIds"
:
[
""
]
}
]
}
},
"provider"
:
{
"provider_folder"
:
""
,
"supported_features"
:
""
,
"apfs"
:
""
,
"aefs"
:
""
,
"publish_req"
:
{
"service_api_id"
:
""
,
"publisher_apf_id"
:
""
,
"publisher_aefs_ids"
:
[
""
,
""
]
},
"cert_generation"
:
{
"csr_common_name"
:
""
,
"csr_organizational_unit"
:
""
,
@@ -61,8 +61,30 @@
"csr_country_name"
:
""
,
"csr_email_address"
:
""
},
"apfs"
:
""
,
"aefs"
:
""
,
"publish_req"
:
{
"service_api_id"
:
""
,
"publisher_apf_id"
:
""
,
"publisher_aefs_ids"
:
[
""
,
""
]
},
"api_description_path"
:
""
,
"log"
:{
"events"
:
{
"description"
:
[
""
],
"eventFilters"
:
[
{
"apiIds"
:
[
""
],
"apiInvokerIds"
:
[
""
],
"aefIds"
:
[
""
]
}
],
"notificationDestination"
:
""
,
"websockNotifConfig"
:
{
"websocketUri"
:
""
,
"requestWebsocketUri"
:
false
}
},
"log"
:
{
"apiName"
:
""
,
"apiVersion"
:
""
,
"resourceName"
:
""
,
@@ -71,5 +93,5 @@
"operation"
:
""
,
"result"
:
""
}
}
}
}
Loading