Mehrdad Moradi

Results 13 comments of Mehrdad Moradi

Actually, I cannot go beyond 80Mbps with the raw socket version of Lagopus.

@hibitomo @ichi1229 I cannot see the GTP-U encapsulation and decapsulation code (GRE implementation is in the extended RYU but not GTP). Is it the case that you have not pushed...

@ichi1229 Thanks for pushing the GTP implementation. I am going to try it today. One more question: is the current implementation support GTPv1, GTPV2 or both of them? I am...

Thanks for the clarification. When I send a single GTP packet through the switch, it stops silently without sending the packet to the controller. At this step, I get the...

It successfully runs before sending GTP packet and stops right after the first packet arrives at the ingress port. The following is the output of syslog: Sep 22 00:49:02 vagrant-ubuntu-trusty-64...

Thanks! I will wait to hear back from you. I am trying to connect Lagopus to an actual base station. Previously, I thought it was supporting GTPUv2 but after testing...

@ichi1229 I am wondering if you had a chance to investigate the issue with GTP-enabled lagopus Thanks!

@ichi1229 Thanks for fixing the issue. Actually, I was able to run the basic code and saw the encapsulation and decapsulation of the GTP packets. However, I faced two issues...

@ichi1229 Thanks a lot for the comment. Actually, I am using this format now: parser.OFPMatch(in_port=2, eth_type=2048, ipv4_src = '192.168.3.100'). There is no error now but the problem is that by...

@ichi1229 @hibitomo Do you guys have any comment on the above issue? Thanks!