首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > LTE S11接口仿真

LTE S11接口仿真

  • 资源大小:4.22 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: lte S11 MME SGW

资 源 简 介

The project is about simulating MME and SGW of LTE network and GTPv2 communication among them. If you want to try the code you will need a linux box (I would prefer two linux boxes, one to run mme and other to run sgw.) Compile the code ----- gcc mme.c -o mme ------ gcc sgw.c -o sgw and run the code. Please note that you will need to run sgw first. --- ./sgw --- ./mme Use tcpdump to capture the packets on localhost. --- tcpdump -xXvvv -w temp.cap -s 1500 -i l0 If you want to run the code on two linux boxes, you will need to modify the ip address in mme.c. Find the below section in code and change 127.0.0.1 to ip address on which sgw is running. ggsn.sin_family=AF_INET; ggsn.sin_port=htons(2123); ggsn.sin_addr.s_addr=inet_addr("127.0.0.1");

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.282002s