wireshark抓s1ap协议
抓基站往核心网的包,192.168.22.35:p1p1
filter:ip host 192.168.22.180(基站的地址)
filter:s1ap
从而查到核心网与基站之间的交互信息。(出现红色的,基站被拒,从而重启核心网)无法激活
重启核心网:
1)ps -ef | grep app
2)systemctl stop epc
3)systemctl status epc
4)systemctl start epc
5)ps -ef |grep app
抓基站往核心网的包,192.168.22.35:p1p1
filter:ip host 192.168.22.180(基站的地址)
filter:s1ap
从而查到核心网与基站之间的交互信息。(出现红色的,基站被拒,从而重启核心网)无法激活
重启核心网:
1)ps -ef | grep app
2)systemctl stop epc
3)systemctl status epc
4)systemctl start epc
5)ps -ef |grep app
