Airvantage over Ethernet

I am using Legato 21.0.5, and I see that the dcS service does support Ethernet as a backend.

Is there any example of how to use AirVantage over Ethernet ?

you can see here:

Actually I do see Ethernet available in the Technology

Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/clockSync T=main | clockSync.c _clockSync_COMPONENT_INIT() 803 | Clock Sync Service le_clkSync is ready
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/le_pa_ethernet T=main | pa_ethernet_linux.c _le_pa_ethernet_COMPONENT_INIT() 561 | PA Ethernet component is ready
Mar 28 00:46:21 fx30s user.warn Legato: -WRN- | dcsDaemon[1370]/framework T=main | safeRef.c InitMap() 217 | Map name ‘refEthernet Connection Reference Map’ truncated to ‘refEthernet Connection Referenc’.
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsEthernet T=main | dcsEthernet.c _dcsEthernet_COMPONENT_INIT() 613 | Data Channel Service’s Ethernet component is ready
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsCellular T=main | dcsCellular.c _dcsCellular_COMPONENT_INIT() 1415 | Data Channel Service’s Cellular component is ready
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsCellular T=main | dcsCellular.c _dcsCellular_COMPONENT_INIT() 1424 | Data Channel Service’s Cellular Handlers component is ready
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcsNet T=main | dcsNet.c _dcsNet_COMPONENT_INIT() 1706 | Data Channel Service’s network component is ready
Mar 28 00:46:21 fx30s user.info Legato: INFO | dcsDaemon[1370]/dcs T=main | dcs.c _dcs_COMPONENT_INIT() 984 | Data Channel Service le_dcs is ready

So perhaps its possible to use the dcs channel for AV like WiFi

I see, the dataConnection service (le_data.api) does not support this over Ethernet. But the new le_dcs.api does support the Ethernet channel. AV can only use WIFI or Cell the data connection supported by le_data.api as I understand it.