Ian Chen
Ian Chen
Hi @hafizullah475 UERANSIM hasn't supported QoS Flow handling, You can check this opened [issue](https://github.com/aligungr/UERANSIM/issues/353) for more informations.
@vigneshblossoms Your reported bug is known issue for development team. free5GC is not support Session modification yet but on the planning. Thanks a lot.
Hi @MichalzDev 1. You only need to install gtp5g on the UPF node. 2. It's due to Linux API name always be changed. if you are interested in, you could...
Hi @RyuichiNamba-fj I'm just curios to know: How did you produce this problem? As I know, Service request should be triggered while UE is in registered state (UE received the...
@RyuichiNamba-fj Ok, I got it! Thanks for your explanation.
Hi @ayoub-tl Did you check the gtp5g module be installed? Moreover, please help to provide the version of free5gc you used. Thanks.
Hi @hafizullah475 Did you mean network-initiated deregistration request? if yes, you can check the `source code of udm`, and `TS 29.502 Clause 4.2.2.3.3 Network-initiated Deregistration ` - https://github.com/free5gc/udm/blob/main/internal/sbi/producer/ue_context_management.go#L322-L328
Hi @ayoub-tl Could you please provide more informations (e.g. free5gc log, pcap, OS version, free5GC version...)? Thanks.
Hi @bulvara Please try to install free5GC in the following environment: ``` In order to use the UPF element, you must use the 5.0.0-23-generic or 5.4.x version of the Linux...
@anvi55 Refer to the source code of AMF, `SendPDUSessionResourceSetupRequest()` will be invoked in `sendServiceAccept()` when AMF respond the service request, which is sent from CM-IDLE UE. I think you can...