Hi,
I am using gnbsim
against free5gc deployment. But the repository is all of a sudden unavailable. Do you happen to know what may the reason be? https://github.com/hhorai/gnbsim/
Thanks.
Hi,
I am using gnbsim
against free5gc deployment. But the repository is all of a sudden unavailable. Do you happen to know what may the reason be? https://github.com/hhorai/gnbsim/
Thanks.
Hi @weit,
The backup is available in GitHub -> AlohaLuo/gnbsim-backup
If you want ‘make’ to work, then update file ‘f5gc-gnbsim/Dockerfile.ubuntu18’
Old ->
git clone https://github.com/hhorai/gnbsim && \
Updated ->
git clone GitHub - AlohaLuo/gnbsim-backup: Original repo (https://github.com/hhorai/gnbsim) has been deleted, this is for backup purpose &&
mv gnbsim-backup gnbsim && \