Gnbsim unavailable

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.

@weit

We also don’t know what happened. The github account (hhorai) seems also removed.

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 && \