From 6f7f89a06812e082f461fdbd9712a0c4ad02c081 Mon Sep 17 00:00:00 2001 From: madrigal Date: Fri, 19 Sep 2025 10:29:38 -0400 Subject: [PATCH] Added pcap logging in --- scripts/gnbx.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/gnbx.yaml b/scripts/gnbx.yaml index 5799ac7..c8098cb 100644 --- a/scripts/gnbx.yaml +++ b/scripts/gnbx.yaml @@ -110,8 +110,8 @@ ru_sdr: device_driver: uhd device_args: type=b200 # type=x300, serial=329BCC2 #3297248 srate: 23.04 - tx_gain: 70 - rx_gain: 50 + tx_gain: 80 + rx_gain: 70 lo_offset: 0 sync: external clock: external @@ -126,10 +126,12 @@ log: all_level: info pcap: - mac_enable: false - mac_filename: /tmp/gnb_mac.pcap - ngap_enable: false + ngap_enable: true ngap_filename: /tmp/gnb_ngap.pcap + f1u_enable: true + f1u_filename: /tmp/gnb_f1u.pcap + f1ap_enable: true + f1ap_filename: /tmp/gnb_f1ap.pcap metrics: addr: 172.19.1.4 # Optional TEXT:IPV4 (127.0.0.1). Sets the metrics address. Supported: IPV4 address.