Added pcap logging in
This commit is contained in:
parent
5ce144cad1
commit
6f7f89a068
|
@ -110,8 +110,8 @@ ru_sdr:
|
||||||
device_driver: uhd
|
device_driver: uhd
|
||||||
device_args: type=b200 # type=x300, serial=329BCC2 #3297248
|
device_args: type=b200 # type=x300, serial=329BCC2 #3297248
|
||||||
srate: 23.04
|
srate: 23.04
|
||||||
tx_gain: 70
|
tx_gain: 80
|
||||||
rx_gain: 50
|
rx_gain: 70
|
||||||
lo_offset: 0
|
lo_offset: 0
|
||||||
sync: external
|
sync: external
|
||||||
clock: external
|
clock: external
|
||||||
|
@ -126,10 +126,12 @@ log:
|
||||||
all_level: info
|
all_level: info
|
||||||
|
|
||||||
pcap:
|
pcap:
|
||||||
mac_enable: false
|
ngap_enable: true
|
||||||
mac_filename: /tmp/gnb_mac.pcap
|
|
||||||
ngap_enable: false
|
|
||||||
ngap_filename: /tmp/gnb_ngap.pcap
|
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:
|
metrics:
|
||||||
addr: 172.19.1.4 # Optional TEXT:IPV4 (127.0.0.1). Sets the metrics address. Supported: IPV4 address.
|
addr: 172.19.1.4 # Optional TEXT:IPV4 (127.0.0.1). Sets the metrics address. Supported: IPV4 address.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user