Skip to content
Snippets Groups Projects

XR Device Driver update for newer IPM and update for tests to work with current Tera Flow version

Merged Ville Hallivuori requested to merge feat/xr_device_driver_20221216 into develop
12 files
+ 221
23
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -2,7 +2,8 @@
@@ -2,7 +2,8 @@
{
{
"config": {
"config": {
"name": "FooBar123",
"name": "FooBar123",
"serviceMode": "portMode"
"serviceMode": "XR-L1",
 
"implicitTransportCapacity": "portMode"
},
},
"endpoints": [
"endpoints": [
{
{
@@ -141,12 +142,14 @@
@@ -141,12 +142,14 @@
"createdBy": "host",
"createdBy": "host",
"lifecycleState": "configured",
"lifecycleState": "configured",
"name": "FooBar123",
"name": "FooBar123",
"serviceMode": "portMode"
"serviceMode": "XR-L1",
 
"implicitTransportCapacity": "portMode"
}
}
},
},
{
{
"config": {
"config": {
"serviceMode": "portMode"
"serviceMode": "XR-L1",
 
"implicitTransportCapacity": "portMode"
},
},
"endpoints": [
"endpoints": [
{
{
@@ -284,7 +287,8 @@
@@ -284,7 +287,8 @@
"state": {
"state": {
"createdBy": "host",
"createdBy": "host",
"lifecycleState": "configured",
"lifecycleState": "configured",
"serviceMode": "portMode"
"serviceMode": "XR-L1",
 
"implicitTransportCapacity": "portMode"
}
}
}
}
]
]
 
\ No newline at end of file
Loading