抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

[TOC]

使用Wireshark抓包LTE RRC 包

实验环境说明

一台ubuntu20.04虚拟机

Wireshark

基于srsRAN 模拟LTE环境

使用ZeroMQ RF 实现无RF硬件构建srsUEsrsENB 通信

srsran_architecture.png

With srsRAN this can be achieved by replacing the radio link between eNodeB and UE with a mechanism that allows to exchange baseband IQ samples over an alternative transport. For this purpose, we’ve implemented a ZeroMQ-based RF driver that essentially acts as a transmit and receive pipe for exchanging IQ samples over TCP or IPC.

Wireshark配置

srsran doc 文档中由提到wireshark 抓取用法 Examining PCAPs with Wireshark

打开DLT_User选项

image-20211007162846683

添加配置

image-20211007162959662

保存后即可开始抓取, 按照原文的意思设置此项后就可以抓取到LTE消息.

img

但在使用ZeroMQ 实现免RF中并没有出现上述的情况,

因为ZeroMQ的流量都是通过localhost:2000localhost:2001 端口 实现流量交换

image-20211007163648723

既然如此,尝试添加解析选项 分析-> 解码为, 添加对应端口, 以及要解析成的协议,保存即可

image-20211007163739935

image-20211007163923058

srsRAN配置

~/.config/srsran/ 目录下, 修改epc.conf, enb.conf,ue.conf 文件

在对应的pcap 选项下, 设置 enable = true

image-20211007164212972

当运行完成后,即可以用wireshark 打开 /tmp/目录下对应的pcap文件, 设置对应解析查看

评论吧



本站总访问量为 访客数为

鲁 ICP 备 20018157 号-1
Copyright 2021 - 2022 sizaif. All Rights Reserved