Skip to content

Commit

Permalink
update: examples for 5G
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjieli committed Nov 25, 2020
1 parent 05555b1 commit 6813484
Show file tree
Hide file tree
Showing 51 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/offline-analysis-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

if __name__ == "__main__":

# Initialize a 3G/4G monitor
# Initialize a monitor
src = OfflineReplayer()
src.set_input_path("./offline_log_examples/")
src.set_input_path("./logs/offline_log_examples/")
src.enable_log_all()

# src.enable_log("LTE_PHY_Serv_Cell_Measurement")
Expand Down
2 changes: 1 addition & 1 deletion install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [[ $? != 0 ]]; then
brew install glib gnutls libgcrypt dbus
brew install geoip c-ares
# Install Wireshark stable version 2.0.x using our own formulae
brew install ./wireshark.rb
# brew install ./wireshark.rb
elif [[ $brew_ws_ver == *${ws_ver}* ]]; then
echo -e "${GREEN}[INFO]${NC} You have a Wireshark version ${ws_ver} installed, continuing..."
else
Expand Down

0 comments on commit 6813484

Please sign in to comment.