Skip to content

Commit e8b8ba9

Browse files
Add checksumMode parameter to emulation examples for INET 4.6 compatibility (crcMode left for backward compatibility)
1 parent ce0283c commit e8b8ba9

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

emulation/extclientserver/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ network = simu5g.emulation.extclientserver.ExtClientServerExample
66
**.routingRecorder.enabled = false
77
**.networkConfiguratorModule = ""
88
**.fcsMode = "computed"
9+
**.checksumMode = "computed"
910
**.crcMode = "computed"
1011

1112
############### Statistics ##################

emulation/extclientserver_bgTraffic/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sim-time-limit = 70s
55
**.routingRecorder.enabled = false
66
**.networkConfiguratorModule = ""
77
**.fcsMode = "computed"
8+
**.checksumMode = "computed"
89
**.crcMode = "computed"
910

1011
############### Statistics ##################

emulation/extserver/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ network = simu5g.emulation.extserver.ExtServerExample
66
**.routingRecorder.enabled = false
77
**.networkConfiguratorModule = ""
88
**.fcsMode = "computed"
9+
**.checksumMode = "computed"
910
**.crcMode = "computed"
1011

1112
############### Statistics ##################

emulation/mec/extMecApp/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ network = simu5g.emulation.mec.extMecApp.ExtMecAppExample
77
**.routingRecorder.enabled = false
88
**.networkConfiguratorModule = ""
99
**.fcsMode = "computed"
10+
**.checksumMode = "computed"
1011
**.crcMode = "computed"
1112

1213
############### Statistics ##################

emulation/mec/extUeApp/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ network = simu5g.emulation.mec.extUeApp.ExtUeAppExample
77
**.routingRecorder.enabled = false
88
**.networkConfiguratorModule = ""
99
**.fcsMode = "computed"
10+
**.checksumMode = "computed"
1011
**.crcMode = "computed"
1112

1213
############### Statistics ##################

emulation/mec/extUeAppMecApp/omnetpp.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ network = simu5g.emulation.mec.extUeAppMecApp.ExtUeAppMecAppExample
77
**.routingRecorder.enabled = false
88
**.networkConfiguratorModule = ""
99
**.fcsMode = "computed"
10+
**.checksumMode = "computed"
1011
**.crcMode = "computed"
1112

1213
############### Statistics ##################

0 commit comments

Comments
 (0)