Rename Project to Open5GS

- Change BuildTool to Meson
 - Many BUGS Fixed
This commit is contained in:
Sukchan Lee 2019-10-27 17:41:14 +09:00
parent cb447af93a
commit 142763c280
919 changed files with 30459 additions and 6284 deletions

View file

@ -3,8 +3,8 @@ FROM ubuntu:${tag}
RUN apt-get update && \
apt-get -y install software-properties-common && \
add-apt-repository ppa:acetcom/nextepc && \
add-apt-repository ppa:acetcom/open5gs && \
apt-get update && \
apt-get install -y nextepc
apt-get install -y open5gs
WORKDIR /root