Skip to content

Commit 4667b68

Browse files
committed
build: fixed inconsistent initial feature state
- VoipStream, TcpLwip and Z3GateSchedulingConfigurator are disabled by default - added these as 'recommended' dependencies
1 parent a467299 commit 4667b68

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.oppfeatures

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
name = "DiffServ examples"
222222
description = "DiffServ examples."
223223
initiallyEnabled = "true"
224-
requires = "DiffServ Ethernet Ieee8021d Ipv4 Loopback Ppp Queueing TcpInet Udp VoipStream"
225-
recommended = ""
224+
requires = "DiffServ Ethernet Ieee8021d Ipv4 Loopback Ppp Queueing TcpInet Udp"
225+
recommended = "VoipStream"
226226
labels = ""
227227
nedPackages = "
228228
inet.examples.diffserv
@@ -397,8 +397,8 @@
397397
description = "Showcases that demonstrate features which are independent of any specific
398398
network technology."
399399
initiallyEnabled = "true"
400-
requires = "DiffServ Ethernet Ieee80211 Ieee8021d Ipv4 Loopback Mobility PhysicalLayerWirelessCommon PingApplication Ppp Queueing TcpCommon TcpInet Udp VisualizationCanvas VisualizationCommon VoipStream"
401-
recommended = ""
400+
requires = "DiffServ Ethernet Ieee80211 Ieee8021d Ipv4 Loopback Mobility PhysicalLayerWirelessCommon PingApplication Ppp Queueing TcpCommon TcpInet Udp VisualizationCanvas VisualizationCommon"
401+
recommended = "VoipStream"
402402
labels = ""
403403
nedPackages = "
404404
inet.showcases.general
@@ -645,8 +645,8 @@
645645
name = "Internet protocol examples"
646646
description = "Examples for basic internet protocols (IPv4, TCP, UDP, etc.)."
647647
initiallyEnabled = "true"
648-
requires = "Clock Ethernet Flooding Ieee8021d Ipv4 Ipv6 Loopback Nexthop OtherApplications PhysicalLayerWiredCommon PingApplication Ppp Queueing Sctp TcpCommon TcpInet TcpLwip Tun Udp VisualizationCanvas VisualizationCommon WiseRoute"
649-
recommended = ""
648+
requires = "Clock Ethernet Flooding Ieee8021d Ipv4 Ipv6 Loopback Nexthop OtherApplications PhysicalLayerWiredCommon PingApplication Ppp Queueing Sctp TcpCommon TcpInet Tun Udp VisualizationCanvas VisualizationCommon WiseRoute"
649+
recommended = "TcpLwip"
650650
labels = "examples protocols"
651651
nedPackages = "
652652
inet.examples.inet
@@ -697,8 +697,8 @@
697697
name = "IPv6 examples"
698698
description = "Examples for Basic IPv6 support (IPv6)."
699699
initiallyEnabled = "true"
700-
requires = "Ethernet Ipv6 Loopback Ppp Queueing Sctp TcpCommon TcpInet TcpLwip Udp VisualizationCanvas"
701-
recommended = ""
700+
requires = "Ethernet Ipv6 Loopback Ppp Queueing Sctp TcpCommon TcpInet Udp VisualizationCanvas"
701+
recommended = "TcpLwip"
702702
labels = "protocols examples"
703703
nedPackages = "
704704
inet.examples.ipv6
@@ -1557,8 +1557,8 @@
15571557
name = "TSN Showcases"
15581558
description = "Showcases that demonstrate Time-Sensitive Networking (TSN)."
15591559
initiallyEnabled = "true"
1560-
requires = "Clock Ethernet GateScheduling Ieee8021as Ieee8021d Ieee8021q Ieee8021r Ipv4 LinkLayerConfiguratorsCommon Loopback ProtocolElement Queueing TSN TcpCommon TcpInet Udp VisualizationCanvas Z3GateSchedulingConfigurator"
1561-
recommended = ""
1560+
requires = "Clock Ethernet GateScheduling Ieee8021as Ieee8021d Ieee8021q Ieee8021r Ipv4 LinkLayerConfiguratorsCommon Loopback ProtocolElement Queueing TSN TcpCommon TcpInet Udp VisualizationCanvas"
1561+
recommended = "Z3GateSchedulingConfigurator"
15621562
labels = ""
15631563
nedPackages = "
15641564
inet.showcases.tsn

0 commit comments

Comments
 (0)