Skip to content

Commit

Permalink
[ENB] enb.conf.example: Mention WRITE_SIB_PCAP
Browse files Browse the repository at this point in the history
The documentation talks about a MAC protocol trace, but in fact
it is only a protocol trace of dedicated channels.  There's a related
define in the source code, but that's not documented.

Let's at least make the user aware that the MAC pcap trace is
for dedicated channels only, unless he uses that #define.
  • Loading branch information
laf0rge committed Aug 4, 2019
1 parent 4e5e5a7 commit 386b3e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions srsenb/enb.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ rx_gain = 40
# add an entry with DLT=147, Payload Protocol=mac-lte-framed.
# For more information see: https://wiki.wireshark.org/MAC-LTE
#
# Please note that this setting will by default only capture MAC
# frames on dedicated channels, and not SIB. You have to build with
# WRITE_SIB_PCAP enabled in srsenb/src/stack/mac/mac.cc if you want
# SIB to be part of the MAC pcap file.
#
# enable: Enable MAC layer packet captures (true/false)
# filename: File path to use for packet captures
#####################################################################
Expand Down

0 comments on commit 386b3e8

Please sign in to comment.