Skip to content
Snippets Groups Projects
Commit 94f8e5b2 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(ci): tcp_bridge_oai.Rel15.txt is no longer built. That's one less report file

parent 4d4f946a
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1503integration_2022_wk12_a,!1366Remove basic simulator
...@@ -200,28 +200,28 @@ function variant__v4__cppcheck { ...@@ -200,28 +200,28 @@ function variant__v4__cppcheck {
function variant__v5__gnb_usrp { function variant__v5__gnb_usrp {
VM_MEMORY=10240 VM_MEMORY=10240
VM_CPU=8 VM_CPU=8
NB_PATTERN_FILES=7 NB_PATTERN_FILES=6
BUILD_OPTIONS="--gNB -w USRP" BUILD_OPTIONS="--gNB -w USRP"
} }
function variant__v6__nr_ue_usrp { function variant__v6__nr_ue_usrp {
VM_MEMORY=4096 VM_MEMORY=4096
VM_CPU=4 VM_CPU=4
NB_PATTERN_FILES=7 NB_PATTERN_FILES=6
BUILD_OPTIONS="--nrUE -w USRP" BUILD_OPTIONS="--nrUE -w USRP"
} }
function variant__v7__enb_ethernet { function variant__v7__enb_ethernet {
VM_MEMORY=4096 VM_MEMORY=4096
ARCHIVES_LOC=enb_eth ARCHIVES_LOC=enb_eth
NB_PATTERN_FILES=7 NB_PATTERN_FILES=6
BUILD_OPTIONS="--eNB -w USRP" BUILD_OPTIONS="--eNB -w USRP"
} }
function variant__v8__ue_ethernet { function variant__v8__ue_ethernet {
VM_MEMORY=4096 VM_MEMORY=4096
ARCHIVES_LOC=ue_eth ARCHIVES_LOC=ue_eth
NB_PATTERN_FILES=11 NB_PATTERN_FILES=10
BUILD_OPTIONS="--UE -w USRP" BUILD_OPTIONS="--UE -w USRP"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment