Results 17 comments of ab

Hello @aligungr , Open5GS implemented the [N2 handover](https://open5gs.org/open5gs/release/2021/02/02/release-v2.1.5.html), Free5GC also seem to implement Xn and N2 handovers according to [this](https://forum.free5gc.org/t/does-ueransim-support-different-ue-activities/1324). Is there any updates on the handover implementation in UERANSIM...

Hi @nathalie21005 , If you say the upf is crashing it should be normal that URANSIM is not able to reach it. I'p not sure if docker will continue resolving...

Hi @nathalie21005, Thanks for sharing this feedback, it will for sure help other users and devs. I don't think adding the change to the free5gc-compose project will be a good...

Hi Ying, Thank you for asking. This is yet a WIP :construction: . Since I am not working on it in full time, I try to update it whenever I...

Thank you !! :smiley: Now that Free5GC have released their own version of [docker-compose](https://github.com/free5gc/free5gc-compose) to bootstrap the project, this one will be maintained only for stage 2. If you still...

Very nice !! That's a good news :+1: Thanks a lot :smiley:. The current structure of the project allows only a Travis CI since you can do CI for pretty...

Hi @autarch You can try this ``` package main import ( "log" "os" "github.com/urfave/cli/v2" ) func main() { app := &cli.App{ Name: "long", Usage: "Long command description cli", Commands: []*cli.Command{...

Hi @yirez-tc Why would you put flags/options at the end ? The usual way of running a cli would be the other way around, flags/options first and then arguments. I...

Hey @yirez-tc , The CLI help is pretty clear about the order of flags and args. You cannot have args before global options or command options. A dummy `find` cli...

> Hi, I have encountered similar issues and resolve it by uncommenting the following lines `roles/download/tasks/download_file.yml` > > ``` > - name: download_file | Validate mirrors > uri: > ......