Michael Wu
Michael Wu
> free5GC supports QoS and 5QI allocation (control plane only) since v3.3.0. > You can try our latest version when you feel free, thanks. Hello, do you have any documentation...
Is there any way for free5gc to support QoS flow? Do I need to modify the UPF? I tried to configure AMBR for PDU session and it works. However, when...
您好,我尝试了一下这个插件的使用。比如点亮LED13:Scratch3中积木块组织好pymata-aio的指令->指令由codelab_adapter处理经由 self.read()读入extension_arduino_nano.py,extension_arduino_nano.py 使用zmq socket 和 arduino_server.py 通信,发送指令,最终由arduino_server.py中的output = eval(arduino_code, {}, { "board": board, "Constants": Constants})将字符串指令转换为python pymata-aio 的API 语句发送并点亮LED13。 目前我修改了zmq 的参数,能打开extension_arduino_nano的同时打开arduino_server.py的子程序,也能看到LED13被点亮。可以看出python部分的代码被执行了,但从Scratch3 socket.emit部分发出的指令似乎并没有被self.read() 拿到,monitor依然空空如也。 所以,extension_arduino.py 应该是用不着了,pymata-aio可以取代pyserial,但似乎我这边Scratch3和extension_arduino_nano.py的通信有一些问题。我会继续尝试,或许能用zmq的socket在terminal端看到一些信息? 对zmq参数的修改: ```python port = 7777 #...
Hi @tim-ywliu, I think the encap/decap of GTP-U packets is [not supported](https://mail.openvswitch.org/pipermail/ovs-dev/2017-July/335065.html). I don't know how hard it is to modify openflow to support such features. I tried to add...
Hi @tim-ywliu, the thing is the rtnllink.Create() in the gtp5glink.go creates an interface without a link layer ("link/none"), it would be very helpful if you guys knew how can I...
Hello, I solved the layer 2 problem using the Linux arp table, I set up an arp entry for ue's IP addresses on free5gc VM and now I can differentiate...
Hello 您好,请问这个是用来实现从源pod到目的pod(通过eip识别) egress限流吗? 我目前测试成功的是在**目的 pod 的 external interface**上加 **ingress** qos 可以实现源 pod 到目的 pod 的限流。