srsran_asn1_rrc_nr_test: disable PCAP output by default

This commit is contained in:
Andre Puschmann 2021-07-29 18:16:03 +02:00
parent 11f9ac75db
commit b388930325
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define JSON_OUTPUT 0
#define HAVE_PCAP 1
#define HAVE_PCAP 0
#if HAVE_PCAP
#include "srsran/common/test_pcap.h"
#endif