/ NETWORK

SNS-3으로 위성 통신 시뮬레이션 하기

SNS-3은 ns-3에 추가하여 사용할 수 있는 위성 통신 모듈이다. sns-3를 사용하면 위성 통신을 시뮬레이션 할 수 있다.


SNS-3 다운로드 및 빌드

github 레포지토리 에 자세한 설명이 나와 있다. 그런데 master 브랜치는 ns-3.29 버전에 대응되어 있으며, ns-3.29는 ns-3.36 이후 더 이상 사용되지 않는 waf를 이용하고 있다.

ns-3.36 이상의 버전에서 sns-3를 사용하려면 dev 브랜치를 이용해야 한다.

설명 역시 dev 브랜치의 readme에는 ns-3.37을 기준으로 작성되어 있으니 master 브랜치가 아니라 dev 브랜치의 설명을 참조하는 것이 좋다.

필자는 ns-3.37 버전을 이용하고 있으므로 ns-3.37 기준으로 작성한다.

cd ns-3.37/contrib
git clone https://github.com/sns3/sns3-satellite.git -b dev satellite

튜토리얼에 나온 커맨드 대신 위의 커맨드로 contrib 폴더에 dev 브랜치의 satellite 모듈을 추가한다.

git clone https://github.com/sns3/traffic.git traffic
git clone https://github.com/sns3/stats.git magister-stats

마찬가지로 contrib 폴더에서 위의 커맨드를 실행하여 traffic, magister-stats 모듈의 github 레포들을 clone하면 된다. 위 모듈들은 이미 master 브랜치에 ns-3.37 대응 업데이트가 반영되어 있다.

cd ns-3.37
./ns3 clean
./ns3 configure --enable-examples --enable-tests
./ns3 build

ns3 CMake wrapper를 사용하여 빌드한다.

컴파일이 끝나면 다음 명령어를 실행해서 시뮬레이션에 사용할 데이터를 다운로드 받는다.

contrib/satellite
git submodule update --init --recursive

마지막으로 빌드된 ns-3이 정상 작동하는지 unit test를 아래 명렁어로 수행 가능하다.

./test.py --no-build

그런데 어째서인지 필자의 경우 아래와 같이 몇몇 스크립트에서 CRASH가 뜨고 마지막 테스트가 완료되지를 않는다…

[1/829] PASS: TestSuite distribution-collector
[2/829] PASS: TestSuite sat-arq-seqno-test
[3/829] PASS: TestSuite sat-ctrl-msg-container-unit-test
[4/829] PASS: TestSuite sat-channel-estimation-error-test
[5/829] PASS: TestSuite sat-cno-estimator-unit-test
[6/829] PASS: TestSuite geo-coordinate-test
[7/829] PASS: TestSuite sat-arq-test
[8/829] PASS: TestSuite sat-gse-test
[9/829] PASS: TestSuite sat-link-results-test
[10/829] PASS: TestSuite sat-if-unit-test
[11/829] PASS: TestSuite sat-mobility-observer-test
[12/829] PASS: TestSuite sat-fading-external-input-trace-test
[13/829] PASS: TestSuite sat-mobility-test
[14/829] PASS: TestSuite sat-antenna-gain-pattern-test
[15/829] PASS: TestSuite sat-fsl-test
[16/829] PASS: TestSuite sat-cra-test
[17/829] PASS: TestSuite sat-periodic-control-message-test
[18/829] PASS: TestSuite sat-random-access-test
[19/829] PASS: TestSuite sat-rm-test
[20/829] PASS: TestSuite sat-rle-test
[21/829] PASS: TestSuite sat-frame-allocator-test
[22/829] PASS: TestSuite sat-lora-test
[23/829] PASS: TestSuite sat-waveform-conf-test
[24/829] PASS: TestSuite cbr-test
[25/829] PASS: TestSuite nrtv
[26/829] PASS: TestSuite angles
[27/829] PASS: TestSuite degrees-radians
[28/829] PASS: TestSuite isotropic-antenna-model
[29/829] PASS: TestSuite cosine-antenna-model
[30/829] PASS: TestSuite parabolic-antenna-model
[31/829] PASS: TestSuite uniform-planar-array-test
[32/829] PASS: TestSuite aodv-routing-id-cache
[33/829] PASS: TestSuite routing-aodv-regression
[34/829] PASS: TestSuite routing-aodv
[35/829] PASS: TestSuite routing-aodv-loopback
[36/829] PASS: TestSuite three-gpp-http-client-server-test
[37/829] PASS: TestSuite bulk-send-application
[38/829] PASS: TestSuite udp-client-server
[39/829] PASS: TestSuite sat-perf-mem
[40/829] PASS: TestSuite building-position-allocator
[41/829] PASS: TestSuite buildings-helper
[42/829] PASS: TestSuite buildings-pathloss-test
[43/829] PASS: TestSuite buildings-channel-condition-model
[44/829] PASS: TestSuite buildings-shadowing-test
[45/829] PASS: TestSuite outdoor-random-walk-model
[46/829] PASS: TestSuite examples-as-tests-test-suite
[47/829] PASS: TestSuite core-example-simulator
[48/829] PASS: TestSuite attribute-container-test-suite
[49/829] PASS: TestSuite attributes
[50/829] PASS: TestSuite build-profile
[51/829] PASS: TestSuite callback
[52/829] PASS: TestSuite command-line
[53/829] PASS: TestSuite config
[54/829] PASS: TestSuite event-garbage-collector
[55/829] PASS: TestSuite global-value
[56/829] PASS: TestSuite hash
[57/829] PASS: TestSuite int64x64
[58/829] PASS: TestSuite length
[59/829] PASS: TestSuite object-name-service
[60/829] PASS: TestSuite object
[61/829] PASS: TestSuite pair-value-test-suite
[62/829] PASS: TestSuite ptr
[63/829] PASS: TestSuite sample
[64/829] PASS: TestSuite simulator
[65/829] PASS: TestSuite sat-scenario-creation
[66/829] PASS: TestSuite time
[67/829] PASS: TestSuite timer
[68/829] PASS: TestSuite traced-callback
[69/829] PASS: TestSuite trickle-timer
[70/829] PASS: TestSuite tuple-value-test-suite
[71/829] PASS: TestSuite type-id
[72/829] PASS: TestSuite type-traits
[73/829] PASS: TestSuite watchdog
[74/829] PASS: TestSuite routing-dsdv
[75/829] PASS: TestSuite routing-dsr
[76/829] PASS: TestSuite basic-energy-harvester
[77/829] PASS: TestSuite li-ion-energy-source
[78/829] PASS: TestSuite threaded-simulator
[79/829] PASS: TestSuite global-route-manager-impl
[80/829] PASS: TestSuite icmp
[81/829] PASS: TestSuite ipv4-address-generator
[82/829] PASS: TestSuite ipv4-address-helper
[83/829] PASS: TestSuite ipv4-forwarding
[84/829] PASS: TestSuite ipv4-deduplication
[85/829] PASS: TestSuite ipv4-fragmentation
[86/829] PASS: TestSuite ipv4-global-routing
[87/829] PASS: TestSuite ipv4-header
[88/829] PASS: TestSuite ipv4-list-routing
[89/829] PASS: TestSuite ipv4-packet-info-tag
[90/829] PASS: TestSuite ipv4-raw
[91/829] PASS: TestSuite ipv4-static-routing
[92/829] PASS: TestSuite ipv4-rip
[93/829] PASS: TestSuite ipv4-protocol
[94/829] PASS: TestSuite ipv6-duplicate-address-detection
[95/829] PASS: TestSuite ipv6-address-generator
[96/829] PASS: TestSuite ipv6-address-helper
[97/829] PASS: TestSuite ipv6-dual-stack
[98/829] PASS: TestSuite ipv6-extension-header
[99/829] PASS: TestSuite ipv6-forwarding
[100/829] PASS: TestSuite ipv6-fragmentation
[101/829] PASS: TestSuite ipv6-list-routing
[102/829] PASS: TestSuite ipv6-packet-info-tag
[103/829] PASS: TestSuite ipv6-raw
[104/829] PASS: TestSuite ipv6-ripng
[105/829] PASS: TestSuite ipv6-protocol
[106/829] PASS: TestSuite neighbor-cache
[107/829] PASS: TestSuite rtt-estimator
[108/829] PASS: TestSuite tcp-bbr-test
[109/829] PASS: TestSuite tcp-advertised-window-test
[110/829] PASS: TestSuite tcp-bic-test
[111/829] PASS: TestSuite tcp-bytes-in-flight-test
[112/829] PASS: TestSuite tcp-classic-recovery-test
[113/829] PASS: TestSuite tcp-close
[114/829] PASS: TestSuite tcp-cong-avoid-test
[115/829] PASS: TestSuite tcp-datasentcb
[116/829] PASS: TestSuite tcp-dctcp-test
[117/829] PASS: TestSuite tcp-endpoint-bug2211-test
[118/829] PASS: TestSuite tcp-ecn-test
[119/829] PASS: TestSuite tcp-header
[120/829] PASS: TestSuite tcp-fast-retr-test
[121/829] PASS: TestSuite tcp-highspeed-test
[122/829] PASS: TestSuite tcp-htcp-test
[123/829] PASS: TestSuite tcp-hybla-test
[124/829] PASS: TestSuite tcp-illinois-test
[125/829] PASS: TestSuite tcp-ledbat-test
[126/829] PASS: TestSuite tcp-linux-reno-test
[127/829] PASS: TestSuite tcp-loss-test
[128/829] PASS: TestSuite tcp-lp-test
[129/829] PASS: TestSuite tcp-option
[130/829] PASS: TestSuite tcp-pacing-test
[131/829] PASS: TestSuite tcp-pkts-acked-test
[132/829] PASS: TestSuite tcp-prr-recovery-test
[133/829] PASS: TestSuite tcp-rto-test
[134/829] PASS: TestSuite tcp-rate-ops
[135/829] PASS: TestSuite tcp-rx-buffer
[136/829] PASS: TestSuite tcp-rtt-estimation-test
[137/829] PASS: TestSuite tcp-sack-permitted
[138/829] PASS: TestSuite tcp-scalable-test
[139/829] PASS: TestSuite tcp-slow-start-test
[140/829] PASS: TestSuite tcp-syn-connection-failed-test
[141/829] PASS: TestSuite tcp-timestamp
[142/829] PASS: TestSuite tcp
[143/829] PASS: TestSuite tcp-tx-buffer
[144/829] PASS: TestSuite tcp-vegas-test
[145/829] PASS: TestSuite tcp-veno-test
[146/829] PASS: TestSuite tcp-wscaling
[147/829] PASS: TestSuite tcp-yeah-test
[148/829] PASS: TestSuite tcp-zero-window-test
[149/829] PASS: TestSuite udp
[150/829] PASS: TestSuite dhcp
[151/829] PASS: TestSuite radvd
[152/829] PASS: TestSuite lr-wpan-ack
[153/829] PASS: TestSuite lr-wpan-clear-channel-assessment
[154/829] PASS: TestSuite lr-wpan-collision
[155/829] PASS: TestSuite lr-wpan-energy-detection
[156/829] PASS: TestSuite lr-wpan-packet
[157/829] PASS: TestSuite lr-wpan-error-model
[158/829] PASS: TestSuite lr-wpan-plme-pd-sap
[159/829] PASS: TestSuite lr-wpan-spectrum-value-helper
[160/829] PASS: TestSuite lr-wpan-ifs-test
[161/829] PASS: TestSuite lr-wpan-slotted-csmaca
[162/829] PASS: TestSuite three-gpp-v2v-channel-condition-model
[163/829] PASS: TestSuite lr-wpan-mac-test
[164/829] PASS: TestSuite epc-gtpu
[165/829] PASS: TestSuite epc-s1u-downlink
[166/829] PASS: TestSuite epc-s1u-uplink
[167/829] PASS: TestSuite lte-carrier-aggregation-configuration
[168/829] PASS: TestSuite lte-cell-selection
[169/829] PASS: TestSuite lte-cqa-ff-mac-scheduler
[170/829] PASS: TestSuite lte-aggregation-throughput-scale
[171/829] PASS: TestSuite lte-carrier-aggregation
[172/829] PASS: TestSuite lte-downlink-power-control
[173/829] PASS: TestSuite lte-downlink-sinr
[174/829] PASS: TestSuite lte-earfcn
[175/829] PASS: TestSuite lte-fdbet-ff-mac-scheduler
[176/829] PASS: TestSuite lte-test-deactivate-bearer
[177/829] PASS: TestSuite lte-fdmt-ff-mac-scheduler
[178/829] PASS: TestSuite sat-constellation-test
[179/829] PASS: TestSuite lte-cqi-generation
[180/829] PASS: TestSuite lte-harq
[181/829] PASS: TestSuite lte-fdtbfq-ff-mac-scheduler
[182/829] PASS: TestSuite lte-interference
[183/829] PASS: TestSuite lte-link-adaptation
[184/829] PASS: TestSuite lte-mimo
[185/829] PASS: TestSuite lte-pathloss-model
[186/829] PASS: TestSuite lte-pf-ff-mac-scheduler
[187/829] PASS: TestSuite lte-phy-error-model
[188/829] PASS: TestSuite lte-interference-fr
[189/829] PASS: TestSuite lte-ipv6-routing-test
[190/829] PASS: TestSuite lte-pss-ff-mac-scheduler
[191/829] PASS: TestSuite lte-rlc-am-e2e
[192/829] PASS: TestSuite lte-rlc-am-transmitter
[193/829] PASS: TestSuite lte-rlc-um-e2e
[194/829] PASS: TestSuite lte-radio-link-failure
[195/829] PASS: TestSuite lte-rlc-um-transmitter
[196/829] PASS: TestSuite lte-rr-ff-mac-scheduler
[197/829] PASS: TestSuite lte-secondary-cell-handover
[198/829] PASS: TestSuite lte-spectrum-value-helper
[199/829] PASS: TestSuite lte-tdbet-ff-mac-scheduler
[200/829] PASS: TestSuite lte-tdmt-ff-mac-scheduler
[201/829] PASS: TestSuite lte-tdtbfq-ff-mac-scheduler
[202/829] PASS: TestSuite lte-tta-ff-mac-scheduler
[203/829] PASS: TestSuite lte-primary-cell-change
[204/829] PASS: TestSuite lte-ue-measurements
[205/829] PASS: TestSuite lte-ue-measurements-piecewise-1
[206/829] PASS: TestSuite lte-secondary-cell-selection
[207/829] PASS: TestSuite lte-ue-measurements-piecewise-3
[208/829] PASS: TestSuite lte-uplink-power-control
[209/829] PASS: TestSuite lte-uplink-sinr
[210/829] PASS: TestSuite test-asn1-encoding
[211/829] PASS: TestSuite lte-ue-measurements-handover
[212/829] PASS: TestSuite eps-tft-classifier
[213/829] PASS: TestSuite lte-antenna
[214/829] PASS: TestSuite lte-epc-e2e-data
[215/829] PASS: TestSuite lte-ue-measurements-piecewise-2
[216/829] PASS: TestSuite lte-handover-failure
[217/829] PASS: TestSuite lte-rlc-header
[218/829] PASS: TestSuite lte-handover-target
[219/829] PASS: TestSuite lte-rrc
[220/829] PASS: TestSuite lte-handover-delay
[221/829] PASS: TestSuite devices-mesh-dot11s
[222/829] PASS: TestSuite lte-x2-handover
[223/829] PASS: TestSuite devices-mesh-flame
[224/829] PASS: TestSuite devices-mesh-flame-regression
[225/829] PASS: TestSuite devices-mesh
[226/829] PASS: TestSuite box-line-intersection
[227/829] PASS: TestSuite devices-mesh-dot11s-regression
[228/829] PASS: TestSuite geo-to-cartesian
[229/829] PASS: TestSuite mobility
[230/829] PASS: TestSuite mobility-trace
[231/829] PASS: TestSuite mobility-ns2-trace-helper
[232/829] PASS: TestSuite rand-cart-around-geo
[233/829] PASS: TestSuite waypoint-mobility-model
[234/829] PASS: TestSuite animation-interface
[235/829] PASS: TestSuite bit-serializer
[236/829] PASS: TestSuite buffer
[237/829] PASS: TestSuite drop-tail-queue
[238/829] PASS: TestSuite error-model
[239/829] PASS: TestSuite ipv6-address
[240/829] PASS: TestSuite lollipop-counter
[241/829] PASS: TestSuite packet-metadata
[242/829] PASS: TestSuite packet-socket-apps
[243/829] PASS: TestSuite steady-state-rwp-mobility-model
[244/829] PASS: TestSuite packetbb-test-suite
[245/829] PASS: TestSuite pcap-file
[246/829] PASS: TestSuite sequence-number
[247/829] PASS: TestSuite data-rate
[248/829] PASS: TestSuite nix-vector-routing
[249/829] PASS: TestSuite sat-per-packet-if-test
[250/829] PASS: TestSuite routing-olsr-header
[251/829] PASS: TestSuite routing-olsr-regression
[252/829] PASS: TestSuite routing-olsr
[253/829] PASS: TestSuite devices-point-to-point
[254/829] PASS: TestSuite itu-r-1411-los
[255/829] PASS: TestSuite itu-r-1411-nlos-over-rooftop
[256/829] PASS: TestSuite kun-2600-mhz
[257/829] PASS: TestSuite okumura-hata
[258/829] PASS: TestSuite packet
[259/829] PASS: TestSuite propagation-loss-model
[260/829] PASS: TestSuite lte-x2-handover-measures
[261/829] PASS: TestSuite quic-rx-buffer
[262/829] PASS: TestSuite quic-tx-buffer
[263/829] PASS: TestSuite three-gpp-propagation-loss-model
[264/829] PASS: TestSuite quic-header
[265/829] PASS: TestSuite example-ping-lr-wpan
[266/829] PASS: TestSuite sixlowpan-fragmentation
[267/829] PASS: TestSuite sixlowpan-hc1
[268/829] PASS: TestSuite sixlowpan-iphc-stateful
[269/829] PASS: TestSuite sixlowpan-iphc
[270/829] PASS: TestSuite spectrum-interference
[271/829] PASS: TestSuite spectrum-value
[272/829] PASS: TestSuite spectrum-converter
[273/829] PASS: TestSuite spectrum-ideal-phy
[274/829] PASS: TestSuite waveform-generator
[275/829] PASS: TestSuite tv-helper-distribution
[276/829] PASS: TestSuite tv-spectrum-transmitter
[277/829] PASS: TestSuite average
[278/829] PASS: TestSuite basic-data-calculators
[279/829] PASS: TestSuite double-probe
[280/829] PASS: TestSuite histogram
[281/829] PASS: TestSuite rocketfuel-topology-reader
[282/829] PASS: TestSuite adaptive-red-queue-disc
[283/829] PASS: TestSuite cobalt-queue-disc
[284/829] PASS: TestSuite codel-queue-disc
[285/829] PASS: TestSuite fifo-queue-disc
[286/829] PASS: TestSuite pie-queue-disc
[287/829] PASS: TestSuite prio-queue-disc
[288/829] PASS: TestSuite queue-disc-traces
[289/829] PASS: TestSuite red-queue-disc
[290/829] PASS: TestSuite tbf-queue-disc
[291/829] PASS: TestSuite tc-flow-control
[292/829] PASS: TestSuite three-gpp-channel
[293/829] PASS: TestSuite uan-energy-model
[294/829] PASS: TestSuite devices-uan
[295/829] PASS: TestSuite wave-mac-extension
[296/829] PASS: TestSuite wave-80211p-ocb
[297/829] PASS: TestSuite wifi-block-ack
[298/829] PASS: TestSuite wifi-devices-dcf
[299/829] PASS: TestSuite wifi-devices-edca
[300/829] PASS: TestSuite wifi-channel-access-manager
[301/829] PASS: TestSuite wifi-power-rate-adaptation
[302/829] PASS: TestSuite wifi-inter-bss
[303/829] PASS: TestSuite wifi-devices-tx-duration
[304/829] PASS: TestSuite wifi-spectrum-wifi-phy
[305/829] PASS: TestSuite wifi-aggregation
[306/829] PASS: TestSuite wifi-eht-info-elems
[307/829] PASS: TestSuite wifi-error-rate-models
[308/829] PASS: TestSuite wifi-ie-fragment
[309/829] PASS: TestSuite probabilistic-v2v-channel-condition-model
[310/829] PASS: TestSuite wifi-dynamic-bw-op
[311/829] PASS: TestSuite wifi-mac-queue
[312/829] PASS: TestSuite wifi-mlo
[313/829] PASS: TestSuite wifi-phy-reception
[314/829] PASS: TestSuite wifi-phy-thresholds
[315/829] PASS: TestSuite wifi-mac-ofdma
[316/829] PASS: TestSuite wifi-channel-switching
[317/829] PASS: TestSuite wifi-phy-ofdma
[318/829] PASS: TestSuite wifi-transmit-mask
[319/829] PASS: TestSuite wifi-txop
[320/829] PASS: TestSuite wifi-devices
[321/829] PASS: TestSuite wimax-mac-messages
[322/829] PASS: TestSuite wimax-phy-layer
[323/829] PASS: TestSuite propagation-channel-condition-model
[324/829] PASS: TestSuite sat-ncr-test
[325/829] PASS: TestSuite wimax-qos
[326/829] PASS: TestSuite wimax-ss-mac-layer
[327/829] PASS: TestSuite wimax-fragmentation
[328/829] PASS: TestSuite wimax-service-flow
[329/829] PASS: TestSuite wimax-tlv
[330/829] PASS: TestSuite ns3-tcp-no-delay
[331/829] PASS: TestSuite ns3-tcp-socket
[332/829] PASS: TestSuite ns3-tcp-state
[333/829] PASS: TestSuite traced-callback-typedef
[334/829] PASS: TestSuite traced-value-callback
[335/829] PASS: TestSuite ns3-tcp-loss
[336/829] PASS: TestSuite fq-cobalt-queue-disc
[337/829] PASS: TestSuite wifi-phy-cca
[338/829] PASS: TestSuite fq-codel-queue-disc
[339/829] PASS: TestSuite fq-pie-queue-disc
[340/829] PASS: TestSuite pfifo-fast-queue-disc
[341/829] PASS: TestSuite csma-system
[342/829] PASS: TestSuite wifi-ac-mapping
[343/829] PASS: TestSuite wifi-msdu-aggregator
[344/829] PASS: TestSuite lte-frequency-reuse
[345/829] PASS: TestSuite wifi-issue-211
[346/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::AmrrWifiManager
[347/829] PASS: Example examples/wireless/mixed-wired-wireless
[348/829] PASS: TestSuite wifi-primary-channels
[349/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::AarfcdWifiManager
[350/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::OnoeWifiManager
[351/829] PASS: Example examples/wireless/wifi-simple-adhoc
[352/829] PASS: Example examples/wireless/wifi-simple-adhoc-grid
[353/829] PASS: Example examples/wireless/wifi-simple-infra
[354/829] PASS: Example examples/wireless/wifi-simple-interference
[355/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::IdealWifiManager
[356/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::MinstrelWifiManager
[357/829] PASS: Example examples/wireless/wifi-blockack
[358/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::CaraWifiManager
[359/829] PASS: Example examples/wireless/wifi-timing-attributes --simulationTime=1
[360/829] PASS: Example examples/wireless/wifi-sleep
[361/829] PASS: Example examples/wireless/wifi-wired-bridging
[362/829] PASS: Example examples/wireless/wifi-multirate --totalTime=0.3s --rateManager=ns3::RraaWifiManager
[363/829] PASS: Example examples/wireless/wifi-dsss-validation
[364/829] PASS: Example examples/wireless/wifi-ofdm-validation
[365/829] PASS: Example examples/wireless/wifi-ap --verbose=0
[366/829] PASS: Example examples/wireless/wifi-ofdm-ht-validation
[367/829] PASS: Example examples/wireless/wifi-ofdm-vht-validation
[368/829] PASS: Example examples/wireless/wifi-error-models-comparison
[369/829] PASS: Example examples/wireless/wifi-ofdm-he-validation
[370/829] PASS: Example examples/wireless/wifi-power-adaptation-distance --manager=ns3::ParfWifiManager --outputFileName=parf --steps=5 --stepsSize=10
[371/829] PASS: Example examples/wireless/wifi-power-adaptation-distance --manager=ns3::AparfWifiManager --outputFileName=aparf --steps=5 --stepsSize=10
[372/829] PASS: Example examples/wireless/wifi-power-adaptation-distance --manager=ns3::RrpaaWifiManager --outputFileName=rrpaa --steps=5 --stepsSize=10
[373/829] PASS: Example examples/wireless/wifi-power-adaptation-interference --simuTime=5
[374/829] PASS: Example examples/wireless/wifi-ht-network --simulationTime=0.2 --frequency=5 --useRts=0 --minExpectedThroughput=5 --maxExpectedThroughput=135
[375/829] PASS: Example examples/wireless/wifi-ht-network --simulationTime=0.2 --frequency=2.4 --useRts=0 --minExpectedThroughput=5 --maxExpectedThroughput=132
[376/829] PASS: Example examples/wireless/wifi-ht-network --simulationTime=0.2 --frequency=5 --useRts=1 --minExpectedThroughput=5 --maxExpectedThroughput=131
[377/829] PASS: Example examples/wireless/wifi-ht-network --simulationTime=0.2 --frequency=2.4 --useRts=1 --minExpectedThroughput=5 --maxExpectedThroughput=129
[378/829] PASS: Example examples/wireless/wifi-vht-network --simulationTime=0.2 --useRts=0  --minExpectedThroughput=5 --maxExpectedThroughput=583
[379/829] PASS: Example examples/wireless/wifi-vht-network --simulationTime=0.2 --useRts=1  --minExpectedThroughput=5 --maxExpectedThroughput=547
[380/829] PASS: Example examples/wireless/wifi-80211n-mimo --simulationTime=0.1 --step=10
[381/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.25 --frequency=2.4 --useRts=0 --minExpectedThroughput=6 --maxExpectedThroughput=238
[382/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --udp=0 --downlink=1 --useRts=0 --nStations=4 --dlAckType=ACK-SU-FORMAT --enableUlOfdma=1 --enableBsrp=0 --mcs=4 --minExpectedThroughput=20 --maxExpectedThroughput=212
[383/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --frequency=2.4 --udp=0 --downlink=1 --useRts=1 --nStations=5 --dlAckType=MU-BAR --enableUlOfdma=1 --enableBsrp=1 --mcs=5 --minExpectedThroughput=27 --maxExpectedThroughput=50
[384/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --frequency=2.4 --useRts=1 --minExpectedThroughput=6 --maxExpectedThroughput=223
[385/829] PASS: Example examples/wireless/wifi-simple-ht-hidden-stations --simulationTime=1 --enableRts=0 --nMpdus=32 --minExpectedThroughput=59 --maxExpectedThroughput=60
[386/829] PASS: Example examples/wireless/wifi-simple-ht-hidden-stations --simulationTime=1 --enableRts=1 --nMpdus=32 --minExpectedThroughput=57 --maxExpectedThroughput=58
[387/829] PASS: Example examples/wireless/wifi-mixed-network --simulationTime=1
[388/829] PASS: Example examples/wireless/wifi-aggregation --simulationTime=1 --verifyResults=1
[389/829] PASS: Example examples/wireless/wifi-txop-aggregation --simulationTime=1 --verifyResults=1
[390/829] PASS: Example examples/wireless/wifi-80211e-txop --simulationTime=1 --verifyResults=1
[391/829] PASS: TestSuite sat-regeneration-test
[392/829] PASS: Example examples/wireless/wifi-tcp
[393/829] PASS: Example examples/wireless/wifi-multi-tos --simulationTime=1 --nWifi=16 --useRts=1 --useShortGuardInterval=1
[394/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Arf
[395/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Aarf
[396/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Onoe
[397/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Aarfcd
[398/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Amrr
[399/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Minstrel
[400/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Cara
[401/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --udp=0 --downlink=1 --useRts=0 --nStations=5 --dlAckType=AGGR-MU-BAR --enableUlOfdma=1 --enableBsrp=0 --mcs=6 --muSchedAccessReqInterval=50ms --minExpectedThroughput=31 --maxExpectedThroughput=290
[402/829] PASS: Example examples/wireless/wifi-spectrum-per-example --distance=52 --index=3 --wifiType=ns3::SpectrumWifiPhy --simulationTime=1
[403/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Rrpaa
[404/829] PASS: Example examples/wireless/wifi-spectrum-per-interference --distance=24 --index=31 --simulationTime=1 --waveformPower=0.1
[405/829] PASS: Example examples/wireless/wifi-spectrum-per-example --distance=24 --index=31 --wifiType=ns3::YansWifiPhy --simulationTime=1
[406/829] PASS: Example examples/wireless/wifi-hidden-terminal --wifiManager=Rraa
[407/829] PASS: Example examples/wireless/wifi-spectrum-saturation-example --simulationTime=1 --index=63
[408/829] PASS: Example examples/wireless/wifi-backward-compatibility --apVersion=80211a --staVersion=80211n_5GHZ --simulationTime=1
[409/829] PASS: Example examples/wireless/wifi-backward-compatibility --apVersion=80211a --staVersion=80211n_5GHZ --apRaa=Ideal --staRaa=Ideal --simulationTime=1
[410/829] PASS: Example examples/udp/udp-echo
[411/829] PASS: Example examples/tutorial/first
[412/829] PASS: Example examples/tutorial/hello-simulator
[413/829] PASS: Example examples/tutorial/second
[414/829] PASS: Example examples/wireless/wifi-backward-compatibility --apVersion=80211a --staVersion=80211ac --simulationTime=1
[415/829] PASS: Example examples/tutorial/fourth
[416/829] PASS: Example examples/tutorial/third
[417/829] PASS: Example examples/tutorial/fifth
[418/829] PASS: Example examples/tutorial/sixth
[419/829] PASS: Example examples/tutorial/seventh
[420/829] PASS: Example examples/wireless/wifi-backward-compatibility --apVersion=80211a --staVersion=80211ac --apRaa=Ideal --staRaa=Ideal --simulationTime=1
[421/829] PASS: Example examples/traffic-control/traffic-control
[422/829] PASS: Example examples/traffic-control/red-vs-nlred
[423/829] PASS: Example examples/tcp/star
[424/829] PASS: Example examples/traffic-control/red-vs-fengadaptive
[425/829] PASS: Example examples/tcp/tcp-star-server
[426/829] PASS: Example examples/tcp/tcp-large-transfer
[427/829] PASS: Example examples/traffic-control/queue-discs-benchmark --simDuration=10
[428/829] PASS: Example examples/tcp/tcp-variants-comparison
[429/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --udp=1 --downlink=0 --useRts=1 --nStations=5 --dlAckType=AGGR-MU-BAR --enableUlOfdma=1 --enableBsrp=1 --mcs=5 --muSchedAccessReqInterval=50ms --minExpectedThroughput=46 --maxExpectedThroughput=327
[430/829] PASS: Example examples/tcp/tcp-validation --firstTcpType=dctcp --linkRate=50Mbps --baseRtt=10ms --queueUseEcn=1 --stopTime=15s --validate=dctcp-10ms
[431/829] PASS: Example examples/stats/wifi-example-sim
[432/829] PASS: Example examples/routing/dynamic-global-routing
[433/829] PASS: Example examples/routing/global-injection-slash32
[434/829] PASS: Example examples/routing/global-routing-slash32
[435/829] PASS: Example examples/routing/mixed-global-routing
[436/829] PASS: Example examples/routing/simple-alternate-routing
[437/829] PASS: Example examples/routing/simple-global-routing
[438/829] PASS: Example examples/routing/simple-routing-ping6
[439/829] PASS: Example examples/routing/static-routing-slash32
[440/829] PASS: Example examples/realtime/realtime-udp-echo
[441/829] PASS: Example examples/naming/object-names
[442/829] PASS: Example examples/ipv6/icmpv6-redirect
[443/829] PASS: Example examples/ipv6/ping6
[444/829] PASS: Example examples/ipv6/radvd
[445/829] PASS: Example examples/ipv6/radvd-two-prefix
[446/829] PASS: Example examples/ipv6/test-ipv6
[447/829] PASS: Example examples/error-model/simple-error-model
[448/829] PASS: Example examples/energy/energy-model-example
[449/829] PASS: Example examples/energy/energy-model-with-harvesting-example
[450/829] PASS: Example examples/channel-models/three-gpp-v2v-channel-example
[451/829] PASS: Example src/wimax/examples/wimax-simple
[452/829] PASS: Example src/wimax/examples/wimax-ipv4
[453/829] PASS: Example src/wimax/examples/wimax-multicast
[454/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=0
[455/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=1
[456/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=2
[457/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=3
[458/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=4
[459/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=5
[460/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=6
[461/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=7
[462/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=8
[463/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=9
[464/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=10
[465/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=11
[466/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=12
[467/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=13
[468/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=14
[469/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=15
[470/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=16
[471/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=17
[472/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=18
[473/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=19
[474/829] PASS: Example src/wifi/examples/wifi-phy-configuration --testCase=20
[475/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11a --stepTime=0.1
[476/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.25 --frequency=5 --useRts=0 --minExpectedThroughput=6 --maxExpectedThroughput=844
[477/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[478/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[479/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11a --maxSlrc=1 --stepTime=0.1
[480/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11g --stepTime=0.1
[481/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11p-10MHz --stepTime=0.1
[482/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarf --standard=802.11p-5MHz --stepTime=0.1
[483/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11a --stepTime=0.1
[484/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[485/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[486/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11g --stepTime=0.1
[487/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11a --maxSlrc=1 --stepTime=0.1
[488/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11p-5MHz --stepTime=0.1
[489/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Aarfcd --standard=802.11p-10MHz --stepTime=0.1
[490/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11a --stepTime=0.1
[491/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[492/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[493/829] PASS: Example examples/tcp/tcp-validation --firstTcpType=cubic --linkRate=50Mbps --baseRtt=50ms --queueUseEcn=1 --stopTime=20s --validate=cubic-50ms-ecn
[494/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11a --maxSlrc=1 --stepTime=0.1
[495/829] PASS: Example examples/tcp/tcp-validation --firstTcpType=cubic --linkRate=50Mbps --baseRtt=50ms --queueUseEcn=0 --stopTime=20s --validate=cubic-50ms-no-ecn
[496/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11g --stepTime=0.1
[497/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11p-10MHz --stepTime=0.1
[498/829] PASS: Example examples/tcp/tcp-validation --firstTcpType=dctcp --linkRate=50Mbps --baseRtt=80ms --queueUseEcn=1 --stopTime=40s --validate=dctcp-80ms
[499/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Amrr --standard=802.11p-5MHz --stepTime=0.1
[500/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[501/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11p-10MHz --stepTime=0.1
[502/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11g --stepTime=0.1
[503/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11a --stepTime=0.1
[504/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11a --maxSlrc=1 --stepTime=0.1
[505/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11p-5MHz --stepTime=0.1
[506/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Arf --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[507/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[508/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11p-10MHz --stepTime=0.1
[509/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11a --stepTime=0.1
[510/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11g --stepTime=0.1
[511/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11a --maxSlrc=1 --stepTime=0.1
[512/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[513/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[514/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Cara --standard=802.11p-5MHz --stepTime=0.1
[515/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11a --stepTime=0.1
[516/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11a --maxSlrc=1 --stepTime=0.1
[517/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[518/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11p-10MHz --stepTime=0.1
[519/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11g --stepTime=0.1
[520/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Onoe --standard=802.11p-5MHz --stepTime=0.1
[521/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[522/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11a --stepTime=0.1
[523/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[524/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11a --maxSlrc=1 --stepTime=0.1
[525/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11p-10MHz --stepTime=0.1
[526/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11g --stepTime=0.1
[527/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[528/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Rraa --standard=802.11p-5MHz --stepTime=0.1
[529/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11a --stepTime=0.1
[530/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11a --maxSlrc=1 --stepTime=0.1
[531/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11p-10MHz --stepTime=0.1
[532/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[533/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11a --rtsThreshold=0 --stepTime=0.1
[534/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11g --stepTime=0.1
[535/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Minstrel --standard=802.11p-5MHz --stepTime=0.1
[536/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11p-5MHz --stepTime=0.1
[537/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11a --stepTime=0.1
[538/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11p-10MHz --stepTime=0.1
[539/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11g --stepTime=0.1
[540/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[541/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[542/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[543/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[544/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[545/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[546/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[547/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=4 --clientNss=4 --stepTime=0.1
[548/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11n-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=4 --clientNss=4 --stepTime=0.1
[549/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[550/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[551/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --frequency=5 --useRts=1 --minExpectedThroughput=6 --maxExpectedThroughput=745
[552/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11a --stepTime=0.1
[553/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11b --serverChannelWidth=22 --clientChannelWidth=22 --stepTime=0.1
[554/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11g --stepTime=0.1
[555/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11p-10MHz --stepTime=0.1
[556/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[557/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[558/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11p-5MHz --stepTime=0.1
[559/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[560/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[561/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[562/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[563/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[564/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[565/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[566/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[567/829] PASS: Example examples/wireless/wifi-he-network --simulationTime=0.3 --frequency=5 --useRts=0 --useExtendedBlockAck=1 --minExpectedThroughput=6 --maxExpectedThroughput=1033
[568/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=4 --clientNss=4 --stepTime=0.1
[569/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11n-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=4 --clientNss=4 --stepTime=0.1
[570/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[571/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[572/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ac --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[573/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[574/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[575/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[576/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[577/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[578/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[579/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[580/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[581/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[582/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[583/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[584/829] PASS: TestSuite sat-simple-unicast
[585/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ac --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=400 --clientShortGuardInterval=400 --serverNss=1 --clientNss=1 --stepTime=0.1
[586/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[587/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[588/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[589/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[590/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[591/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[592/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[593/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[594/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[595/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[596/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[597/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[598/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[599/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[600/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[601/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[602/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[603/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[604/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[605/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[606/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[607/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[608/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[609/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[610/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[611/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[612/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[613/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[614/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[615/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[616/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[617/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[618/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[619/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[620/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[621/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[622/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[623/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[624/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[625/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
[626/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[627/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[628/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[629/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[630/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[631/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[632/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[633/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[634/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[635/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-2.4GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[636/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[637/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[638/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[639/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[640/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=40 --clientChannelWidth=40 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[641/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[642/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[643/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=80 --clientChannelWidth=80 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[644/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[645/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=Ideal --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
[646/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=20 --clientChannelWidth=20 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=2 --clientNss=2 --stepTime=0.1
[647/829] PASS: Example src/wifi/examples/wifi-test-interference-helper --enableCapture=0 --txPowerA=5 --txPowerB=15 --delay=10 --txModeA=OfdmRate6Mbps --txModeB=OfdmRate6Mbps --checkResults=1 --expectRxASuccessfull=0 --expectRxBSuccessfull=0
[648/829] PASS: Example src/wifi/examples/wifi-test-interference-helper --enableCapture=0 --txPowerA=5 --txPowerB=15  --delay=17 --standard=WIFI_PHY_STANDARD_80211ac --preamble=WIFI_PREAMBLE_VHT_SU --txModeA=VhtMcs0 --txModeB=VhtMcs0 --checkResults=1 --expectRxASuccessfull=0 --expectRxBSuccessfull=0
[649/829] PASS: Example src/wifi/examples/wifi-test-interference-helper --enableCapture=0 --txPowerA=5 --txPowerB=15  --delay=20 --standard=WIFI_PHY_STANDARD_80211ac --preamble=WIFI_PREAMBLE_VHT_SU --txModeA=VhtMcs0 --txModeB=VhtMcs0 --checkResults=1 --expectRxASuccessfull=0 --expectRxBSuccessfull=0
[650/829] PASS: Example src/wifi/examples/wifi-test-interference-helper --enableCapture=0 --txPowerA=5 --txPowerB=15  --delay=27 --standard=WIFI_PHY_STANDARD_80211ac --preamble=WIFI_PREAMBLE_VHT_SU --txModeA=VhtMcs0 --txModeB=VhtMcs0 --checkResults=1 --expectRxASuccessfull=0 --expectRxBSuccessfull=0
[651/829] PASS: Example src/wifi/examples/wifi-test-interference-helper --enableCapture=1 --txPowerA=5 --txPowerB=15 --delay=10 --txModeA=OfdmRate6Mbps --txModeB=OfdmRate6Mbps --checkResults=1 --expectRxASuccessfull=0 --expectRxBSuccessfull=1
[652/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=800 --clientShortGuardInterval=800 --serverNss=1 --clientNss=1 --stepTime=0.1
[653/829] PASS: Example src/wave/examples/wave-simple-80211p
[654/829] PASS: Example src/wave/examples/wave-simple-device
[655/829] PASS: Example src/wave/examples/vanet-routing-compare --totaltime=2 --80211Mode=1
[656/829] PASS: Example src/wave/examples/vanet-routing-compare --totaltime=2 --80211Mode=2
[657/829] PASS: Example src/wave/examples/vanet-routing-compare --totaltime=2 --80211Mode=3
[658/829] PASS: Example src/virtual-net-device/examples/virtual-net-device
[659/829] PASS: Example src/uan/examples/uan-rc-example
[660/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=1 --clientNss=1 --stepTime=0.1
[661/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=1
[662/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=2
[663/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=3
[664/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=4
[665/829] PASS: Example src/uan/examples/uan-cw-example
[666/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=6
[667/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=7
[668/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=8
[669/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=9
[670/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[671/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=10
[672/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=11
[673/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=13
[674/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=14
[675/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=15
[676/829] PASS: Example src/traffic-control/examples/adaptive-red-tests --testNumber=12
[677/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[678/829] PASS: Example src/traffic-control/examples/codel-vs-pfifo-basic-test --queueDiscType=PfifoFast --simDuration=10
[679/829] PASS: Example src/traffic-control/examples/codel-vs-pfifo-basic-test --queueDiscType=CoDel --simDuration=10
[680/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
[681/829] PASS: Example src/traffic-control/examples/codel-vs-pfifo-asymmetric --routerWanQueueDiscType=PfifoFast --simDuration=10
[682/829] PASS: Example src/traffic-control/examples/pfifo-vs-red --queueDiscType=PfifoFast
[683/829] PASS: Example src/traffic-control/examples/pfifo-vs-red --queueDiscType=PfifoFast --modeBytes=1
[684/829] PASS: Example src/traffic-control/examples/pfifo-vs-red --queueDiscType=RED
[685/829] PASS: Example src/traffic-control/examples/red-tests --testNumber=1
[686/829] PASS: Example src/traffic-control/examples/pfifo-vs-red --queueDiscType=RED --modeBytes=1
[687/829] PASS: Example src/traffic-control/examples/red-tests --testNumber=3
[688/829] PASS: Example src/traffic-control/examples/codel-vs-pfifo-asymmetric --routerWanQueueDiscType=CoDel --simDuration=10
[689/829] PASS: Example src/traffic-control/examples/red-tests --testNumber=4
[690/829] PASS: Example src/traffic-control/examples/red-tests --testNumber=5
[691/829] PASS: Example src/stats/examples/double-probe-example
[692/829] PASS: Example src/stats/examples/file-aggregator-example
[693/829] PASS: Example src/stats/examples/file-helper-example
[694/829] PASS: Example src/stats/examples/gnuplot-aggregator-example
[695/829] PASS: Example src/stats/examples/gnuplot-helper-example
[696/829] PASS: Example src/spectrum/examples/adhoc-aloha-ideal-phy
[697/829] PASS: Example src/spectrum/examples/adhoc-aloha-ideal-phy-with-microwave-oven
[698/829] PASS: Example src/spectrum/examples/adhoc-aloha-ideal-phy-matrix-propagation-loss-model
[699/829] PASS: Example src/propagation/examples/main-propagation-loss --test
[700/829] PASS: Example src/point-to-point/examples/main-attribute-value
[701/829] PASS: Example src/olsr/examples/simple-point-to-point-olsr
[702/829] PASS: Example src/nix-vector-routing/examples/nix-simple
[703/829] PASS: Example src/network/examples/main-packet-header
[704/829] PASS: Example src/network/examples/main-packet-tag
[705/829] PASS: Example src/traffic-control/examples/red-vs-ared --queueDiscType=RED
[706/829] PASS: Example src/netanim/examples/star-animation
[707/829] PASS: Example src/traffic-control/examples/red-vs-ared --queueDiscType=RED --modeBytes=true
[708/829] PASS: Example src/traffic-control/examples/red-vs-ared --queueDiscType=ARED
[709/829] PASS: Example src/netanim/examples/grid-animation
[710/829] PASS: Example src/mobility/examples/main-grid-topology
[711/829] PASS: Example src/mobility/examples/main-random-walk
[712/829] PASS: Example src/traffic-control/examples/red-vs-ared --queueDiscType=ARED --modeBytes=true
[713/829] PASS: Example src/mobility/examples/reference-point-group-mobility-example --useHelper=0
[714/829] PASS: Example src/mobility/examples/reference-point-group-mobility-example --useHelper=1
[715/829] PASS: Example src/lte/examples/lena-cqi-threshold
[716/829] PASS: Example src/mobility/examples/main-random-topology
[717/829] PASS: Example src/lte/examples/lena-dual-stripe --simTime=0.0 --nApartmentsX=1 --homeEnbDeploymentRatio=0.5 --nMacroEnbSites=0 --macroUeDensity=0 --nBlocks=1
[718/829] PASS: Example src/lte/examples/lena-dual-stripe --epc=1 --simTime=0.0 --nApartmentsX=1 --homeEnbDeploymentRatio=0.5 --nMacroEnbSites=0 --macroUeDensity=0 --nBlocks=1
[719/829] PASS: Example src/lte/examples/lena-dual-stripe --simTime=0.01
[720/829] PASS: Example src/netanim/examples/dumbbell-animation
[721/829] PASS: Example src/lte/examples/lena-dual-stripe --epc=1 --simTime=0.01
[722/829] PASS: Example src/lte/examples/lena-dual-stripe --epc=1 --useUdp=0 --simTime=0.01
[723/829] PASS: Example src/lte/examples/lena-dual-stripe --epc=1 --fadingTrace=../../src/lte/model/fading-traces/fading_trace_EPA_3kmph.fad --simTime=0.01
[724/829] PASS: Example src/lte/examples/lena-dual-stripe --nBlocks=1  --nMacroEnbSites=0 --macroUeDensity=0 --homeEnbDeploymentRatio=1 --homeEnbActivationRatio=1 --homeUesHomeEnbRatio=2 --macroEnbTxPowerDbm=0 --simTime=0.01
[725/829] PASS: Example src/lte/examples/lena-fading
[726/829] PASS: Example src/lte/examples/lena-intercell-interference --simTime=0.1
[727/829] PASS: Example src/lte/examples/lena-pathloss-traces
[728/829] PASS: Example src/lte/examples/lena-dual-stripe --nMacroEnbSites=0 --macroUeDensity=0 --nBlocks=1 --nApartmentsX=4 --nMacroEnbSitesX=0 --homeEnbDeploymentRatio=1 --homeEnbActivationRatio=1 --macroEnbTxPowerDbm=0 --epcDl=1 --epcUl=0 --epc=1 --numBearersPerUe=4 --homeUesHomeEnbRatio=15 --simTime=0.01
[729/829] PASS: Example src/lte/examples/lena-profiling
[730/829] PASS: Example src/lte/examples/lena-profiling --simTime=0.1 --nUe=2 --nEnb=5 --nFloors=0
[731/829] PASS: Example src/lte/examples/lena-rlc-traces
[732/829] PASS: Example src/lte/examples/lena-profiling --simTime=0.1 --nUe=3 --nEnb=6 --nFloors=1
[733/829] PASS: Example src/lte/examples/lena-rem
[734/829] PASS: Example src/mesh/examples/mesh --ascii
[735/829] PASS: Example src/lte/examples/lena-simple
[736/829] PASS: Example src/lte/examples/lena-rem-sector-antenna
[737/829] PASS: Example src/lte/examples/lena-x2-handover
[738/829] PASS: Example src/lte/examples/lena-simple-epc
[739/829] PASS: Example src/lte/examples/lena-dual-stripe
[740/829] PASS: Example src/netanim/examples/wireless-animation
[741/829] PASS: Example src/lte/examples/lena-ipv6-addr-conf
[742/829] PASS: Example src/lte/examples/lena-ipv6-ue-ue
[743/829] PASS: Example src/lte/examples/lena-ipv6-ue-rh
[744/829] PASS: Example src/lr-wpan/examples/lr-wpan-data
[745/829] PASS: Example src/wifi/examples/wifi-bianchi --validate --phyMode=OfdmRate6Mbps --nMinStas=5 --nMaxStas=10 --duration=15
[746/829] PASS: Example src/lr-wpan/examples/lr-wpan-error-model-plot
[747/829] PASS: Example src/lr-wpan/examples/lr-wpan-packet-print
[748/829] PASS: Example src/lr-wpan/examples/lr-wpan-phy-test
[749/829] PASS: Example src/internet/examples/main-simple
[750/829] PASS: Example src/fd-net-device/examples/dummy-network
[751/829] PASS: Example src/fd-net-device/examples/fd2fd-onoff
[752/829] PASS: Example src/energy/examples/li-ion-energy-source
[753/829] PASS: Example src/energy/examples/rv-battery-model-test
[754/829] PASS: Example src/energy/examples/basic-energy-model-test
[755/829] PASS: Example src/csma/examples/csma-broadcast
[756/829] PASS: Example src/csma/examples/csma-multicast
[757/829] PASS: Example src/csma/examples/csma-one-subnet
[758/829] PASS: Example src/csma/examples/csma-packet-socket
[759/829] PASS: Example src/csma/examples/csma-ping
[760/829] PASS: Example src/csma/examples/csma-raw-ip-socket
[761/829] PASS: Example src/core/examples/main-callback
[762/829] PASS: Example src/core/examples/sample-simulator
[763/829] PASS: Example src/core/examples/main-ptr
[764/829] PASS: Example src/core/examples/sample-random-variable
[765/829] PASS: Example src/core/examples/test-string-value-formatting
[766/829] PASS: Example src/config-store/examples/config-store-save
[767/829] PASS: Example src/buildings/examples/buildings-pathloss-profiler
[768/829] PASS: Example src/buildings/examples/outdoor-group-mobility-example --useHelper=0
[769/829] PASS: Example src/buildings/examples/outdoor-group-mobility-example --useHelper=1
[770/829] PASS: Example src/bridge/examples/csma-bridge
[771/829] PASS: Example src/bridge/examples/csma-bridge-one-hop
[772/829] PASS: Example src/lte/examples/lena-radio-link-failure --numberOfEnbs=1 --simTime=17
[773/829] PASS: Example src/lr-wpan/examples/lr-wpan-error-distance-plot
[774/829] PASS: Example src/aodv/examples/aodv
[775/829] PASS: Example src/lte/examples/lena-radio-link-failure --numberOfEnbs=2 --interSiteDistance=700 --simTime=17
[776/829] PASS: Example src/lte/examples/lena-radio-link-failure --numberOfEnbs=1 --useIdealRrc=0 --simTime=17
[777/829] PASS: Example contrib/satellite/examples/sat-cbr-example
[778/829] PASS: Example src/lte/examples/lena-radio-link-failure --numberOfEnbs=2 --useIdealRrc=0 --interSiteDistance=700 --simTime=17
[779/829] CRASH: Example contrib/satellite/examples/sat-dama-http-sim-tn9
[780/829] CRASH: Example contrib/satellite/examples/sat-dama-onoff-sim-tn9
[781/829] CRASH: Example contrib/satellite/examples/sat-dama-sim-tn9
[782/829] CRASH: Example contrib/satellite/examples/sat-dama-verification-sim
[783/829] PASS: Example contrib/satellite/examples/sat-environmental-variables-example
[784/829] CRASH: Example contrib/satellite/examples/sat-constellation-example
[785/829] PASS: Example contrib/satellite/examples/sat-cbr-user-defined-example
[786/829] PASS: Example contrib/satellite/examples/sat-cbr-stats-example
[787/829] CRASH: Example contrib/satellite/examples/sat-essa-example
[788/829] CRASH: Example contrib/satellite/examples/sat-link-budget-example
[789/829] PASS: Example contrib/satellite/examples/sat-link-results-plot
[790/829] CRASH: Example contrib/satellite/examples/sat-handover-example
[791/829] PASS: Example contrib/satellite/examples/sat-log-example
[792/829] PASS: Example contrib/satellite/examples/sat-arq-fwd-example
[793/829] PASS: Example contrib/satellite/examples/sat-loo-example
[794/829] PASS: Example contrib/satellite/examples/sat-markov-fading-trace-example
[795/829] PASS: Example contrib/satellite/examples/sat-markov-logic-example
[796/829] PASS: Example contrib/satellite/examples/sat-list-position-ext-fading-example
[797/829] CRASH: Example contrib/satellite/examples/sat-logon-example
[798/829] PASS: Example contrib/satellite/examples/sat-multi-application-fwd-example
[799/829] PASS: Example contrib/satellite/examples/sat-multicast-example
[800/829] PASS: Example contrib/satellite/examples/sat-multi-application-rtn-example
[801/829] CRASH: Example contrib/satellite/examples/sat-ncr-example
[802/829] CRASH: Example contrib/satellite/examples/sat-per-packet-if-sim-tn9
[803/829] PASS: Example contrib/satellite/examples/sat-onoff-example
[804/829] PASS: Example contrib/satellite/examples/sat-random-access-crdsa-collision-example
[805/829] PASS: Example contrib/satellite/examples/sat-profiling-sim-tn8
[806/829] PASS: Example contrib/satellite/examples/sat-nrtv-example
[807/829] PASS: Example contrib/satellite/examples/sat-random-access-crdsa-example
[808/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
[809/829] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[810/829] CRASH: Example contrib/satellite/examples/sat-ra-sim-tn9
[811/829] CRASH: Example contrib/satellite/examples/sat-ra-sim-tn9-comparison
[812/829] PASS: Example contrib/satellite/examples/sat-rayleigh-example
[813/829] PASS: Example contrib/satellite/examples/sat-random-access-example
[814/829] PASS: Example contrib/satellite/examples/sat-random-access-dynamic-load-control-example
[815/829] CRASH: Example contrib/satellite/examples/sat-rtn-system-test-example
[816/829] PASS: Example contrib/satellite/examples/sat-random-access-slotted-aloha-collision-example
[817/829] PASS: Example contrib/satellite/examples/sat-random-access-slotted-aloha-example
[818/829] CRASH: Example contrib/satellite/examples/sat-regeneration-example
[819/829] CRASH: Example contrib/satellite/examples/sat-regeneration-collisions-example
[820/829] PASS: Example contrib/satellite/examples/sat-trace-input-external-fading-example
[821/829] CRASH: Example contrib/satellite/examples/sat-training-example
[822/829] PASS: Example contrib/satellite/examples/sat-trace-input-fading-example
[823/829] PASS: Example contrib/satellite/examples/sat-trace-input-interference-example
[824/829] PASS: Example contrib/satellite/examples/sat-trace-input-rx-power-example
[825/829] PASS: Example contrib/satellite/examples/sat-trace-output-example
[826/829] PASS: Example contrib/satellite/examples/sat-tutorial-example
[827/829] PASS: Example contrib/satellite/examples/sat-cbr-full-example
[828/829] PASS: Example contrib/satellite/examples/sat-http-example

크래시가 난 예제 파일들을 따로 실행시켜 보니,

aborted. msg="ConfigStore tried to read or write an XML file but XML is not supported.", +0.000000000s -1 file=/home/masterjunmo/network/workspace/ns-3-allinone/ns-3.37/src/config-store/model/config-store.cc, line=117
terminate called without an active exception
Command 'build/contrib/satellite/examples/ns3.37-sat-ncr-example-default' died with <Signals.SIGABRT: 6>.

공통적으로 위와 같은 오류가 뜬다. 아무래도 XML 파일을 읽어오는데 문제가 있는 것 같다.

ConfigStore를 사용하지 않는 다른 스크립트들은 문제가 없으니 일단 이대로 진행한다.


사용법

sns-3는 안타깝게도 공식 문서나 튜토리얼이 존재하지 않는다.

대신 예제가 상당히 다양하니 예제 스크립트를 보면서 직접 사용법을 익힐 수는 있을 것 같다.

examples 폴더를 살펴 보면 sat-tutorial-example 이라는 상당히 반가운 이름의 예제 스크립트가 눈에 띈다.

이 코드를 살펴보면서 알게 된 내용을 정리하려고 한다.

시뮬레이션 내 어플리케이션(유저) 생성 및 설치

sns-3는 SimulatorHelper::Install TrafficModel 을 호출해서 간편하게 이 작업을 수행할 수 있다.

어쩐지 튜토리얼 스크립트가 아닌 다른 예제 스크립트를 보면 통상의 ns3 스크립트와 달리 코드의 많은 부분이 생략되어 있는 느낌을 받았는데, 그 이유가 바로 이 SimulatorHelper의 존재였다.

고맙게도 튜토리얼 스크립트에서는 수동으로 하는 방법도 설명해 준다. 나의 경우 프로토콜 스택 중 L4에 수정을 가해야 하니 수동으로 하는 수밖에 없을 것 같다.